Searched refs:fcfs (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | bufq_fcfs.c | 95 BUFQ_DEFINE(fcfs, 10, bufq_fcfs_init); 100 struct bufq_fcfs *fcfs = bufq_private(bufq); in bufq_fcfs_put() local 102 TAILQ_INSERT_TAIL(&fcfs->bq_head, bp, b_actq); in bufq_fcfs_put() 108 struct bufq_fcfs *fcfs = bufq_private(bufq); in bufq_fcfs_get() local 111 bp = TAILQ_FIRST(&fcfs->bq_head); in bufq_fcfs_get() 114 TAILQ_REMOVE(&fcfs->bq_head, bp, b_actq); in bufq_fcfs_get() 122 struct bufq_fcfs *fcfs = bufq_private(bufq); in bufq_fcfs_cancel() local 125 TAILQ_FOREACH(bp, &fcfs->bq_head, b_actq) { in bufq_fcfs_cancel() 127 TAILQ_REMOVE(&fcfs->bq_head, bp, b_actq); in bufq_fcfs_cancel() 145 struct bufq_fcfs *fcfs; in bufq_fcfs_init() local [all …]
|
/netbsd-src/external/mit/xorg/tools/fc-cache/ |
H A D | Makefile | 17 fcfreetype.c fcfs.c fchash.c fcinit.c fclang.c \
|