Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcommon.c2208 if (pos++ != head->r.query_index) in tomoyo_read_query()
2215 head->r.query_index = 0; in tomoyo_read_query()
2226 if (pos++ != head->r.query_index) in tomoyo_read_query()
2241 head->r.query_index++; in tomoyo_read_query()
Dcommon.h808 unsigned int query_index; member