Home
last modified time | relevance | path

Searched refs:next_sid (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/security/selinux/ss/
Dsidtab.c28 s->next_sid = 1; in sidtab_init()
74 if (sid >= s->next_sid) in sidtab_insert()
75 s->next_sid = sid + 1; in sidtab_insert()
211 if (s->next_sid == UINT_MAX || s->shutdown) { in sidtab_context_to_sid()
215 sid = s->next_sid++; in sidtab_context_to_sid()
221 s->next_sid--; in sidtab_context_to_sid()
281 s->next_sid = 1; in sidtab_destroy()
292 dst->next_sid = src->next_sid; in sidtab_set()
Dsidtab.h28 unsigned int next_sid; /* next SID to allocate */ member
/Linux-v4.19/drivers/firewire/
Dcore-topology.c187 u32 *next_sid, *end, q; in build_tree() local
203 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()
205 if (next_sid == NULL) { in build_tree()
283 if ((next_sid == end && parent_count != 0) || in build_tree()
284 (next_sid < end && parent_count != 1)) { in build_tree()
308 sid = next_sid; in build_tree()