Searched refs:ctx_ (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-debugfs.c | 632 static void *ctx_##name##_rq_list_start(struct seq_file *m, loff_t *pos) \ 641 static void *ctx_##name##_rq_list_next(struct seq_file *m, void *v, \ 649 static void ctx_##name##_rq_list_stop(struct seq_file *m, void *v) \ 657 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \ 658 .start = ctx_##name##_rq_list_start, \ 659 .next = ctx_##name##_rq_list_next, \ 660 .stop = ctx_##name##_rq_list_stop, \
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-debugfs.c | 517 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, \
|
/kernel/linux/linux-5.10/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3076 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() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/filesystems/epoll/ |
H A D | epoll_wakeup_test.c | 3091 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() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 1229 static int __iterate_backrefs(u64 ino, u64 offset, u64 root, void *ctx_) in __iterate_backrefs() argument 1231 struct backref_ctx *bctx = ctx_; in __iterate_backrefs() 4442 void *ctx_) in __find_iref() 4444 struct find_ref_ctx *ctx = ctx_; in __find_iref() 4440 __find_iref(int num, u64 dir, int index, struct fs_path *name, void *ctx_) __find_iref() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 1331 void *ctx_) in iterate_backrefs() 1333 struct backref_ctx *bctx = ctx_; in iterate_backrefs() 1330 iterate_backrefs(u64 ino, u64 offset, u64 num_bytes, u64 root_id, void *ctx_) iterate_backrefs() argument
|
Completed in 26 milliseconds