Searched refs:ctl_cb (Results 1 – 2 of 2) sorted by relevance
85 TAILQ_HEAD(, ctl_cb) kcb_head;97 struct ctl_cb { struct98 TAILQ_ENTRY(ctl_cb) next; /* controller chain */160 static struct ctl_cb *kcb_find(struct kctl *, u_int32_t unit);279 kcb_delete(struct ctl_cb *kcb) in kcb_delete()283 kfree_type(struct ctl_cb, kcb); in kcb_delete()297 struct ctl_cb *kcb = 0; in ctl_attach()299 kcb = kalloc_type(struct ctl_cb, Z_WAITOK | Z_ZERO | Z_NOFAIL); in ctl_attach()311 struct ctl_cb *kcb = (struct ctl_cb *)so->so_pcb; in ctl_sofreelastref()335 ctl_kcb_increment_use_count(struct ctl_cb *kcb, lck_mtx_t *mutex_held) in ctl_kcb_increment_use_count()[all …]
670 struct ctl_cb;