Searched refs:SOF1_ACCEPT_LIST_HELD (Results 1 – 2 of 2) sorted by relevance
293 #define SOF1_ACCEPT_LIST_HELD 0x00020000 /* Another thread is accessing one of the accept… macro
1116 if (!(head->so_flags1 & SOF1_ACCEPT_LIST_HELD)) { in so_acquire_accept_list()1117 head->so_flags1 |= SOF1_ACCEPT_LIST_HELD; in so_acquire_accept_list()1123 while (head->so_flags1 & SOF1_ACCEPT_LIST_HELD) { in so_acquire_accept_list()1128 head->so_flags1 |= SOF1_ACCEPT_LIST_HELD; in so_acquire_accept_list()1145 head->so_flags1 &= ~SOF1_ACCEPT_LIST_HELD; in so_release_accept_list()