Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dcondition.c749 unsigned long max_v[2] = { 0, 0 }; in tomoyo_condition() local
1017 max_v[j] = value; in tomoyo_condition()
1039 max_v[0] = ptr->values[1]; in tomoyo_condition()
1046 max_v[0], in tomoyo_condition()
1052 max_v[0] >= ptr->values[0]) == match) in tomoyo_condition()
1069 if (!(max_v[0] & max_v[1]) == !match) in tomoyo_condition()
1079 if (!(max_v[0] & max_v[1]) == !match) in tomoyo_condition()
1085 if ((min_v[0] <= max_v[1] && max_v[0] >= min_v[1]) == match) in tomoyo_condition()