Searched refs:commit_worker (Results 1 – 1 of 1) sorted by relevance
30 static void commit_worker(struct work_struct *work);72 INIT_WORK(&c->work, commit_worker); in commit_init()149 static void commit_worker(struct work_struct *work) in commit_worker() function