Searched defs:_head (Results 1 – 8 of 8) sorted by relevance
/linux/arch/loongarch/kernel/ |
H A D | head.S | 22 _head: label
|
/linux/arch/s390/purgatory/ |
H A D | purgatory.lds.S | 14 _head = . ; symbol
|
/linux/arch/x86/boot/compressed/ |
H A D | vmlinux.lds.S | 26 _head = . ; symbol
|
/linux/arch/parisc/boot/compressed/ |
H A D | vmlinux.lds.S | 22 _head = . ; symbol
|
/linux/arch/s390/boot/ |
H A D | vmlinux.lds.S | 22 _head = . ; symbol
|
/linux/tools/perf/util/ |
H A D | evsel.h | 514 for_each_group_member_head(_evsel,_leader,_head) global() argument 524 for_each_group_evsel_head(_evsel,_leader,_head) global() argument
|
/linux/drivers/net/fjes/ |
H A D | fjes_hw.h | 59 #define EP_RING_FULL(_head, _tail, _max) \ argument 61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
|
/linux/include/linux/ |
H A D | filelock.h | 418 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument
|