Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dnet_thread_marks.c78 u_int32_t unpop = 0; in net_thread_unmarks_push() local
83 unpop = unpush & uth->uu_network_marks; in net_thread_unmarks_push()
84 if (unpop != 0) { in net_thread_unmarks_push()
85 uth->uu_network_marks &= ~unpop; in net_thread_unmarks_push()
89 return __unsafe_forge_single(net_thread_marks_t, (base + unpop)); in net_thread_unmarks_push()
111 ptrdiff_t unpop = (const char *)unpopx - (const char *)base; in net_thread_unmarks_pop() local
113 if (unpop != 0) { in net_thread_unmarks_pop()
117 VERIFY((unpop & ones) == unpop); in net_thread_unmarks_pop()
118 VERIFY((ptrdiff_t)(uth->uu_network_marks & unpop) == 0); in net_thread_unmarks_pop()
119 uth->uu_network_marks |= (u_int32_t)unpop; in net_thread_unmarks_pop()