Searched refs:_head (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/drivers/net/fjes/ |
D | fjes_hw.h | 59 #define EP_RING_FULL(_head, _tail, _max) \ argument 60 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max))) 61 #define EP_RING_EMPTY(_head, _tail, _max) \ argument 62 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
|
/linux-5.19.10/arch/s390/purgatory/ |
D | purgatory.lds.S | 14 _head = . ; symbol
|
/linux-5.19.10/arch/x86/boot/compressed/ |
D | ident_map_64.c | 161 kernel_add_identity_map((unsigned long)_head, (unsigned long)_end); in initialize_identity_maps() 348 error_puthex(ip - (unsigned long)_head); in do_pf_error()
|
D | vmlinux.lds.S | 26 _head = . ; symbol
|
D | misc.h | 48 extern char _head[], _end[];
|
/linux-5.19.10/arch/s390/boot/ |
D | vmlinux.lds.S | 22 _head = . ; symbol
|
/linux-5.19.10/arch/parisc/boot/compressed/ |
D | vmlinux.lds.S | 22 _head = . ; symbol
|
/linux-5.19.10/net/netfilter/ipset/ |
D | ip_set_bitmap_gen.h | 23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
D | ip_set_hash_gen.h | 275 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
/linux-5.19.10/Documentation/networking/device_drivers/can/ctu/ |
D | ctucanfd-driver.rst | 413 :math:`txb\_head \equiv txb\_tail\ (\textrm{mod}\ 4)`. An example of how
|
/linux-5.19.10/Documentation/RCU/ |
D | RTFP.txt | 2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"
|