Home
last modified time | relevance | path

Searched refs:producer_pid (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c1479 pid_t producer_pid; in concurrent_reads_and_writes_test() local
1530 producer_pid = flush_and_fork(); in concurrent_reads_and_writes_test()
1531 if (producer_pid == 0) { in concurrent_reads_and_writes_test()
1541 status = wait_for_process(producer_pid); in concurrent_reads_and_writes_test()
1950 pid_t producer_pid = flush_and_fork(); in multiple_providers_test() local
1952 if (producer_pid == 0) { in multiple_providers_test()
1961 } else if (producer_pid > 0) { in multiple_providers_test()
1962 producer_pids[i] = producer_pid; in multiple_providers_test()