Home
last modified time | relevance | path

Searched refs:softmac_taskq_list (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c131 static list_t softmac_taskq_list; /* List of softmac_upper_t */ variable
149 list_create(&softmac_taskq_list, sizeof (softmac_upper_t), in softmac_fp_init()
167 list_destroy(&softmac_taskq_list); in softmac_fp_fini()
823 sup = list_head(&softmac_taskq_list); in softmac_taskq_dispatch()
825 list_remove(&softmac_taskq_list, sup); in softmac_taskq_dispatch()
832 sup = list_head(&softmac_taskq_list); in softmac_taskq_dispatch()
877 list_insert_tail(&softmac_taskq_list, sup); in softmac_wput_nondata()