Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c3795 bool compare_expected; in ifnet_ioctl_async() local
3810 compare_expected = false; in ifnet_ioctl_async()
3811 if (!atomic_compare_exchange_strong(&ifp->if_mcast_add_signaled, &compare_expected, true)) { in ifnet_ioctl_async()
3817 compare_expected = false; in ifnet_ioctl_async()
3818 if (!atomic_compare_exchange_strong(&ifp->if_mcast_del_signaled, &compare_expected, true)) { in ifnet_ioctl_async()