Searched refs:_head (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/net/fjes/ |
D | fjes_hw.h | 70 #define EP_RING_FULL(_head, _tail, _max) \ argument 71 (0 == EP_RING_INDEX(((_tail) - (_head)), (_max))) 72 #define EP_RING_EMPTY(_head, _tail, _max) \ argument 73 (1 == EP_RING_INDEX(((_tail) - (_head)), (_max)))
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 15 _head = . ; symbol
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 25 _head = . ; symbol
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_bitmap_gen.h | 26 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
D | ip_set_hash_gen.h | 245 #define mtype_head IPSET_TOKEN(MTYPE, _head)
|
/linux-4.4.14/mm/ |
D | vmscan.c | 109 #define lru_to_page(_head) (list_entry((_head)->prev, struct page, lru)) argument
|
/linux-4.4.14/Documentation/RCU/ |
D | RTFP.txt | 2349 ,Title="Kernel RCU: shrink the size of the struct rcu\_head"
|