| /tools/testing/selftests/bpf/prog_tests/ |
| A D | verifier_log.c | 141 if (!ASSERT_EQ(prog_fd, -ENOSPC, op_name)) { in verif_log_subtest() 183 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed"); in verif_log_subtest() 194 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed_null"); in verif_log_subtest() 203 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling"); in verif_log_subtest() 214 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling_null"); in verif_log_subtest() 318 ASSERT_EQ(res, -ENOSPC, "half_log_fd"); in verif_btf_log_subtest() 339 if (!ASSERT_EQ(res, -ENOSPC, op_name)) in verif_btf_log_subtest() 367 ASSERT_NEQ(res, -ENOSPC, "btf_load_res_fixed"); in verif_btf_log_subtest() 378 ASSERT_NEQ(res, -ENOSPC, "btf_load_res_fixed_null"); in verif_btf_log_subtest() 387 ASSERT_NEQ(res, -ENOSPC, "btf_load_res_rolling"); in verif_btf_log_subtest() [all …]
|
| A D | prog_run_opts.c | 49 ASSERT_EQ(errno, ENOSPC, "test_run errno"); in test_prog_run_opts()
|
| A D | task_fd_query_rawtp.c | 64 if (CHECK(err >= 0 || errno != ENOSPC, "bpf_task_fd_query (len = 3)", in test_task_fd_query_rawtp()
|
| A D | tp_attach_query.c | 109 if (CHECK(!err || errno != ENOSPC || query->prog_cnt != 2, in serial_test_tp_attach_query()
|
| A D | test_ima.c | 49 return -ENOSPC; in process_sample()
|
| A D | cgroup_attach_multi.c | 171 CHECK_FAIL(errno != ENOSPC); in serial_test_cgroup_attach_multi()
|
| A D | fill_link_info.c | 333 ASSERT_EQ(err, -ENOSPC, "smaller_cnt"); in verify_kmulti_invalid_user_buffer() 531 ASSERT_EQ(err, -ENOSPC, "failed_small_count"); in verify_umulti_invalid_user_buffer()
|
| A D | xdp_adjust_tail.c | 115 ASSERT_EQ(errno, ENOSPC, "case-64 errno"); /* Due limit copy_size in bpf_test_finish */ in test_xdp_adjust_tail_grow2()
|
| /tools/testing/selftests/bpf/progs/ |
| A D | stream.c | 20 #define ENOSPC 28 macro 32 if (bpf_stream_printk(BPF_STDOUT, _STR) == -ENOSPC && size == 99954) in stream_exhaust()
|
| A D | test_misc_tcp_hdr_options.c | 50 if (ret != -ENOSPC) in __check_active_hdr_in() 100 if (ret != -ENOSPC) in __check_active_hdr_in()
|
| /tools/testing/selftests/powerpc/pmu/ebb/ |
| A D | trace.c | 94 return -ENOSPC; in trace_log_reg() 111 return -ENOSPC; in trace_log_counter() 131 return -ENOSPC; in trace_log_string() 148 return -ENOSPC; in trace_log_indent() 161 return -ENOSPC; in trace_log_outdent()
|
| /tools/include/uapi/asm-generic/ |
| A D | errno-base.h | 32 #define ENOSPC 28 /* No space left on device */ macro
|
| /tools/lib/bpf/ |
| A D | str_error.c | 81 case -ENOSPC: return "-ENOSPC"; in libbpf_errstr()
|
| A D | ringbuf.c | 607 return errno = ENOSPC, NULL; in user_ring_buffer__reserve() 654 else if (errno != ENOSPC) in user_ring_buffer__reserve_blocking()
|
| /tools/testing/selftests/bpf/map_tests/ |
| A D | htab_map_batch_ops.c | 163 if (err && errno == ENOSPC) { in __test_map_lookup_and_delete_batch() 226 if (err && errno == ENOSPC) { in __test_map_lookup_and_delete_batch()
|
| A D | map_in_map_batch_ops.c | 155 if (err && errno == ENOSPC) { in fetch_and_validate()
|
| A D | lpm_trie_map_basic_ops.c | 963 CHECK(err != -ENOSPC, "add to full trie", "error %d\n", err); in test_lpm_trie_update_full_map() 1060 CHECK(err != -ENOSPC, "add to full qp-trie", "error %d\n", err); in test_lpm_trie_iterate_strs()
|
| /tools/testing/selftests/net/lib/py/ |
| A D | nsim.py | 65 if e.errno == errno.ENOSPC:
|
| /tools/testing/radix-tree/ |
| A D | idr-test.c | 189 BUG_ON(idr_alloc_u32(idr, DUMMY_PTR, &id, id, GFP_KERNEL) != -ENOSPC); in idr_u32_test1() 376 assert(idr_alloc(&idr, DUMMY_PTR, i - 2, i, GFP_KERNEL) == -ENOSPC); in idr_checks() 377 assert(idr_alloc(&idr, DUMMY_PTR, i - 2, i + 10, GFP_KERNEL) == -ENOSPC); in idr_checks()
|
| /tools/testing/selftests/net/rds/ |
| A D | test.py | 238 if e.errno == errno.ENOSPC:
|
| /tools/testing/selftests/mm/ |
| A D | gup_longterm.c | 259 if (ret && (errno == ENOSPC || errno == EOPNOTSUPP || in do_test()
|
| A D | protection_keys.c | 1153 dprintf2("%s() errno: %d ENOSPC: %d\n", __func__, errno, ENOSPC); in test_pkey_alloc_exhaust() 1154 if ((new_pkey == -1) && (errno == ENOSPC)) { in test_pkey_alloc_exhaust()
|
| /tools/virtio/ |
| A D | virtio_test.c | 202 if (r == -ENOSPC && in run_test()
|
| /tools/bootconfig/ |
| A D | main.c | 469 ret = -ENOSPC; in apply_xbc()
|
| /tools/hv/ |
| A D | hv_fcopy_uio_daemon.c | 186 case ENOSPC: in hv_copy_data()
|