Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\bpf\helpers.c Create Date:2022-07-28 13:07:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:____bpf_spin_lock

Proto:static inline __attribute__((__always_inline__)) u64 ____bpf_spin_lock(struct bpf_spin_lock *lock)

Type:u64

Parameter:

TypeParameterName
struct bpf_spin_lock *lock
269  local_irq_save(flags)
270  __bpf_spin_lock(lock)
271  __this_cpu_write(irqsave_flags, flags)
272  Return 0
Caller
NameDescribe
copy_map_value_locked