Searched refs:cacheable (Results 1 – 17 of 17) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/pmem/ |
| H A D | pmem-region.txt | 6 a) Usable as main system memory (i.e. cacheable), and 25 (i.e cacheable).
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.c | 864 u->cacheable = 1; in ngx_http_upstream_cache() 961 u->cacheable = 0; in ngx_http_upstream_cache() 983 u->cacheable = 0; in ngx_http_upstream_cache() 1142 || !u->cacheable in ngx_http_upstream_cache_check_range() 3040 u->cacheable = 0; in ngx_http_upstream_send_response() 3058 if (u->cacheable) { in ngx_http_upstream_send_response() 3132 p->cacheable = u->cacheable || u->store; in ngx_http_upstream_send_response() 3145 if (p->cacheable) { in ngx_http_upstream_send_response() 3183 if (u->cacheable) { in ngx_http_upstream_send_response() 4547 u->cacheable = 0; in ngx_http_upstream_process_set_cookie() [all …]
|
| H A D | ngx_http_upstream.h | 384 unsigned cacheable:1; member
|
| H A D | ngx_http_request.h | 519 unsigned cacheable:1;
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.h | 58 unsigned cacheable:1; member
|
| H A D | ngx_event_pipe.c | 247 } else if (!p->cacheable in ngx_event_pipe_read_upstream() 264 } else if (p->cacheable in ngx_event_pipe_read_upstream() 481 if (p->cacheable && (p->in || p->buf_to_file)) { in ngx_event_pipe_read_upstream() 637 } else if (!p->cacheable && !p->writing && p->in) { in ngx_event_pipe_write_to_downstream() 702 if (p->cacheable || !p->cyclic_temp_file) { in ngx_event_pipe_write_to_downstream() 776 if (!p->cacheable) { in ngx_event_pipe_write_chain_to_temp_file()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ |
| H A D | snps-dma.txt | 29 The default value is 0 (for non-cacheable, non-buffered,
|
| H A D | snps,dma-spear1340.yaml | 143 bit 1 - DMA is bufferable, bit 2 - DMA is cacheable.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | l2c2x0.yaml | 159 memory non-cacheable transactions" into "cacheable no allocate" (for reads)
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 481 bus_size_t size, int cacheable, bus_space_handle_t *bshp); 495 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
|
| /f-stack/freebsd/mips/include/ |
| H A D | bus.h | 445 bus_size_t size, int cacheable, bus_space_handle_t *bshp); 459 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.js | 160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes; 6041 results.cacheable || ( l > 1 && i < lastIndex ) ? 6151 var fragment, cacheable, cacheresults, doc, 6178 cacheable = true; 6191 if ( cacheable ) { 6195 return { fragment: fragment, cacheable: cacheable };
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 665 params = r->upstream->cacheable ? &scf->params_cache : &scf->params; in ngx_http_scgi_create_request()
|
| H A D | ngx_http_uwsgi_module.c | 853 params = r->upstream->cacheable ? &uwcf->params_cache : &uwcf->params; in ngx_http_uwsgi_create_request()
|
| H A D | ngx_http_fastcgi_module.c | 860 params = u->cacheable ? &flcf->params_cache : &flcf->params; in ngx_http_fastcgi_create_request()
|
| H A D | ngx_http_proxy_module.c | 1194 headers = u->cacheable ? &plcf->headers_cache : &plcf->headers; in ngx_http_proxy_create_request()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 2602 *) Bugfix: in some cases non-cacheable variables (such as the $args 2861 *) Bugfix: non-cacheable responses might be cached if 4307 cacheable responses. 5849 *) Bugfix: in some cases non-cacheable variables (such as $uri variable)
|