HomeSort by: relevance | last modified time | path
    Searched defs:iwc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_irq_work.c 61 struct irq_work_cpu *const *iwcp, *iwc; local in function:irq_work_intr
66 iwc = *iwcp;
67 mutex_spin_enter(&iwc->iwc_lock);
68 SIMPLEQ_CONCAT(&todo, &iwc->iwc_todo);
69 mutex_spin_exit(&iwc->iwc_lock);
81 struct irq_work_cpu **iwcp = ptr, *iwc;
83 iwc = *iwcp = kmem_zalloc(sizeof(*iwc), KM_SLEEP);
84 mutex_init(&iwc->iwc_lock, MUTEX_DEFAULT, IPL_HIGH);
85 SIMPLEQ_INIT(&iwc->iwc_todo)
127 struct irq_work_cpu *const *iwcp, *iwc; local in function:irq_work_queue
    [all...]
  /src/sbin/resize_ffs/
resize_ffs.c 758 uint32_t iwc; /* inode-within-cg number of inode hand points local in function:find_freeinode
764 iwc = hand % newsb->fs_ipg;
768 if (bit_is_clr(bits, iwc))
771 iwc++;
772 if (iwc >= newsb->fs_ipg) {
773 iwc = 0;
1987 uint32_t iwc; local in function:rescan_inomaps
1998 iwc = 2;
2001 iwc = 0;
2003 for (; iwc < newsb->fs_ipg; iwc++, inum++)
    [all...]

Completed in 54 milliseconds