Searched refs:housekeeping (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_mac.h | 161 struct housekeeping { struct 187 struct housekeeping housekeeping; member
|
D | zd_mac.c | 1511 container_of(work, struct zd_mac, housekeeping.link_led_work.work); in link_led_handler() 1529 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in link_led_handler() 1535 INIT_DELAYED_WORK(&mac->housekeeping.link_led_work, link_led_handler); in housekeeping_init() 1541 queue_delayed_work(zd_workqueue, &mac->housekeeping.link_led_work, in housekeeping_enable() 1548 cancel_delayed_work_sync(&mac->housekeeping.link_led_work); in housekeeping_disable()
|
/linux-4.1.27/Documentation/video4linux/ |
D | cpia2_overview.txt | 24 registers that control housekeeping functions such as powering up the video
|
/linux-4.1.27/drivers/atm/ |
D | horizon.c | 1430 mod_timer (&dev->housekeeping, jiffies + HZ/10); in do_housekeeping() 2798 init_timer(&dev->housekeeping); in hrz_probe() 2799 dev->housekeeping.function = do_housekeeping; in hrz_probe() 2800 dev->housekeeping.data = (unsigned long) dev; in hrz_probe() 2801 mod_timer(&dev->housekeeping, jiffies); in hrz_probe() 2824 del_timer_sync(&dev->housekeeping); in hrz_remove_one()
|
D | ambassador.c | 1503 mod_timer(&dev->housekeeping, jiffies + 10*HZ); in do_housekeeping() 2270 init_timer(&dev->housekeeping); in amb_probe() 2271 dev->housekeeping.function = do_housekeeping; in amb_probe() 2272 dev->housekeeping.data = (unsigned long) dev; in amb_probe() 2273 mod_timer(&dev->housekeeping, jiffies); in amb_probe() 2302 del_timer_sync(&dev->housekeeping); in amb_remove_one()
|
D | horizon.h | 459 struct timer_list housekeeping; member
|
D | ambassador.h | 647 struct timer_list housekeeping; member
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 15 boot for various housekeeping tasks (including calls to read and
|
/linux-4.1.27/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 6 them to a "housekeeping" CPU dedicated to such work. 142 to housekeeping CPUs, which can tolerate OS jitter.
|
D | kobject.txt | 395 any other sysfs housekeeping will be handled for the caller properly.
|
D | dma-buf-sharing.txt | 182 dma_buf->ops->detach(), if provided by exporter, for any housekeeping bits.
|
/linux-4.1.27/Documentation/networking/ |
D | spider_net.txt | 62 a "not-in-use" descr. The OS will perform various housekeeping duties
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 135 containing the integrity metadata and the required housekeeping
|
/linux-4.1.27/Documentation/filesystems/ |
D | relay.txt | 78 having to bother with mundane housekeeping chores.
|
D | vfs.txt | 660 housekeeping. If the write will update parts of any basic-blocks on
|
/linux-4.1.27/init/ |
D | Kconfig | 787 "rcuo" are bound to "housekeeping" CPUs, this reduces OS jitter
|