Home
last modified time | relevance | path

Searched refs:_head (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/fjes/
A Dfjes_hw.h59 #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/arch/x86/boot/compressed/
A Dident_map_64.c160 add_identity_map((unsigned long)_head, (unsigned long)_end); in initialize_identity_maps()
318 error_puthex(ip - (unsigned long)_head); in do_pf_error()
A Dvmlinux.lds.S26 _head = . ; symbol
A Dmisc.h44 extern char _head[], _end[];
/linux/arch/s390/purgatory/
A Dpurgatory.lds.S14 _head = . ; symbol
/linux/arch/s390/boot/compressed/
A Dvmlinux.lds.S17 _head = . ; symbol
/linux/arch/parisc/boot/compressed/
A Dvmlinux.lds.S22 _head = . ; symbol
/linux/net/netfilter/ipset/
A Dip_set_bitmap_gen.h23 #define mtype_head IPSET_TOKEN(MTYPE, _head)
A Dip_set_hash_gen.h275 #define mtype_head IPSET_TOKEN(MTYPE, _head)
/linux/Documentation/RCU/
A DRTFP.txt2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"

Completed in 39 milliseconds