OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unFenced
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libwsbm/src/
wsbm_userpool.c
79
int
unFenced
;
125
while (vBuf->
unFenced
|| vBuf->fence != NULL) {
126
if (vBuf->
unFenced
)
285
vBuf->
unFenced
= 1;
374
vBuf->
unFenced
= 0;
484
if (vBuf->
unFenced
) {
536
vBuf->
unFenced
= 0;
557
if (!vBuf->
unFenced
)
560
vBuf->
unFenced
= 0;
wsbm_slabpool.c
100
int
unFenced
;
830
sBuf->
unFenced
= 0;
851
while (sBuf->
unFenced
|| sBuf->fence != NULL) {
853
if (sBuf->
unFenced
)
916
if (sBuf->
unFenced
) {
997
sBuf->
unFenced
= 0;
1013
sBuf->
unFenced
= 1;
1024
if (sBuf->
unFenced
) {
1025
sBuf->
unFenced
= 0;
Completed in 52 milliseconds