Searched refs:del_status (Results 1 – 1 of 1) sorted by relevance
64 struct del_status { struct65 struct del_status *next; argument76 static struct del_status *ac_del_list; argument79 static struct del_status *82 struct del_status *dsp; in ac_del_alloc_status()84 dsp = (struct del_status *)kmem_zalloc(sizeof (*dsp), KM_SLEEP); in ac_del_alloc_status()94 ac_del_free_status(struct del_status *dsp) in ac_del_free_status()96 struct del_status **dspp; in ac_del_free_status()116 struct del_status *dsp; in del_comp()118 dsp = (struct del_status *)arg; in del_comp()[all …]