Home
last modified time | relevance | path

Searched refs:is_bitop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dcondition.c802 bool is_bitop[2] = { false, false }; in tomoyo_condition() local
1058 is_bitop[j] = true; in tomoyo_condition()
1089 if (is_bitop[0] && is_bitop[1]) { in tomoyo_condition()
1091 } else if (is_bitop[0]) { in tomoyo_condition()
1101 } else if (is_bitop[1]) { in tomoyo_condition()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c802 bool is_bitop[2] = { false, false }; in tomoyo_condition() local
1058 is_bitop[j] = true; in tomoyo_condition()
1089 if (is_bitop[0] && is_bitop[1]) { in tomoyo_condition()
1091 } else if (is_bitop[0]) { in tomoyo_condition()
1101 } else if (is_bitop[1]) { in tomoyo_condition()

Completed in 3 milliseconds