Searched defs:_pp (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/bsd/skywalk/packet/ ! |
| H A D | pbufpool_var.h | 116 #define PP_KERNEL_ONLY(_pp) \ argument 119 #define PP_HAS_TRUNCATED_BUF(_pp) \ argument 122 #define PP_HAS_BUFFER_ON_DEMAND(_pp) \ argument 125 #define PP_BATCH_CAPABLE(_pp) \ argument 128 #define PP_DYNAMIC(_pp) \ argument 131 #define PP_HAS_LARGE_BUF(_pp) \ argument 134 #define PP_LOCK(_pp) \ argument 136 #define PP_LOCK_ASSERT_HELD(_pp) \ argument 138 #define PP_LOCK_ASSERT_NOTHELD(_pp) \ argument 140 #define PP_UNLOCK(_pp) \ argument [all …]
|
| H A D | packet_var.h | 80 #define KBUF_CTOR(_kbuf, _baddr, _bidxreg, _bc, _pp, _large) do { \ argument 95 _bft_idx_reg, _pp, _large) do { \ argument 120 #define KBUF_EXT_INIT(_kbuf, _pp) do { \ argument 144 #define KBUF_EXTERNALIZE(_kbuf, _ubuf, _pp) do { \ argument 217 #define KQUM_CTOR(_kqum, _midx, _uqum, _pp, _qflags) do { \ argument 546 #define KPKT_CTOR(_pk, _pflags, _opt, _flow, _txcomp, _midx, _pu, _pp, \ argument
|
| H A D | pbufpool.c | 76 #define KERN_PBUFPOOL_U_HASH(_pp, _i) \ argument 79 #define KERN_PBUFPOOL_U_BFT_HASH(_pp, _i) \ argument
|
| /xnu-10002.1.13/bsd/skywalk/channel/ ! |
| H A D | channel_ring.c | 80 #define _BUF_DLIM(_buf, _pp) (BUFLET_HAS_LARGE_BUF(_buf) ? \ argument
|