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

/linux-master/include/linux/
H A Dclosure.h347 * continue_at_nobarrier - jump to another function without barrier
352 * The ref the caller of continue_at_nobarrier() had on @cl is now owned by @fn,
354 * continue_at_nobarrier().
356 #define continue_at_nobarrier(_cl, _fn, _wq) \ macro
390 continue_at_nobarrier(cl, fn, wq);
/linux-master/drivers/md/bcache/
H A Drequest.c871 continue_at_nobarrier(cl, cached_dev_read_error, bcache_wq);
873 continue_at_nobarrier(cl, cached_dev_read_done, bcache_wq);
875 continue_at_nobarrier(cl, cached_dev_bio_complete, NULL);
1215 continue_at_nobarrier(&s->cl,
1300 continue_at_nobarrier(&s->cl,
H A Djournal.c736 continue_at_nobarrier(cl, journal_write, bch_journal_wq);
H A Dbtree.c399 continue_at_nobarrier(cl, __btree_node_write_done, NULL);

Completed in 116 milliseconds