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
;
834
sBuf->
unFenced
= 0;
855
while (sBuf->
unFenced
|| sBuf->fence != NULL) {
857
if (sBuf->
unFenced
)
920
if (sBuf->
unFenced
) {
1001
sBuf->
unFenced
= 0;
1017
sBuf->
unFenced
= 1;
1028
if (sBuf->
unFenced
) {
1029
sBuf->
unFenced
= 0;
Completed in 66 milliseconds