Lines Matching defs:wait
65 * Andrew Morton : Make unregister_netdevice wait
10380 * netdev_wait_allrefs_any - wait until all references are gone.
10381 * @list: list of net_devices to wait on
10395 int wait = 0;
10433 if (!wait) {
10435 wait = WAIT_REFS_MIN_MSECS;
10437 msleep(wait);
10438 wait = min(wait << 1, WAIT_REFS_MAX_MSECS);
10477 * safely in order to wait for the netdev refcnt to drop to zero.