HomeSort by: relevance | last modified time | path
    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 14 milliseconds