Searched refs:workitem_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/ufs/ffs/ |
| H A D | ffs_softdep.c | 1241 workitem_alloc(item, type, mp) in workitem_alloc() function 2348 workitem_alloc(&pagedep->pd_list, D_PAGEDEP, mp); 2433 workitem_alloc(&inodedep->id_list, D_INODEDEP, mp); 2531 workitem_alloc(&newblk->nb_list, D_NEWBLK, mp); 3802 workitem_alloc(&jseg->js_list, D_JSEG, mp); 4641 workitem_alloc(&jtrunc->jt_dep.jb_list, D_JTRUNC, 5484 workitem_alloc(&jnewblk->jn_list, D_JNEWBLK, mp); 8792 workitem_alloc(&mkdir1->md_list, D_MKDIR, mp); 8797 workitem_alloc(&mkdir2->md_list, D_MKDIR, mp); 8931 workitem_alloc(&dap->da_list, D_DIRADD, mp); [all …]
|