Searched refs:test_acquire_data_fd_one (Results 1 – 1 of 1) sorted by relevance
15 static void test_acquire_data_fd_one(unsigned flags) { in test_acquire_data_fd_one() function51 test_acquire_data_fd_one(0); in TEST()52 test_acquire_data_fd_one(ACQUIRE_NO_DEV_NULL); in TEST()53 test_acquire_data_fd_one(ACQUIRE_NO_MEMFD); in TEST()54 test_acquire_data_fd_one(ACQUIRE_NO_DEV_NULL|ACQUIRE_NO_MEMFD); in TEST()55 test_acquire_data_fd_one(ACQUIRE_NO_PIPE); in TEST()56 test_acquire_data_fd_one(ACQUIRE_NO_DEV_NULL|ACQUIRE_NO_PIPE); in TEST()57 test_acquire_data_fd_one(ACQUIRE_NO_MEMFD|ACQUIRE_NO_PIPE); in TEST()58 test_acquire_data_fd_one(ACQUIRE_NO_DEV_NULL|ACQUIRE_NO_MEMFD|ACQUIRE_NO_PIPE); in TEST()59 … test_acquire_data_fd_one(ACQUIRE_NO_DEV_NULL|ACQUIRE_NO_MEMFD|ACQUIRE_NO_PIPE|ACQUIRE_NO_TMPFILE); in TEST()