Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-mq-debugfs.c630 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \
639 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \
647 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \
655 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \
656 .start = ctx_##name##_rq_list_start, \
657 .next = ctx_##name##_rq_list_next, \
658 .stop = ctx_##name##_rq_list_stop, \
/Linux-v5.10/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c3076 static void *epoll59_thread(void *ctx_) in epoll59_thread() argument
3078 struct epoll_mtcontext *ctx = ctx_; in epoll59_thread()
3152 static void *epoll60_wait_thread(void *ctx_) in epoll60_wait_thread() argument
3154 struct epoll60_ctx *ctx = ctx_; in epoll60_wait_thread()
3290 static void *epoll61_write_eventfd(void *ctx_) in epoll61_write_eventfd() argument
3292 struct epoll61_ctx *ctx = ctx_; in epoll61_write_eventfd()
3300 static void *epoll61_epoll_with_timeout(void *ctx_) in epoll61_epoll_with_timeout() argument
3302 struct epoll61_ctx *ctx = ctx_; in epoll61_epoll_with_timeout()
3319 static void *epoll61_blocking_epoll(void *ctx_) in epoll61_blocking_epoll() argument
3321 struct epoll61_ctx *ctx = ctx_; in epoll61_blocking_epoll()
/Linux-v5.10/fs/btrfs/
Dsend.c1228 static int __iterate_backrefs(u64 ino, u64 offset, u64 root, void *ctx_) in __iterate_backrefs() argument
1230 struct backref_ctx *bctx = ctx_; in __iterate_backrefs()
4418 void *ctx_) in __find_iref() argument
4420 struct find_ref_ctx *ctx = ctx_; in __find_iref()