Searched refs:work_freelist (Results 1 – 3 of 3) sorted by relevance
216 INIT_LIST_HEAD(&cep->work_freelist); in siw_cep_alloc()238 list_for_each_safe(w, tmp, &cep->work_freelist) { in siw_cm_free_work()262 list_add(&work->list, &work->cep->work_freelist); in siw_put_work()306 if (!list_empty(&cep->work_freelist)) in __siw_cep_dealloc()323 if (!list_empty(&cep->work_freelist)) { in siw_get_work()324 work = list_entry(cep->work_freelist.next, struct siw_cm_work, in siw_get_work()339 if (!(list_empty(&cep->work_freelist))) in siw_cm_alloc_work()345 list_add(&work->list, &cep->work_freelist); in siw_cm_alloc_work()
54 struct list_head work_freelist; member
103 struct list_head work_freelist; member