Searched refs:ch_selinfo (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/channel/ |
| H A D | channel.c | 73 static void csi_selrecord(struct ch_selinfo *, struct proc *, void *); 74 static void csi_selwakeup(struct ch_selinfo *, boolean_t, boolean_t, uint32_t); 75 static inline void csi_selwakeup_delayed(struct ch_selinfo *); 76 static inline void csi_selwakeup_common(struct ch_selinfo *, boolean_t, 78 static boolean_t csi_tcall_start(struct ch_selinfo *); 80 static uint64_t csi_tcall_update_interval(struct ch_selinfo *); 237 csi_init(struct ch_selinfo *csi, boolean_t mitigation, uint64_t mit_ival) in csi_init() 259 csi_destroy(struct ch_selinfo *csi) in csi_destroy() 298 csi_selrecord(struct ch_selinfo *csi, struct proc *p, void *wql) in csi_selrecord() 309 struct ch_selinfo *csi = &kring->ckr_si; in csi_selrecord_one() [all …]
|
| H A D | channel_var.h | 67 struct ch_selinfo { struct 160 struct ch_selinfo *ch_si[NR_ALL]; 460 struct ch_selinfo ckr_si; /* per-ring wait queue */ 959 extern void csi_init(struct ch_selinfo *, boolean_t, uint64_t); 960 extern void csi_destroy(struct ch_selinfo *);
|
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.h | 169 struct ch_selinfo na_si[NR_ALL]; /* global wait queues */
|