Searched refs:workitem_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 1202 workitem_alloc(item, type, mp) in workitem_alloc() function 2138 workitem_alloc(&pagedep->pd_list, D_PAGEDEP, mp); 2223 workitem_alloc(&inodedep->id_list, D_INODEDEP, mp); 2320 workitem_alloc(&newblk->nb_list, D_NEWBLK, mp); 3404 workitem_alloc(&jseg->js_list, D_JSEG, mp); 4242 workitem_alloc(&jtrunc->jt_dep.jb_list, D_JTRUNC, 5095 workitem_alloc(&jnewblk->jn_list, D_JNEWBLK, mp); 8392 workitem_alloc(&mkdir1->md_list, D_MKDIR, mp); 8397 workitem_alloc(&mkdir2->md_list, D_MKDIR, mp); 8531 workitem_alloc(&dap->da_list, D_DIRADD, mp); [all …]
|