Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_irq_work.c61 struct irq_work_cpu *const *iwcp, *iwc; in irq_work_intr() local
66 iwc = *iwcp; in irq_work_intr()
67 mutex_spin_enter(&iwc->iwc_lock); in irq_work_intr()
68 SIMPLEQ_CONCAT(&todo, &iwc->iwc_todo); in irq_work_intr()
69 mutex_spin_exit(&iwc->iwc_lock); in irq_work_intr()
81 struct irq_work_cpu **iwcp = ptr, *iwc; in irq_work_cpu_init() local
83 iwc = *iwcp = kmem_zalloc(sizeof(*iwc), KM_SLEEP); in irq_work_cpu_init()
84 mutex_init(&iwc->iwc_lock, MUTEX_DEFAULT, IPL_HIGH); in irq_work_cpu_init()
85 SIMPLEQ_INIT(&iwc->iwc_todo); in irq_work_cpu_init()
91 struct irq_work_cpu **iwcp = ptr, *iwc = *iwcp; in irq_work_cpu_fini() local
[all …]
/netbsd-src/sbin/resize_ffs/
H A Dresize_ffs.c758 uint32_t iwc; /* inode-within-cg number of inode hand points in find_freeinode() local
764 iwc = hand % newsb->fs_ipg; in find_freeinode()
768 if (bit_is_clr(bits, iwc)) in find_freeinode()
771 iwc++; in find_freeinode()
772 if (iwc >= newsb->fs_ipg) { in find_freeinode()
773 iwc = 0; in find_freeinode()
1987 uint32_t iwc; in rescan_inomaps() local
1998 iwc = 2; in rescan_inomaps()
2001 iwc = 0; in rescan_inomaps()
2003 for (; iwc < newsb->fs_ipg; iwc++, inum++) { in rescan_inomaps()
[all …]
/netbsd-src/share/misc/
H A Ddomains661 .iwc Not assigned