Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dcommon.c2353 if (pos++ != head->r.query_index) in tomoyo_read_query()
2360 head->r.query_index = 0; in tomoyo_read_query()
2371 if (pos++ != head->r.query_index) in tomoyo_read_query()
2386 head->r.query_index++; in tomoyo_read_query()
H A Dcommon.h808 unsigned int query_index; member