Searched refs:check_refs (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | map_kptr.c | 544 static __always_inline int check_refs(int expected) in check_refs() function 566 ret = check_refs(3); in test_array_map_update_kptr() 572 return check_refs(3); in test_array_map_update_kptr() 591 ret = check_refs(3); \ 597 return check_refs(3); \
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 85 #define check_refs(_ptr, _length, _refs) \ macro 90 .check_refs = { .length = _length, \ 800 .check_refs = { .length = BUFFER_SIZE, in teardown_iommufd()
|
| H A D | iommufd.c | 1857 check_refs(buf, buf_size, 0); in TEST_F() 1879 check_refs(buf + start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1887 check_refs(buf, buf_size, 0); in TEST_F() 1911 check_refs(buf, buf_size, 0); in TEST_F() 1941 check_refs(buf + start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1952 check_refs(buf, buf_size, 0); in TEST_F()
|