Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddlil.c7396 bool compare_expected; in ifnet_ioctl_async() local
7411 compare_expected = false; in ifnet_ioctl_async()
7412 if (!atomic_compare_exchange_strong(&ifp->if_mcast_add_signaled, &compare_expected, true)) { in ifnet_ioctl_async()
7418 compare_expected = false; in ifnet_ioctl_async()
7419 if (!atomic_compare_exchange_strong(&ifp->if_mcast_del_signaled, &compare_expected, true)) { in ifnet_ioctl_async()