sb1000.c::nicedelay() (msleep)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



So, this function (drivers/net/sb1000.c::nicedelay()) takes as parameter some value in usecs (which is also the name of the parameter). Then, it sleeps for 1 second (schedule_timeout(HZ)) regardless of the parameter. Is this desired? If so, I will replace the calls (all 3 of them) with msleep(). Or, should the passed in values (60000, 30000 and 200000) actually be being used and not ignored? Thanks.

-Nish
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux