Home
last modified time | relevance | path

Searched refs:ctx_ (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/block/
H A Daio-wait.h81 AioContext *ctx_ = (ctx); \
86 if (ctx_ && in_aio_context_home_thread(ctx_)) { \
88 aio_poll(ctx_, true); \
/openbmc/linux/block/
H A Dblk-mq-debugfs.c517 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \
526 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \
534 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \
542 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \
543 .start = ctx_##name##_rq_list_start, \
544 .next = ctx_##name##_rq_list_next, \
545 .stop = ctx_##name##_rq_list_stop, \
/openbmc/linux/tools/testing/selftests/filesystems/epoll/
H A Depoll_wakeup_test.c3091 static void *epoll59_thread(void *ctx_) in epoll59_thread() argument
3093 struct epoll_mtcontext *ctx = ctx_; in epoll59_thread()
3167 static void *epoll60_wait_thread(void *ctx_) in epoll60_wait_thread() argument
3169 struct epoll60_ctx *ctx = ctx_; in epoll60_wait_thread()
3305 static void *epoll61_write_eventfd(void *ctx_) in epoll61_write_eventfd() argument
3307 struct epoll61_ctx *ctx = ctx_; in epoll61_write_eventfd()
3315 static void *epoll61_epoll_with_timeout(void *ctx_) in epoll61_epoll_with_timeout() argument
3317 struct epoll61_ctx *ctx = ctx_; in epoll61_epoll_with_timeout()
3334 static void *epoll61_blocking_epoll(void *ctx_) in epoll61_blocking_epoll() argument
3336 struct epoll61_ctx *ctx = ctx_; in epoll61_blocking_epoll()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.h585 ({ DisasContext *ctx_ = (ctx); isar_feature_##name(ctx_->isar); })
/openbmc/linux/fs/btrfs/
H A Dsend.c1344 void *ctx_) in iterate_backrefs() argument
1346 struct backref_ctx *bctx = ctx_; in iterate_backrefs()