Searched refs:check_refs (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 139 … check_refs = check_output(git_cmd + ['merge-base', '--independent'] + sorted(refs)).splitlines() 141 for ref in check_refs:
|
/openbmc/linux/tools/testing/selftests/iommu/ |
H A D | iommufd_utils.h | 32 #define check_refs(_ptr, _length, _refs) \ macro 37 .check_refs = { .length = _length, \ 332 .check_refs = { .length = BUFFER_SIZE, in teardown_iommufd()
|
H A D | iommufd.c | 1226 check_refs(buf, buf_size, 0); in TEST_F() 1243 check_refs(buf + start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1251 check_refs(buf, buf_size, 0); in TEST_F() 1267 check_refs(buf, buf_size, 0); in TEST_F() 1292 check_refs(buf + start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1303 check_refs(buf, buf_size, 0); in TEST_F()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | iommufd_test.h | 71 } check_refs; member
|
H A D | selftest.c | 1029 ucmd, u64_to_user_ptr(cmd->check_refs.uptr), in iommufd_test() 1030 cmd->check_refs.length, cmd->check_refs.refs); in iommufd_test()
|
/openbmc/linux/mm/ |
H A D | migrate.c | 733 bool check_refs) in __buffer_migrate_folio() argument 751 if (check_refs) { in __buffer_migrate_folio() 797 if (check_refs) in __buffer_migrate_folio()
|