Searched refs:iwc (Results 1 – 3 of 3) sorted by relevance
61 struct irq_work_cpu *const *iwcp, *iwc; in irq_work_intr() local66 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() local83 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 …]
758 uint32_t iwc; /* inode-within-cg number of inode hand points in find_freeinode() local764 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() local1998 iwc = 2; in rescan_inomaps()2001 iwc = 0; in rescan_inomaps()2003 for (; iwc < newsb->fs_ipg; iwc++, inum++) { in rescan_inomaps()[all …]
661 .iwc Not assigned