Searched refs:s_cache (Results 1 – 6 of 6) sorted by relevance
| /src/usr.sbin/nscd/ |
| H A D | nscd.c | 817 s_cache = init_cache_(s_configuration); in main() 818 if (s_cache == NULL) { in main() 829 destroy_cache_(s_cache); in main() 839 thread_args->the_cache = s_cache; in main() 855 processing_loop(s_cache, s_runtime_env, s_configuration); in main() 863 destroy_cache_(s_cache); in main()
|
| H A D | singletons.c | 34 cache s_cache = INVALID_CACHE; variable
|
| H A D | singletons.h | 41 extern cache s_cache;
|
| H A D | mp_ws_query.c | 220 c_entry = find_cache_entry(s_cache, in on_mp_write_session_request_process() 525 register_cache_entry(s_cache, (struct cache_entry_params *) in register_new_mp_cache_entry() 531 c_entry = find_cache_entry(s_cache, in register_new_mp_cache_entry()
|
| H A D | query.c | 436 c_entry = find_cache_entry(s_cache, in on_write_request_process() 517 c_entry = find_cache_entry(s_cache, in on_negative_write_request_process() 709 c_entry = find_cache_entry(s_cache, in on_read_request_process() 711 neg_c_entry = find_cache_entry(s_cache, in on_read_request_process()
|
| H A D | mp_rs_query.c | 214 c_entry = find_cache_entry(s_cache, dec_cache_entry_name); in on_mp_read_session_request_process()
|