Searched refs:next_sid (Results 1 – 4 of 4) sorted by relevance
27 s->next_sid = 1; in sidtab_init()79 if (sid >= s->next_sid) in sidtab_insert()80 s->next_sid = sid + 1; in sidtab_insert()217 if (s->next_sid == UINT_MAX || s->shutdown) { in sidtab_context_to_sid()221 sid = s->next_sid++; in sidtab_context_to_sid()228 s->next_sid--; in sidtab_context_to_sid()288 s->next_sid = 1; in sidtab_destroy()299 dst->next_sid = src->next_sid; in sidtab_set()
27 unsigned int next_sid; /* next SID to allocate */ member
188 u32 *next_sid, *end, q; in build_tree() local204 next_sid = count_ports(sid, &port_count, &child_port_count); in build_tree()206 if (next_sid == NULL) { in build_tree()284 if ((next_sid == end && parent_count != 0) || in build_tree()285 (next_sid < end && parent_count != 1)) { in build_tree()309 sid = next_sid; in build_tree()
179 static cryptocop_session_id next_sid = 1; variable1563 sess->sid = next_sid; in cryptocop_new_session()1564 next_sid++; in cryptocop_new_session()1567 if (next_sid == 0) next_sid = 1; in cryptocop_new_session()3520 next_sid = 1; in init_stream_coprocessor()