OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadState
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_paritylog.h
113
int
threadState
; /* is thread running, should it shutdown (see
rf_paritylogging.c
456
RF_ASSERT(raidPtr->parityLogDiskQueue.
threadState
== 0);
457
raidPtr->parityLogDiskQueue.
threadState
= RF_PLOG_CREATED;
461
raidPtr->parityLogDiskQueue.
threadState
= 0;
468
while (!(raidPtr->parityLogDiskQueue.
threadState
& RF_PLOG_RUNNING)) {
654
raidPtr->parityLogDiskQueue.
threadState
|= RF_PLOG_TERMINATE;
662
while (!(raidPtr->parityLogDiskQueue.
threadState
& RF_PLOG_SHUTDOWN)) {
rf_paritylogDiskMgr.c
610
raidPtr->parityLogDiskQueue.
threadState
|= RF_PLOG_RUNNING;
655
if (raidPtr->parityLogDiskQueue.
threadState
& RF_PLOG_TERMINATE) {
681
raidPtr->parityLogDiskQueue.
threadState
|= RF_PLOG_SHUTDOWN;
Completed in 53 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025