Searched refs:QSLIST_FOREACH_RCU (Results 1 – 3 of 3) sorted by relevance
258 QSLIST_FOREACH_RCU(bh, head, next) { in aio_compute_bh_timeout()337 QSLIST_FOREACH_RCU(bh, &ctx->bh_list, next) { in aio_ctx_check()344 QSLIST_FOREACH_RCU(bh, &s->bh_list, next) { in aio_ctx_check()
160 #define TEST_LIST_FOREACH_RCU QSLIST_FOREACH_RCU
299 #define QSLIST_FOREACH_RCU(var, head, field) \ macro