Home
last modified time | relevance | path

Searched defs:_head (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/arch/loongarch/kernel/
Dhead.S22 _head: label
/linux-6.12.1/arch/s390/purgatory/
Dpurgatory.lds.S14 _head = . ; symbol
/linux-6.12.1/arch/x86/boot/compressed/
Dvmlinux.lds.S26 _head = . ; symbol
/linux-6.12.1/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ; symbol
/linux-6.12.1/arch/s390/boot/
Dvmlinux.lds.S22 _head = . ; symbol
/linux-6.12.1/tools/perf/util/
Devsel.h514 #define for_each_group_member_head(_evsel, _leader, _head) \ argument
524 #define for_each_group_evsel_head(_evsel, _leader, _head) \ argument
/linux-6.12.1/drivers/net/fjes/
Dfjes_hw.h59 #define EP_RING_FULL(_head, _tail, _max) \ argument
61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument
/linux-6.12.1/include/linux/
Dfilelock.h413 #define for_each_file_lock(_fl, _head) list_for_each_entry(_fl, _head, c.flc_list) argument