Searched refs:configuration_lock_entry (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/nscd/ |
H A D | mp_rs_query.c | 72 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_read_session_destroy() 225 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_read_session_request_process() 245 configuration_lock_entry(qstate->config_entry, in on_mp_read_session_request_process() 259 configuration_lock_entry( in on_mp_read_session_request_process() 274 configuration_lock_entry( in on_mp_read_session_request_process() 289 configuration_lock_entry(qstate->config_entry, in on_mp_read_session_request_process() 303 configuration_lock_entry(qstate->config_entry, in on_mp_read_session_request_process() 422 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_read_session_read_request_process() 526 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_read_session_close_notification()
|
H A D | mp_ws_query.c | 73 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_destroy() 231 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_request_process() 424 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_write_request_process() 481 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_abandon_notification() 500 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in on_mp_write_session_close_notification() 519 configuration_lock_entry(qstate->config_entry, CELT_MULTIPART); in register_new_mp_cache_entry()
|
H A D | query.c | 89 configuration_lock_entry(config_entry, CELT_POSITIVE); in clear_config_entry() 96 configuration_lock_entry(config_entry, CELT_NEGATIVE); in clear_config_entry() 103 configuration_lock_entry(config_entry, CELT_MULTIPART); in clear_config_entry() 123 configuration_lock_entry(config_entry, CELT_POSITIVE); in clear_config_entry_part() 130 configuration_lock_entry(config_entry, CELT_NEGATIVE); in clear_config_entry_part() 137 configuration_lock_entry(config_entry, CELT_MULTIPART); in clear_config_entry_part() 440 configuration_lock_entry(qstate->config_entry, CELT_POSITIVE); in on_write_request_process() 521 configuration_lock_entry(qstate->config_entry, CELT_NEGATIVE); in on_negative_write_request_process() 715 configuration_lock_entry(qstate->config_entry, CELT_POSITIVE); in on_read_request_process() 734 configuration_lock_entry(qstat in on_read_request_process() [all...] |
H A D | config.c | 465 configuration_lock_entry(struct configuration_entry *entry, in configuration_lock_entry() function 468 TRACE_IN(configuration_lock_entry); in configuration_lock_entry() 485 TRACE_OUT(configuration_lock_entry); in configuration_lock_entry()
|
H A D | config.h | 143 void configuration_lock_entry(struct configuration_entry *,
|