Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dcondition.c748 unsigned long min_v[2] = { 0, 0 }; in tomoyo_condition() local
1018 min_v[j] = value; in tomoyo_condition()
1038 min_v[0] = ptr->values[0]; in tomoyo_condition()
1045 if (tomoyo_number_matches_group(min_v[0], in tomoyo_condition()
1051 if ((min_v[0] <= ptr->values[1] && in tomoyo_condition()
1085 if ((min_v[0] <= max_v[1] && max_v[0] >= min_v[1]) == match) in tomoyo_condition()