Searched refs:_n (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | lwq.h | 66 ({ struct llist_node *_n = __lwq_dequeue(q); \ 67 _n ? container_of(_n, type, member.node) : NULL; }) 82 #define lwq_for_each_safe(_n, _t1, _t2, _l, _member) \ argument 84 *(_t1) ? (_n = container_of(*(_t1), typeof(*(_n)), _member.node),\ 88 (_n) ? (_t1 = &(_n)->_member.node.next, 0) \
|
| A D | args.h | 21 …ine __COUNT_ARGS(_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _n, X...) _n argument
|
| A D | semaphore.h | 46 #define DEFINE_SEMAPHORE(_name, _n) \ argument 47 struct semaphore _name = __SEMAPHORE_INITIALIZER(_name, _n)
|
| A D | slab.h | 1024 #define kcalloc_node(_n, _size, _flags, _node) \ argument 1025 kmalloc_array_node(_n, _size, (_flags) | __GFP_ZERO, _node) 1069 #define kvcalloc_node_noprof(_n,_s,_f,_node) kvmalloc_array_node_noprof(_n,_s,(_f)|__GFP_ZERO,_node) argument
|
| A D | bpf.h | 2489 #define bpf_map_kvcalloc(_map, _n, _size, _flags) \ argument 2490 kvcalloc(_n, _size, _flags)
|
| /include/math-emu/ |
| A D | op-4.h | 358 _FP_FRAC_DECL_4(_n); _FP_FRAC_DECL_4(_m); \ 359 _FP_FRAC_SET_4(_n, _FP_ZEROFRAC_4); \
|
Completed in 19 milliseconds