Searched refs:SOF1_ACCEPT_LIST_HELD (Results 1 – 2 of 2) sorted by relevance
284 #define SOF1_ACCEPT_LIST_HELD 0x00020000 /* Another thread is accessing one of the accept… macro
956 if (!(head->so_flags1 & SOF1_ACCEPT_LIST_HELD)) { in so_acquire_accept_list()957 head->so_flags1 |= SOF1_ACCEPT_LIST_HELD; in so_acquire_accept_list()963 while (head->so_flags1 & SOF1_ACCEPT_LIST_HELD) { in so_acquire_accept_list()968 head->so_flags1 |= SOF1_ACCEPT_LIST_HELD; in so_acquire_accept_list()985 head->so_flags1 &= ~SOF1_ACCEPT_LIST_HELD; in so_release_accept_list()