Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c88 long bg_ret = -1; in test_ringbuf() local
172 err = pthread_tryjoin_np(thread, (void **)&bg_ret); in test_ringbuf()
195 err = pthread_tryjoin_np(thread, (void **)&bg_ret); in test_ringbuf()
216 err = pthread_tryjoin_np(thread, (void **)&bg_ret); in test_ringbuf()
220 if (CHECK(bg_ret <= 0, "bg_ret", "epoll_wait result: %ld", bg_ret)) in test_ringbuf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c90 long bg_ret = -1; in ringbuf_subtest() local
228 err = pthread_tryjoin_np(thread, (void **)&bg_ret); in ringbuf_subtest()
251 err = pthread_tryjoin_np(thread, (void **)&bg_ret); in ringbuf_subtest()
272 err = pthread_tryjoin_np(thread, (void **)&bg_ret); in ringbuf_subtest()
276 if (CHECK(bg_ret <= 0, "bg_ret", "epoll_wait result: %ld", bg_ret)) in ringbuf_subtest()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-tree.c3642 struct btrfs_block_group **bg_ret) in do_allocation_clustered()
3648 ret = find_free_extent_clustered(block_group, ffe_ctl, bg_ret); in do_allocation_clustered()
3680 struct btrfs_block_group **bg_ret) in do_allocation_zoned()
3852 struct btrfs_block_group **bg_ret) in do_allocation()
3856 return do_allocation_clustered(block_group, ffe_ctl, bg_ret); in do_allocation()
3858 return do_allocation_zoned(block_group, ffe_ctl, bg_ret); in do_allocation()
4315 struct btrfs_block_group *bg_ret; in find_free_extent() local
4390 bg_ret = NULL; in find_free_extent()
4391 ret = do_allocation(block_group, ffe_ctl, &bg_ret); in find_free_extent()
4395 if (bg_ret in find_free_extent()
3640 do_allocation_clustered(struct btrfs_block_group *block_group, struct find_free_extent_ctl *ffe_ctl, struct btrfs_block_group **bg_ret) do_allocation_clustered() argument
3678 do_allocation_zoned(struct btrfs_block_group *block_group, struct find_free_extent_ctl *ffe_ctl, struct btrfs_block_group **bg_ret) do_allocation_zoned() argument
3850 do_allocation(struct btrfs_block_group *block_group, struct find_free_extent_ctl *ffe_ctl, struct btrfs_block_group **bg_ret) do_allocation() argument
6099 int bg_ret = 0; btrfs_trim_fs() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent-tree.c3718 struct btrfs_block_group **bg_ret) in do_allocation_clustered()
3724 ret = find_free_extent_clustered(block_group, ffe_ctl, bg_ret); in do_allocation_clustered()
3735 struct btrfs_block_group **bg_ret) in do_allocation()
3739 return do_allocation_clustered(block_group, ffe_ctl, bg_ret); in do_allocation()
4088 struct btrfs_block_group *bg_ret; in find_free_extent() local
4153 bg_ret = NULL; in find_free_extent()
4154 ret = do_allocation(block_group, &ffe_ctl, &bg_ret); in find_free_extent()
4156 if (bg_ret && bg_ret != block_group) { in find_free_extent()
4158 block_group = bg_ret; in find_free_extent()
3716 do_allocation_clustered(struct btrfs_block_group *block_group, struct find_free_extent_ctl *ffe_ctl, struct btrfs_block_group **bg_ret) do_allocation_clustered() argument
3733 do_allocation(struct btrfs_block_group *block_group, struct find_free_extent_ctl *ffe_ctl, struct btrfs_block_group **bg_ret) do_allocation() argument
5840 int bg_ret = 0; btrfs_trim_fs() local
[all...]

Completed in 12 milliseconds