Home
last modified time | relevance | path

Searched refs:state (Results 5001 - 5025 of 20519) sorted by relevance

1...<<201202203204205206207208209210>>...821

/kernel/linux/linux-5.10/net/tipc/
H A Dmonitor.h41 /* struct tipc_mon_state: link instance's cache of monitor list and domain state
66 struct tipc_mon_state *state, int bearer_id);
68 struct tipc_mon_state *state, int bearer_id);
70 struct tipc_mon_state *state,
/kernel/linux/linux-5.10/include/linux/
H A Dratelimit.h47 #define WARN_ON_RATELIMIT(condition, state) ({ \
49 WARN_ON(__rtn_cond && __ratelimit(state)); \
68 #define WARN_ON_RATELIMIT(condition, state) \
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvirtio_mem.h79 * device driver can start with a clean state. However, in specific
100 /* request information about the plugged state of memory blocks */
128 struct virtio_mem_req_state state; member
172 __virtio16 state; member
180 struct virtio_mem_resp_state state; member
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_inet.c12 const struct nf_hook_state *state) in nf_flow_offload_inet_hook()
16 return nf_flow_offload_ip_hook(priv, skb, state); in nf_flow_offload_inet_hook()
18 return nf_flow_offload_ipv6_hook(priv, skb, state); in nf_flow_offload_inet_hook()
11 nf_flow_offload_inet_hook(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) nf_flow_offload_inet_hook() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/
H A Dqca_7k_common.h90 /* The frame length is used as the state until
103 /* Current decoding state */
104 enum qcafrm_state state; member
105 /* Initial state depends on connection type */
122 handle->state = handle->init; in qcafrm_fsm_init_spi()
128 handle->state = handle->init; in qcafrm_fsm_init_uart()
132 * by following a simple state machine.
/kernel/linux/linux-6.6/include/linux/
H A Dratelimit.h47 #define WARN_ON_RATELIMIT(condition, state) ({ \
49 WARN_ON(__rtn_cond && __ratelimit(state)); \
68 #define WARN_ON_RATELIMIT(condition, state) \
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dathub_v1_0.c66 enum amd_clockgating_state state) in athub_v1_0_set_clockgating()
79 state == AMD_CG_STATE_GATE); in athub_v1_0_set_clockgating()
81 state == AMD_CG_STATE_GATE); in athub_v1_0_set_clockgating()
65 athub_v1_0_set_clockgating(struct amdgpu_device *adev, enum amd_clockgating_state state) athub_v1_0_set_clockgating() argument
H A Dathub_v2_0.c75 enum amd_clockgating_state state) in athub_v2_0_set_clockgating()
85 state == AMD_CG_STATE_GATE); in athub_v2_0_set_clockgating()
87 state == AMD_CG_STATE_GATE); in athub_v2_0_set_clockgating()
74 athub_v2_0_set_clockgating(struct amdgpu_device *adev, enum amd_clockgating_state state) athub_v2_0_set_clockgating() argument
H A Dathub_v2_1.c68 enum amd_clockgating_state state) in athub_v2_1_set_clockgating()
78 athub_v2_1_update_medium_grain_clock_gating(adev, state == AMD_CG_STATE_GATE); in athub_v2_1_set_clockgating()
79 athub_v2_1_update_medium_grain_light_sleep(adev, state == AMD_CG_STATE_GATE); in athub_v2_1_set_clockgating()
67 athub_v2_1_set_clockgating(struct amdgpu_device *adev, enum amd_clockgating_state state) athub_v2_1_set_clockgating() argument
H A Datombios_crtc.h32 void amdgpu_atombios_crtc_enable(struct drm_crtc *crtc, int state);
33 void amdgpu_atombios_crtc_blank(struct drm_crtc *crtc, int state);
34 void amdgpu_atombios_crtc_powergate(struct drm_crtc *crtc, int state);
/kernel/linux/linux-6.6/kernel/module/
H A Dkdb.c26 if (mod->state == MODULE_STATE_UNFORMED) in kdb_lsmod()
38 if (mod->state == MODULE_STATE_GOING) in kdb_lsmod()
40 else if (mod->state == MODULE_STATE_COMING) in kdb_lsmod()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_mem.h80 * device driver can start with a clean state. However, in specific
103 /* request information about the plugged state of memory blocks */
131 struct virtio_mem_req_state state; member
175 __virtio16 state; member
183 struct virtio_mem_resp_state state; member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_rps.c73 struct intel_atomic_state *state, in intel_display_rps_mark_interactive()
76 if (state->rps_interactive == interactive) in intel_display_rps_mark_interactive()
80 state->rps_interactive = interactive; in intel_display_rps_mark_interactive()
72 intel_display_rps_mark_interactive(struct drm_i915_private *i915, struct intel_atomic_state *state, bool interactive) intel_display_rps_mark_interactive() argument
H A Dintel_pmdemand.h63 void intel_pmdemand_pre_plane_update(struct intel_atomic_state *state);
64 void intel_pmdemand_post_plane_update(struct intel_atomic_state *state);
65 int intel_pmdemand_atomic_check(struct intel_atomic_state *state);
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvirtio_mem.h51 struct virtio_mem_req_state state; member
62 __virtio16 state; member
68 struct virtio_mem_resp_state state; member
/kernel/linux/linux-6.6/net/tipc/
H A Dmonitor.h41 /* struct tipc_mon_state: link instance's cache of monitor list and domain state
66 struct tipc_mon_state *state, int bearer_id);
68 struct tipc_mon_state *state, int bearer_id);
70 struct tipc_mon_state *state,
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_mem.h51 struct virtio_mem_req_state state; member
62 __virtio16 state; member
68 struct virtio_mem_resp_state state; member
/third_party/ffmpeg/libavcodec/
H A Dfits.c31 int avpriv_fits_header_init(FITSHeader *header, FITSHeaderState state) in avpriv_fits_header_init() argument
33 header->state = state; in avpriv_fits_header_init()
121 switch (header->state) { in avpriv_fits_header_parse_line()
132 header->state = STATE_BITPIX; in avpriv_fits_header_parse_line()
141 header->state = STATE_BITPIX; in avpriv_fits_header_parse_line()
159 header->state = STATE_NAXIS; in avpriv_fits_header_parse_line()
167 header->state = STATE_NAXIS_N; in avpriv_fits_header_parse_line()
169 header->state = STATE_REST; in avpriv_fits_header_parse_line()
187 header->state in avpriv_fits_header_parse_line()
[all...]
/third_party/ffmpeg/libavutil/
H A Dutils.c103 uint16_t state[14]; in av_assert0_fpu() local
106 : "+m" (state) in av_assert0_fpu()
110 av_assert0((state[4] & 3) == 3); in av_assert0_fpu()
/third_party/mbedtls/library/
H A Dpsa_crypto_slot_management.h96 * state and reader count. It should only be called when no slot is in use.
104 * sets its state to PSA_SLOT_FILLING and then returns the slot.
106 * On success, the key slot's state is PSA_SLOT_FILLING.
107 * It is the responsibility of the caller to change the slot's state to
123 * unexpected state.
128 /** Change the state of a key slot.
130 * This function changes the state of the key slot from expected_state to
131 * new state. If the state of the slot was not expected_state, the state i
[all...]
/third_party/libabigail/doc/vizualization/layout/sources/
H A Dsa-D.cc4 enum state { pass, fail, unknown }; enum
48 state _M_state;
62 state _M_state;
/third_party/libabigail/doc/vizualization/graph/sources/
H A Dsa-D.cc4 enum state { pass, fail, unknown }; enum
48 state _M_state;
62 state _M_state;
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DSetupProcessor.hpp80 RoutineType routine(const State &state);
96 uint64_t operator()(const sw::SetupProcessor::State &state) const in operator ()()
98 return state.hash; in operator ()()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
H A Dmux_demux_api_fuzzer.c62 WebPDemuxState state; in LLVMFuzzerTestOneInput() local
63 demux = WebPDemuxPartial(&webp_data, &state); in LLVMFuzzerTestOneInput()
64 if (state < WEBP_DEMUX_PARSED_HEADER) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DComputePassEncoder.h55 void RestoreCommandBufferStateForTesting(CommandBufferStateTracker state) { in RestoreCommandBufferStateForTesting() argument
56 RestoreCommandBufferState(std::move(state)); in RestoreCommandBufferStateForTesting()
72 void RestoreCommandBufferState(CommandBufferStateTracker state);

Completed in 11 milliseconds

1...<<201202203204205206207208209210>>...821