Home
last modified time | relevance | path

Searched refs:state (Results 6851 - 6875 of 17847) sorted by relevance

1...<<271272273274275276277278279280>>...714

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c33 static error_t parse_arg(int key, char *arg, struct argp_state *state) in parse_arg() argument
42 argp_usage(state); in parse_arg()
50 argp_usage(state); in parse_arg()
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_synproxy.sh91 ct state new,established counter accept
93 meta iif veth0 meta l4proto tcp ct state untracked,invalid synproxy mss 1460 sack-perm timestamp
95 ct state invalid counter drop
/kernel/linux/linux-6.6/kernel/time/
H A Dtick-internal.h45 enum clock_event_state state) in clockevent_set_state()
47 dev->state_use_accessors = state; in clockevent_set_state()
54 enum clock_event_state state);
44 clockevent_set_state(struct clock_event_device *dev, enum clock_event_state state) clockevent_set_state() argument
/kernel/linux/linux-6.6/kernel/power/
H A Dpower.h190 extern int suspend_devices_and_enter(suspend_state_t state);
194 static inline int suspend_devices_and_enter(suspend_state_t state) in suspend_devices_and_enter() argument
297 extern int pm_autosleep_set_state(suspend_state_t state);
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Dnf_defrag_ipv4.c64 const struct nf_hook_state *state) in ipv4_conntrack_defrag()
85 nf_ct_defrag_user(state->hook, skb); in ipv4_conntrack_defrag()
87 if (nf_ct_ipv4_gather_frags(state->net, skb, user)) in ipv4_conntrack_defrag()
62 ipv4_conntrack_defrag(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) ipv4_conntrack_defrag() argument
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c54 const struct nf_hook_state *state) in ipv6_defrag()
67 err = nf_ct_frag6_gather(state->net, skb, in ipv6_defrag()
68 nf_ct6_defrag_user(state->hook, skb)); in ipv6_defrag()
52 ipv6_defrag(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) ipv6_defrag() argument
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H A Dsst-mfld-platform.h116 int (*power)(struct device *dev, bool state);
129 int (*power)(struct device *dev, bool state);
157 void sst_set_stream_status(struct sst_runtime_stream *stream, int state);
/kernel/linux/linux-6.6/net/rxrpc/
H A Dsecurity.c114 if (conn->state == RXRPC_CONN_CLIENT_UNSECURED) { in rxrpc_init_client_conn_security()
118 if (conn->state == RXRPC_CONN_CLIENT_UNSECURED) in rxrpc_init_client_conn_security()
119 conn->state = RXRPC_CONN_CLIENT; in rxrpc_init_client_conn_security()
/third_party/elfutils/libdwfl/
H A Dopen.c152 elf->state.ar.elf_ar_hdr.ar_name = "libdwfl is faking you out"; in libdw_open_elf()
153 elf->state.ar.elf_ar_hdr.ar_size = elf->maximum_size - offset; in libdw_open_elf()
154 elf->state.ar.offset = offset - sizeof (struct ar_hdr); in libdw_open_elf()
/third_party/ffmpeg/libavcodec/
H A Dmlp_parser.c78 mp->pc.state = (mp->pc.state << 8) | buf[i]; in mlp_parse()
79 if ((mp->pc.state & 0xfffffffe) == 0xf8726fba && in mlp_parse()
H A D8svx.c69 * @param[in,out] state starting value. it is saved for use in the next call.
73 uint8_t *state, const int8_t *table) in delta_decode()
75 uint8_t val = *state; in delta_decode()
85 *state = val; in delta_decode()
72 delta_decode(uint8_t *dst, const uint8_t *src, int src_size, uint8_t *state, const int8_t *table) delta_decode() argument
H A Dpgs_frame_merge_bsf.c105 uint8_t state; in frame_merge_filter() local
109 state = in->data[i + 10] & 0xc0; in frame_merge_filter()
110 if (state) in frame_merge_filter()
/third_party/ffmpeg/libavutil/
H A Dlzo.c138 int state = 0; in av_lzo1x_decode() local
184 } else if (!state) { in av_lzo1x_decode()
197 state = in av_lzo1x_decode()
/third_party/icu/icu4j/perf-tests/perldriver/
H A DPerfFramework4j.pm304 my ($m, $state, $d) = ($1, $2, $3);
305 #debug ("$_ => [[$m $state !!!$d!!! $data ]]\n");
306 if ($state eq 'begin') {
311 } elsif ($state eq 'end') {
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragprog.c108 if (nv30->state.fragprog != fp || upload) { in nv30_fragprog_validate()
132 nv30->state.fragprog = fp; in nv30_fragprog_validate()
181 if (fp != nv30->state.fragprog) in nv30_fp_state_bind()
/third_party/icu/icu4c/source/test/perf/perldriver/
H A DPerfFramework.pm281 my ($m, $state, $d) = ($1, $2, $3);
282 #debug ("$_ => [[$m $state !!!$d!!! $data ]]\n");
283 if ($state eq 'begin') {
288 } elsif ($state eq 'end') {
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
H A Dminimal-http-server-form-post-file.c51 char *buf, int len, enum lws_spa_fileupload_states state) in file_upload_cb()
55 switch (state) { in file_upload_cb()
81 if (state == LWS_UFS_CONTENT) in file_upload_cb()
50 file_upload_cb(void *data, const char *name, const char *filename, char *buf, int len, enum lws_spa_fileupload_states state) file_upload_cb() argument
/third_party/node/deps/v8/src/compiler-dispatcher/
H A Dlazy-compile-dispatcher.h147 return state == State::kRunning || state == State::kAbortRequested; in is_running_on_background()
151 State state = State::kPending; member
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_print.c145 bi_print_scoreboard(struct bi_scoreboard_state *state, FILE *fp) in bi_print_scoreboard() argument
148 bi_print_scoreboard_line(i, "reads", state->read[i], fp); in bi_print_scoreboard()
149 bi_print_scoreboard_line(i, "writes", state->write[i], fp); in bi_print_scoreboard()
/third_party/pulseaudio/src/modules/
H A Dmodule-always-source.c103 if (c->state == PA_CORE_SHUTDOWN) in put_hook_callback()
141 if (c->state == PA_CORE_SHUTDOWN) in unlink_hook_callback()
182 if (u->null_module != PA_INVALID_INDEX && m->core->state != PA_CORE_SHUTDOWN) in pa__done()
H A Dmodule-always-sink.c103 if (c->state == PA_CORE_SHUTDOWN) in put_hook_callback()
141 if (c->state == PA_CORE_SHUTDOWN) in unlink_hook_callback()
182 if (u->null_module != PA_INVALID_INDEX && m->core->state != PA_CORE_SHUTDOWN) in pa__done()
H A Dmodule-sine.c104 static void sink_input_state_change_cb(pa_sink_input *i, pa_sink_input_state_t state) { in sink_input_state_change_cb() argument
112 if (PA_SINK_INPUT_IS_LINKED(state) && in sink_input_state_change_cb()
113 i->thread_info.state == PA_SINK_INPUT_INIT && i->sink) in sink_input_state_change_cb()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBuffer.cpp59 "mapAsync called on buffer that is not in the unmapped state"); in mapAsync()
67 State& state; in mapAsync() member
80 c->state = State::Unmapped; in mapAsync()
87 c->state = State::Mapped; in mapAsync()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServer.cpp61 data->state = AllocationState::Allocated; in InjectTexture()
93 data->state = AllocationState::Allocated; in InjectSwapChain()
116 data->state = AllocationState::Allocated; in InjectDevice()
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-extents.hh11 static void extents (benchmark::State &state, const char *font_path, bool is_var, backend_t backend) in extents() argument
40 for (auto _ : state) in extents()
53 for (auto _ : state) in extents()

Completed in 15 milliseconds

1...<<271272273274275276277278279280>>...714