OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chm_erase_pending_queue
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_erase.c
74
TAILQ_INSERT_TAIL(&chmp->
chm_erase_pending_queue
, cheb, queue);
82
cheb = TAILQ_FIRST(&chmp->
chm_erase_pending_queue
);
83
TAILQ_REMOVE(&chmp->
chm_erase_pending_queue
, cheb, queue);
chfs_gc.c
168
if (!TAILQ_EMPTY(&chmp->
chm_erase_pending_queue
)) {
358
if (n<50 && !TAILQ_EMPTY(&chmp->
chm_erase_pending_queue
)) {
360
nextqueue = &chmp->
chm_erase_pending_queue
;
378
} else if (!TAILQ_EMPTY(&chmp->
chm_erase_pending_queue
)) {
381
nextqueue = &chmp->
chm_erase_pending_queue
;
531
if (!TAILQ_EMPTY(&chmp->
chm_erase_pending_queue
)) {
682
TAILQ_INSERT_TAIL(&chmp->
chm_erase_pending_queue
,
686
if (!TAILQ_EMPTY(&chmp->
chm_erase_pending_queue
)) {
chfs_build.c
277
TAILQ_INSERT_TAIL(&chmp->
chm_erase_pending_queue
,
chfs_vfsops.c
299
TAILQ_INIT(&chmp->
chm_erase_pending_queue
);
358
KASSERT(TAILQ_EMPTY(&chmp->
chm_erase_pending_queue
));
chfs.h
391
struct chfs_eraseblock_queue
chm_erase_pending_queue
;
member in struct:chfs_mount
chfs_nodeops.c
388
TAILQ_INSERT_TAIL(&chmp->
chm_erase_pending_queue
,
Completed in 234 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025