Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dcommon.c2152 if (pos++ != head->r.query_index) in tomoyo_read_query()
2159 head->r.query_index = 0; in tomoyo_read_query()
2169 if (pos++ != head->r.query_index) in tomoyo_read_query()
2184 head->r.query_index++; in tomoyo_read_query()
Dcommon.h803 unsigned int query_index; member