OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ntargets
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
sys_lwp.c
468
lwp_unpark(const lwpid_t *tp, const u_int
ntargets
)
480
for (target = 0; target <
ntargets
; target++) {
621
syscallarg(size_t)
ntargets
;
626
u_int
ntargets
;
local in function:sys__lwp_unpark_all
629
ntargets
= SCARG(uap,
ntargets
);
638
if (
ntargets
> LWP_UNPARK_MAX ||
ntargets
== 0)
645
sz = sizeof(lwpid_t) *
ntargets
;
657
error = lwp_unpark(tp,
ntargets
);
[
all
...]
/src/sys/dev/ic/
siop.c
1897
int i,
ntargets
;
local in function:siop_add_dev
1914
ntargets
= sc->sc_c.sc_chan.chan_ntargets - 1 - sc->sc_ntargets;
1923
(
ntargets
* __arraycount(lun_switch)) >=
/src/sys/miscfs/procfs/
procfs_vnops.c
1267
int
ntargets
;
local in function:procfs_lookup
1273
ntargets
= nproc_sys_targets;
1278
ntargets
= nproc_sysfs_targets;
1283
ntargets
= nproc_mqueue_targets;
1288
ntargets
= nproc_sysvipc_targets;
1301
for (i = 0; i <
ntargets
; i++) {
1314
if (i !=
ntargets
) {
1616
int
ntargets
;
local in function:procfs_readdir
1621
ntargets
= nproc_sys_targets;
1625
ntargets
= nproc_sysfs_targets
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025