Searched refs:sessions (Results 1 - 6 of 6) sorted by relevance
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/umplock/ |
H A D | umplock_driver.c | 46 atomic_t sessions; member 499 atomic_inc(&device.sessions); in umplock_driver_open() 500 PDEBUG(1, "OPEN SESSION (%i references)\n", atomic_read(&device.sessions)); in umplock_driver_open() 510 int sessions = 0; in umplock_driver_release() local 517 atomic_dec(&device.sessions); in umplock_driver_release() 518 sessions = atomic_read(&device.sessions); in umplock_driver_release() 519 PDEBUG(1, "CLOSE SESSION (%i references)\n", sessions); in umplock_driver_release() 521 if (sessions == 0) { in umplock_driver_release() 593 atomic_set(&device.sessions, in umplock_initialize_module() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_session_internal.h | 36 struct coap_session_t *sessions; /**< hash table or list of active sessions */ member
|
H A D | net.h | 168 coap_session_t *sessions; /**< client sessions */ member 210 unsigned int max_idle_sessions; /**< Maximum number of simultaneous unused sessions per endpoint. 0 means no maximum. */ 211 unsigned int max_handshake_sessions; /**< Maximum number of simultaneous negotating sessions per endpoint. 0 means use default. */ 365 * Set the context keepalive timer for sessions. 928 * Check if there any sessions which created by server has been idle without send/receive any 937 * Check if there any sessions which created by server has been idle without send/receive any
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ipa_control/ |
H A D | mali_kbase_csf_ipa_control.c | 310 struct kbase_ipa_control_session *session = &ipa_ctrl->sessions[i]; in kbase_ipa_control_rate_change_notify() 327 /* Update the timer for automatic sampling if active sessions in kbase_ipa_control_rate_change_notify() 360 ipa_ctrl->sessions[i].active = false; in kbase_ipa_control_init() 404 /** session_read_raw_values - Read latest raw values for a sessions 427 /** session_gpu_start - Start one or all sessions 431 * all sessions. 433 * This function starts one or all sessions by capturing a manual sample, 438 * the number of active sessions. The number of performance counters belonging 441 * If no session is given, the function shall start all sessions. 442 * The function does nothing if there are no active sessions [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_defs.h | 949 * Maximum number of sessions that can be managed by the IPA Control component. 1033 * @refcount: Number of client sessions bound to this counter. 1037 * by one or more client sessions. The counter is considered to be unused 1063 * @sessions: State of client sessions, storing information 1069 * @num_active_sessions: Number of sessions opened by clients. 1078 sessions[KBASE_IPA_CONTROL_MAX_SESSIONS]; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | wlioctl.h | 10051 /* If set, host generates and assign ndp id for ndp sessions */ 10740 uint32 fail_sessions; /* failed sessions */ 10848 uint16 ftm_ssn_success; /* number of succesfull ftm sessions */ 14278 /** maximum number sessions that can be allocated, may be less if tunable */ 14495 uint32 sessions; /* total number of sessions */ member
|
Completed in 67 milliseconds