Searched refs:ctl_cb (Results 1 – 2 of 2) sorted by relevance
89 TAILQ_HEAD(, ctl_cb) kcb_head;101 struct ctl_cb { struct102 TAILQ_ENTRY(ctl_cb) next; /* controller chain */164 static struct ctl_cb *kcb_find(struct kctl *, u_int32_t unit);285 kcb_delete(struct ctl_cb *kcb) in kcb_delete()289 kfree_type(struct ctl_cb, kcb); in kcb_delete()303 struct ctl_cb *__single kcb = 0; in ctl_attach()305 kcb = kalloc_type(struct ctl_cb, Z_WAITOK | Z_ZERO | Z_NOFAIL); in ctl_attach()326 struct ctl_cb *__single kcb = (struct ctl_cb *)so->so_pcb; in ctl_sofreelastref()350 ctl_kcb_increment_use_count(struct ctl_cb *kcb, lck_mtx_t *mutex_held) in ctl_kcb_increment_use_count()[all …]
302 struct ctl_cb;