OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aiost
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
aio.h
114
struct
aiost
;
137
struct
aiost
;
141
struct
aiost
*
aiost
;
member in struct:aiost_file_group
149
struct
aiost
{
struct
150
TAILQ_ENTRY(
aiost
) list;
156
bool freelist; /* Whether or not
aiost
is on freelist */
168
TAILQ_HEAD(aiost_list,
aiost
);
/src/sys/kern/
sys_aio.c
36
* Each process owns an aiosp (service pool) with work threads (
aiost
).
130
static int aiost_create(struct aiosp *, struct
aiost
**);
131
static int aiost_terminate(struct
aiost
*);
134
static int aiosp_worker_extract(struct aiosp *, struct
aiost
**);
462
struct
aiost
*
aiost
= NULL;
local in function:aiosp_distribute_jobs
475
error = aiosp_worker_extract(sp, &
aiost
);
482
fg->
aiost
=
aiost
;
484
aiost
->fg = fg
[
all
...]
Completed in 12 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025