Home
last modified time | relevance | path

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

/Linux-v4.19/security/tomoyo/
Dcommon.c2153 if (pos++ != head->r.query_index) in tomoyo_read_query()
2160 head->r.query_index = 0; in tomoyo_read_query()
2170 if (pos++ != head->r.query_index) in tomoyo_read_query()
2185 head->r.query_index++; in tomoyo_read_query()
Dcommon.h804 unsigned int query_index; member