OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICP_F_WAIT_CCB
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
icpvar.h
182
#define
ICP_F_WAIT_CCB
0x01 /* someone waiting for CCBs */
icp.c
992
icp->icp_flags |=
ICP_F_WAIT_CCB
;
1011
if (__predict_false((icp->icp_flags &
ICP_F_WAIT_CCB
) != 0)) {
1012
icp->icp_flags &= ~
ICP_F_WAIT_CCB
;
Completed in 12 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025