OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
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
;
local
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)
91
struct irq_work_cpu **
iwc
p = ptr, *
iwc
= *
iwc
p;
local
127
struct irq_work_cpu *const *
iwc
p, *
iwc
;
local
[
all
...]
/src/sbin/resize_ffs/
resize_ffs.c
758
uint32_t
iwc
; /* inode-within-cg number of inode hand points
local
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
1998
iwc
= 2;
2001
iwc
= 0;
2003
for (;
iwc
< newsb->fs_ipg; iwc++, inum++)
[
all
...]
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026