Home
last modified time | relevance | path

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

/Linux-v6.6/security/tomoyo/
Dcommon.c2209 if (pos++ != head->r.query_index) in tomoyo_read_query()
2216 head->r.query_index = 0; in tomoyo_read_query()
2227 if (pos++ != head->r.query_index) in tomoyo_read_query()
2242 head->r.query_index++; in tomoyo_read_query()
Dcommon.h808 unsigned int query_index; member