Searched refs:blkg_free_workfn (Results 1 - 1 of 1) sorted by relevance

/linux-master/block/
H A Dblk-cgroup.c119 static void blkg_free_workfn(struct work_struct *work) function
130 * blkcg_mutex is used to synchronize blkg_free_workfn() and
165 INIT_WORK(&blkg->free_work, blkg_free_workfn);
537 * blkg stays on the queue list until blkg_free_workfn(), see details in
538 * blkg_free_workfn(), hence this function can be called from
540 * blkg_free_workfn().

Completed in 103 milliseconds