/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_fib.c | 598 w->state = FWS_INIT; in fib6_dump_table() 1166 /* Reset round-robin state, if necessary */ in fib6_add_rt2node() 1872 RT6_TRACE("W %p adjusted by delnode 1, s=%d/%d\n", w, w->state, nstate); in fib6_repair_tree() 1874 w->state = nstate; in fib6_repair_tree() 1880 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state); in fib6_repair_tree() 1881 w->state = w->state >= FWS_R ? FWS_U : FWS_INIT; in fib6_repair_tree() 1883 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state); in fib6_repair_tree() 1884 w->state = w->state > in fib6_repair_tree() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxafb.c | 87 static void set_ctrlr_state(struct pxafb_info *fbi, u_int state); 107 static inline void pxafb_schedule_work(struct pxafb_info *fbi, u_int state) in pxafb_schedule_work() argument 122 if (fbi->task_state == C_ENABLE && state == C_REENABLE) in pxafb_schedule_work() 123 state = (u_int) -1; in pxafb_schedule_work() 124 if (fbi->task_state == C_DISABLE && state == C_ENABLE) in pxafb_schedule_work() 125 state = C_REENABLE; in pxafb_schedule_work() 127 if (state != (u_int)-1) { in pxafb_schedule_work() 128 fbi->task_state = state; in pxafb_schedule_work() 544 if (fbi->state != C_ENABLE) in pxafb_pan_display() 1056 if (!fbi || (fbi->state ! in pxafb_get_hsync_time() 1539 set_ctrlr_state(struct pxafb_info *fbi, u_int state) set_ctrlr_state() argument 1640 u_int state = xchg(&fbi->task_state, -1); pxafb_task() local [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_fib.c | 599 w->state = FWS_INIT; in fib6_dump_table() 1163 /* Reset round-robin state, if necessary */ in fib6_add_rt2node() 1869 RT6_TRACE("W %p adjusted by delnode 1, s=%d/%d\n", w, w->state, nstate); in fib6_repair_tree() 1871 w->state = nstate; in fib6_repair_tree() 1877 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state); in fib6_repair_tree() 1878 w->state = w->state >= FWS_R ? FWS_U : FWS_INIT; in fib6_repair_tree() 1880 RT6_TRACE("W %p adjusted by delnode 2, s=%d\n", w, w->state); in fib6_repair_tree() 1881 w->state = w->state > in fib6_repair_tree() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 123 if (test_bit(MLX5E_STATE_OPENED, &priv->state)) in mlx5e_update_carrier_work() 144 if (unlikely(test_bit(MLX5E_STATE_DESTROYING, &priv->state))) in mlx5e_queue_update_stats() 683 if (!test_bit(MLX5E_RQ_STATE_SHAMPO, &rq->state)) in mlx5_rq_shampo_alloc() 722 if (!test_bit(MLX5E_RQ_STATE_SHAMPO, &rq->state)) in mlx5e_rq_free_shampo() 847 * required state to clear. And page_pool gracefully handle in mlx5e_alloc_rq() 871 u16 headroom = test_bit(MLX5E_RQ_STATE_SHAMPO, &rq->state) ? in mlx5e_alloc_rq() 988 MLX5_SET(rqc, rqc, state, MLX5_RQC_STATE_RST); in mlx5e_create_rq() 994 if (test_bit(MLX5E_RQ_STATE_SHAMPO, &rq->state)) { in mlx5e_create_rq() 1030 MLX5_SET(rqc, rqc, state, next_state); in mlx5e_modify_rq_state() 1044 if (test_bit(MLX5E_RQ_STATE_MINI_CQE_ENHANCED, &rq->state)) { in mlx5e_flush_rq_cq() 3102 mlx5e_modify_admin_state(struct mlx5_core_dev *mdev, enum mlx5_port_status state) mlx5e_modify_admin_state() argument 6007 mlx5e_suspend(struct auxiliary_device *adev, pm_message_t state) mlx5e_suspend() argument 6033 pm_message_t state = {}; mlx5e_probe() local 6104 pm_message_t state = {}; mlx5e_remove() local [all...] |
/base/powermgr/battery_statistics/services/native/src/ |
H A D | battery_stats_detector.cpp | 27 "Handle type: %{public}s, state: %{public}d, level: %{public}d, uid: %{public}d, pid: %{public}d, " \ in HandleStatsChangedEvent() 31 data.state, in HandleStatsChangedEvent() 53 // Update related timer based on state or level in HandleStatsChangedEvent() 54 core->UpdateStats(data.type, data.state, data.level, data.uid, data.deviceId); in HandleStatsChangedEvent() 96 // Related with state in IsStateRelated() 100 STATS_HILOGD(COMP_SVC, "No state related type=%{public}d", static_cast<int32_t>(type)); in IsStateRelated() 176 .append(", work state = ") in HandleWorkschedulerInfo() 177 .append(ToString(data.state)) in HandleWorkschedulerInfo() 202 if (data.state == StatsUtils::STATS_STATE_ACTIVATED) { in HandleFlashlightInfo() 211 .append(", flashlight state in HandleFlashlightInfo() [all...] |
/base/msdp/device_status/intention/cooperate/server/src/ |
H A D | cooperate_server.cpp | 247 bool state { false }; in GetParam() 248 if (cooperate->GetCooperateState(param.udId, state) != RET_OK) { in GetParam() 252 FI_HILOGI("GetCooperateState for udId:%{public}s successfully, state:%{public}s", in GetParam() 253 Utility::Anonymize(param.udId).c_str(), state ? "true" : "false"); in GetParam() 258 if (!BooleanReply(state).Marshalling(reply)) { in GetParam() 259 FI_HILOGE("Marshalling state failed"); in GetParam()
|
/base/notification/common_event_service/services/test/unittest/ |
H A D | common_event_manager_service_new_branch_test.cpp | 155 std::string event = "dump state";
in HWTEST_F() 157 std::vector<std::string> state;
in HWTEST_F() local 158 EXPECT_EQ(false, comm->DumpState(dumpType, event, userId, state));
in HWTEST_F() 179 std::string event = "dump state";
in HWTEST_F() 181 std::vector<std::string> state;
in HWTEST_F() local 182 EXPECT_EQ(true, comm->DumpState(dumpType, event, userId, state));
in HWTEST_F()
|
/base/msdp/device_status/frameworks/native/interaction/src/ |
H A D | interaction_manager.cpp | 82 int32_t InteractionManager::GetCoordinationState(const std::string &udId, bool &state) in GetCoordinationState() argument 84 return INTER_MGR_IMPL.GetCoordinationState(udId, state); in GetCoordinationState() 253 int32_t InteractionManager::SetMouseDragMonitorState(bool state) in SetMouseDragMonitorState() argument 255 return INTER_MGR_IMPL.SetMouseDragMonitorState(state); in SetMouseDragMonitorState()
|
/base/telephony/call_manager/frameworks/native/include/ |
H A D | call_manager_service_proxy.h | 124 * @return Returns call state. 176 * @param isMute[in], mute state 577 * @param state[in], The state of VoNR 580 int32_t SetVoNRState(int32_t slotId, int32_t state) override; 587 * @param state[out], The result of VoNR state ON or OFF 590 int32_t GetVoNRState(int32_t slotId, int32_t &state) override; 657 * @param state[in], The state o [all...] |
H A D | i_call_manager_service.h | 99 virtual int32_t SetVoNRState(int32_t slotId, int32_t state) = 0; 100 virtual int32_t GetVoNRState(int32_t slotId, int32_t &state) = 0; 109 virtual int32_t SetVoIPCallState(int32_t state) = 0; 110 virtual int32_t GetVoIPCallState(int32_t &state) = 0;
|
H A D | call_manager_proxy.h | 106 int32_t SetVoNRState(int32_t slotId, int32_t state); 107 int32_t GetVoNRState(int32_t slotId, int32_t &state); 116 int32_t SetVoIPCallState(int32_t state); 117 int32_t GetVoIPCallState(int32_t &state);
|
/base/telephony/call_manager/services/call/include/ |
H A D | call_control_manager.h | 94 int32_t SetVoNRState(int32_t slotId, int32_t state); 95 int32_t GetVoNRState(int32_t slotId, int32_t &state); 120 int32_t SetVoIPCallState(int32_t state); 121 int32_t GetVoIPCallState(int32_t &state);
|
/base/telephony/call_manager/services/audio/src/ |
H A D | audio_player.cpp | 180 void AudioPlayer::SetStop(PlayerType playerType, bool state) in SetStop() argument 184 isRingStop_ = state; in SetStop() 192 isToneStop_ = state; in SetStop() 200 isSoundStop_ = state; in SetStop()
|
/base/telephony/call_manager/interfaces/innerkits/ |
H A D | call_manager_info.h | 164 * Indicates the type of video state. {@link VideoStateType} 168 * Indicates the detailed state of call. {@link TelCallState} 170 TelCallState state = TelCallState::CALL_STATUS_UNKNOWN; member 194 * Call state between with holdRequest and holdResponse 231 * Indicates the type of video state. {@link VideoStateType} 255 * Indicates the detailed state of call. {@link TelCallState} 259 * Indicates the state of conference call. {@link TelConferenceState} 349 * Indicates the type of video state. {@link VideoStateType} 475 * Indicates the call video state, 0: audio 1:video. 481 TelCallState state member [all...] |
/base/telephony/call_manager/services/call_manager_service/include/ |
H A D | call_manager_service.h | 159 * @return Returns call state. 211 * @param isMute[in], mute state 602 * @param state[in], The state of VoNR 605 int32_t SetVoNRState(int32_t slotId, int32_t state) override; 612 * @param state[out], The result of VoNR state ON or OFF 615 int32_t GetVoNRState(int32_t slotId, int32_t &state) override; 684 * @param state[in], The state o [all...] |
/base/telephony/call_manager/services/call_setting/src/ |
H A D | call_setting_manager.cpp | 220 int32_t CallSettingManager::SetVoNRState(int32_t slotId, int32_t state) in SetVoNRState() argument 226 return cellularCallConnectionPtr_->SetVoNRState(slotId, state); in SetVoNRState() 229 int32_t CallSettingManager::GetVoNRState(int32_t slotId, int32_t &state) in GetVoNRState() argument 235 return cellularCallConnectionPtr_->GetVoNRState(slotId, state); in GetVoNRState()
|
/base/telephony/call_manager/test/fuzztest/callmanagerservicestub_fuzzer/ |
H A D | callmanagerservicestub_fuzzer.cpp | 80 int32_t state = static_cast<int32_t>(size % SLOT_NUM); in SetVoIPCallState() local 82 dataParcel.WriteInt32(state); in SetVoIPCallState() 159 int32_t state = static_cast<int32_t>(size % SLOT_NUM); in SetVoNRState() local 162 dataParcel.WriteInt32(state); in SetVoNRState()
|
/base/telephony/state_registry/test/unittest/state_test/ |
H A D | state_registry_branch_test.cpp | 139 SimState state = SimState::SIM_STATE_UNKNOWN;
in HWTEST_F() local 141 telephonyObserverProxy->OnSimStateUpdated(0, type, state, reason);
in HWTEST_F() 321 SimState state = SimState::SIM_STATE_UNKNOWN;
in HWTEST_F() local 323 result = proxy->UpdateSimState(0, type, state, reason);
in HWTEST_F()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | api.h | 148 /* Current state of the netconn. Non-TCP netconns are always 149 * in state NETCONN_NONE! */ 170 * The events have to be seen as events signaling the state of these mboxes/semaphores. For non-blocking 255 /* current state of the netconn */ 256 enum netconn_state state; /* accessed only in tcipthread only */ member 269 #define net_tcp_state pcb.tcp->state 289 /* mbox state, used for close event in parallel to recv and send events */ 325 /* flags holding more netconn-internal state, see NETCONN_FLAG_* defines */ 353 /** record pending error state after recving RST */ 364 /* Set conn->mbox_state to state */ [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/backend/ |
H A D | mali_kbase_mmu_jm.c | 148 (kbdev->hwcnt.backend.state == in kbase_mmu_report_fault_and_kill() 153 kbdev->hwcnt.backend.state = KBASE_INSTR_STATE_FAULT; in kbase_mmu_report_fault_and_kill() 246 (kbdev->hwcnt.backend.state == in kbase_mmu_interrupt_process() 248 kbdev->hwcnt.backend.state = in kbase_mmu_interrupt_process()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/backend/ |
H A D | mali_kbase_mmu_jm.c | 136 (kbdev->hwcnt.backend.state == KBASE_INSTR_STATE_DUMPING)) { in kbase_mmu_report_fault_and_kill() 138 kbdev->hwcnt.backend.state = KBASE_INSTR_STATE_FAULT; in kbase_mmu_report_fault_and_kill() 215 if ((kbdev->hwcnt.kctx == kctx) && (kbdev->hwcnt.backend.state == KBASE_INSTR_STATE_DUMPING)) { in kbase_mmu_interrupt_process() 216 kbdev->hwcnt.backend.state = KBASE_INSTR_STATE_FAULT; in kbase_mmu_interrupt_process()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_color_mgmt.c | 50 * driver boot-up state too. Drivers can access this blob through 68 * boot-up state too. Drivers can access the blob for the color conversion 89 * boot-up state too. Drivers can access this blob through 108 * driver boot-up state too. Drivers can access this blob through 470 if (plane->state) { in drm_plane_create_color_properties() 471 plane->state->color_encoding = default_encoding; in drm_plane_create_color_properties() 491 if (plane->state) { in drm_plane_create_color_properties() 492 plane->state->color_range = default_range; in drm_plane_create_color_properties()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | mxgpu_ai.c | 225 enum amdgpu_interrupt_state state) in xgpu_ai_set_mailbox_ack_irq() 230 (state == AMDGPU_IRQ_STATE_ENABLE) ? 1 : 0); in xgpu_ai_set_mailbox_ack_irq() 273 enum amdgpu_interrupt_state state) in xgpu_ai_set_mailbox_rcv_irq() 278 (state == AMDGPU_IRQ_STATE_ENABLE) ? 1 : 0); in xgpu_ai_set_mailbox_rcv_irq() 222 xgpu_ai_set_mailbox_ack_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, unsigned type, enum amdgpu_interrupt_state state) xgpu_ai_set_mailbox_ack_irq() argument 270 xgpu_ai_set_mailbox_rcv_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *src, unsigned type, enum amdgpu_interrupt_state state) xgpu_ai_set_mailbox_rcv_irq() argument
|
H A D | mxgpu_nv.c | 243 enum amdgpu_interrupt_state state) in xgpu_nv_set_mailbox_ack_irq() 247 if (state == AMDGPU_IRQ_STATE_ENABLE) in xgpu_nv_set_mailbox_ack_irq() 297 enum amdgpu_interrupt_state state) in xgpu_nv_set_mailbox_rcv_irq() 301 if (state == AMDGPU_IRQ_STATE_ENABLE) in xgpu_nv_set_mailbox_rcv_irq() 240 xgpu_nv_set_mailbox_ack_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, unsigned type, enum amdgpu_interrupt_state state) xgpu_nv_set_mailbox_ack_irq() argument 294 xgpu_nv_set_mailbox_rcv_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *src, unsigned type, enum amdgpu_interrupt_state state) xgpu_nv_set_mailbox_rcv_irq() argument
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | poly1305-glue.c | 21 asmlinkage void poly1305_init_arm64(void *state, const u8 *key); 22 asmlinkage void poly1305_blocks(void *state, const u8 *src, u32 len, u32 hibit); 23 asmlinkage void poly1305_blocks_neon(void *state, const u8 *src, u32 len, u32 hibit); 24 asmlinkage void poly1305_emit(void *state, u8 *digest, const u32 *nonce);
|