Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/tomoyo/
Dcommon.c2217 if (pos++ != head->r.query_index) in tomoyo_read_query()
2224 head->r.query_index = 0; in tomoyo_read_query()
2235 if (pos++ != head->r.query_index) in tomoyo_read_query()
2250 head->r.query_index++; in tomoyo_read_query()
Dcommon.h808 unsigned int query_index; member