Searched refs:incache (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dposix_sem.c368 int incache = 0; local
499 incache = 0;
501 incache = 1;
505 if (((fmode & (O_CREAT | O_EXCL))==(O_CREAT | O_EXCL)) && incache) {
516 if (((fmode & (O_CREAT | O_EXCL))== O_CREAT) && incache) {
544 if (!incache) {
565 if (!incache) {
577 * if incache, we did not use the new pcp or the new pcp or the
580 if (incache) {
667 int incache local
[all...]
H A Dposix_shm.c383 int incache = 0; local
493 incache = 0;
513 incache = 1;
543 if (!incache) {
576 if (!incache) {
593 * if incache, we did not use the new pcp or new_pinfo and must
596 if (incache) {
629 if (incache) {
1011 int incache = 0; local
1071 incache
[all...]

Completed in 21 milliseconds