Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dmmap_inner_array.c30 bool pid_match = false; variable
44 pid_match = true; in add_to_list_in_inner_array()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_mmap_inner_array.c34 ASSERT_TRUE(skel->bss->pid_match, "pid match 1"); in test_mmap_inner_array()
48 ASSERT_TRUE(skel->bss->pid_match, "pid match 2"); in test_mmap_inner_array()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c9712 uint8_t pid_match, wwn_match; in qla24xx_get_fcp_prio() local
9727 pid_match = wwn_match = 0; in qla24xx_get_fcp_prio()
9739 pid_match++; in qla24xx_get_fcp_prio()
9741 pid_match++; in qla24xx_get_fcp_prio()
9749 pid_match++; in qla24xx_get_fcp_prio()
9751 pid_match++; in qla24xx_get_fcp_prio()
9774 if (pid_match == 2 || wwn_match == 2) { in qla24xx_get_fcp_prio()