Searched refs:URI_TEMP (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c530 ASSERT(del->hash != URI_TEMP);
1025 if (uri->hash != URI_TEMP) {
1069 if (uri->hash != URI_TEMP && uri->nocache) {
1073 * waiters on this URI, make URI_TEMP.
1081 uri->hash = URI_TEMP;
1148 if (uri->hash != URI_TEMP && uri->count > nca_max_cache_size) {
1150 uri->hash = URI_TEMP;
1387 if (uri->hash != URI_TEMP && total_count > nca_max_cache_size) {
1389 uri->hash = URI_TEMP;
1496 if (uri->hash != URI_TEMP) {
[all...]
H A Dnl7curi.h158 #define URI_TEMP (uri_desc_t *)-1 /* Temp (nocache) uri_t.hash pointer */ macro
H A Dnl7chttp.c995 uri->hash = URI_TEMP;

Completed in 101 milliseconds