Searched refs:state (Results 1 - 25 of 7060) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/cxl/test/
H A Dcxl.c799 cxled->state = CXL_DECODER_STATE_AUTO;
/linux-master/sound/soc/sof/
H A Dipc4-pcm.c43 * @chain_dma_allocated: indicates the ChainDMA allocation state
59 static int sof_ipc4_set_multi_pipeline_state(struct snd_sof_dev *sdev, u32 state, argument
68 state);
70 primary = state;
87 int sof_ipc4_set_pipeline_state(struct snd_sof_dev *sdev, u32 instance_id, u32 state) argument
92 dev_dbg(sdev->dev, "ipc4 set pipeline instance %d state %d", instance_id, state);
94 primary = state;
133 sof_ipc4_add_pipeline_to_trigger_list(struct snd_sof_dev *sdev, int state, argument
141 if (pipeline->skip_during_fe_trigger && state !
172 sof_ipc4_update_pipeline_state(struct snd_sof_dev *sdev, int state, int cmd, struct snd_sof_pipeline *spipe, struct ipc4_pipeline_set_state_data *trigger_list) argument
274 sof_ipc4_chain_dma_trigger(struct snd_sof_dev *sdev, struct snd_sof_pcm *spcm, int direction, struct snd_sof_pcm_stream_pipeline_list *pipeline_list, int state, int cmd) argument
376 sof_ipc4_trigger_pipelines(struct snd_soc_component *component, struct snd_pcm_substream *substream, int state, int cmd) argument
528 int state; local
[all...]
H A Dcore.c68 {SOF_IPC_PANIC_WFI, "invalid wait state"},
126 /* Helper to manage DSP state */
553 /* all resources freed, update state to match */
585 /* initialize default DSP power state */
586 sdev->dsp_power_state.state = SOF_DSP_PM_D0;
688 * exception and we forcably prevented D3 power state to preserve
H A Ddebug.c387 enum sof_fw_state state; member in struct:soc_fw_state_info
406 if (sdev->fw_state == fw_state_dbg[i].state) {
459 "Attempting to prevent DSP from entering D3 state to preserve context\n");
/linux-master/sound/soc/intel/boards/
H A Dbytcr_rt5640.c282 dev_err(card->dev, "could not configure MCLK state\n");
1716 struct acpi_buffer state = {0, NULL}; local
1720 state.length = sizeof(chan_package);
1721 state.pointer = &chan_package;
1726 pkg_ctx.state = &state;
/linux-master/sound/soc/codecs/
H A Dwsa881x.c679 * Logical state for SD_N GPIO: high for shutdown, low for enable.
1084 enum sdw_port_prep_ops state)
1088 if (state == SDW_OPS_PORT_POST_PREP)
1082 wsa881x_port_prep(struct sdw_slave *slave, struct sdw_prepare_ch *prepare_ch, enum sdw_port_prep_ops state) argument
/linux-master/net/rxrpc/
H A Dconn_object.c400 if (conn->state == RXRPC_CONN_SERVICE_PREALLOC)
/linux-master/net/mptcp/
H A Dprotocol.c581 * the msk state.
584 * DATA_FIN, send the DATA_ACK now and do state transition. If
772 /* We need to propagate only transition to CLOSE state.
773 * Orphaned socket will see such state change via
816 * it's time to ack the DATA_FIN and change socket state, but
817 * this is not a good place to change state. Let the workqueue
1745 sk->sk_socket->state = SS_UNCONNECTED;
2382 * TCP_CLOSE state
2415 /* If the first subflow moved to a close state before accept, e.g. due
2734 int state; local
2901 mptcp_set_state(struct sock *sk, int state) argument
3983 int state; local
[all...]
/linux-master/net/ipv4/
H A Dudp.c2989 struct udp_iter_state *state = seq->private; local
2996 for (state->bucket = start; state->bucket <= udptable->mask;
2997 ++state->bucket) {
2998 struct udp_hslot *hslot = &udptable->hash[state->bucket];
3017 struct udp_iter_state *state = seq->private; local
3028 if (state->bucket <= udptable->mask)
3029 spin_unlock_bh(&udptable->hash[state->bucket].lock);
3031 return udp_get_first(seq, state->bucket + 1);
3048 struct udp_iter_state *state local
3071 struct udp_iter_state *state = seq->private; local
3111 struct udp_iter_state *state = seq->private; local
3128 struct udp_iter_state state; member in struct:bpf_udp_iter_state
3142 struct udp_iter_state *state = &iter->state; local
3277 struct udp_iter_state *state = seq->private; local
[all...]
H A Draw.c961 struct raw_iter_state *state = raw_seq_private(seq); local
965 for (state->bucket = bucket; state->bucket < RAW_HTABLE_SIZE;
966 ++state->bucket) {
967 hlist = &h->ht[state->bucket];
978 struct raw_iter_state *state = raw_seq_private(seq); local
985 return raw_get_first(seq, state->bucket + 1);
H A Dip_output.c646 struct ip_frag_state *state)
650 state->DF = DF;
651 state->hlen = hlen;
652 state->ll_rs = ll_rs;
653 state->mtu = mtu;
655 state->left = skb->len - hlen; /* Space per frame */
656 state->ptr = hlen; /* Where to start from */
658 state->offset = (ntohs(iph->frag_off) & IP_OFFSET) << 3;
659 state->not_last_frag = iph->frag_off & htons(IP_MF);
679 struct sk_buff *ip_frag_next(struct sk_buff *skb, struct ip_frag_state *state) argument
644 ip_frag_init(struct sk_buff *skb, unsigned int hlen, unsigned int ll_rs, unsigned int mtu, bool DF, struct ip_frag_state *state) argument
772 struct ip_frag_state state; local
[all...]
H A Daf_inet.c26 * Alan Cox : Semantics of SO_LINGER aren't state
144 pr_err("Attempt to release TCP socket in state %d %p\n",
200 /* Really, if the socket is already in listen state
207 * because the socket was in TCP_LISTEN state previously but
228 * Move a socket into listening state.
237 if (sock->state != SS_UNCONNECTED || sock->type != SOCK_STREAM)
266 sock->state = SS_UNCONNECTED;
606 * change state of the socket from TCP_SYN_*.
649 sock->state = err ? SS_DISCONNECTING : SS_UNCONNECTED;
654 switch (sock->state) {
1355 inet_sk_set_state(struct sock *sk, int state) argument
[all...]
/linux-master/net/core/
H A Dskmsg.c630 struct sk_psock_work_state *state,
635 state->len = len;
636 state->off = off;
645 struct sk_psock_work_state *state = &psock->work_state; local
652 if (unlikely(state->len)) {
653 len = state->len;
654 off = state->off;
675 sk_psock_skb_state(psock, state, len, off);
920 * a socket that is in this state so we drop the skb.
629 sk_psock_skb_state(struct sk_psock *psock, struct sk_psock_work_state *state, int len, int off) argument
H A Dskbuff.c1151 * Free an skbuff by memory without cleaning the state.
1210 * Clean the state. This is an internal helper function. Users should
1889 /* Streams do not free skb on error. Reset to prev state. */
4224 /* Ready to "commit" this state change to tgt */
4261 * @st: state variable
4263 * Initializes the specified state variable. Must be called before
4282 * @st: state variable
4300 * at the moment, state->root_skb could be replaced with
4389 * @st: state variable
4401 #define TS_SKB_CB(state) ((struc
4403 skb_ts_get_next_block(unsigned int offset, const u8 **text, struct ts_config *conf, struct ts_state *state) argument
4410 skb_ts_finish(struct ts_config *conf, struct ts_state *state) argument
4431 struct ts_state state; local
[all...]
H A Dfilter.c8776 case offsetof(struct bpf_sock, state):
9999 case offsetof(struct bpf_sock, state):
10549 case offsetof(struct bpf_sock_ops, state):
/linux-master/net/bridge/
H A Dbr_forward.c28 p->state == BR_STATE_FORWARDING && br_allowed_egress(vg, skb) &&
/linux-master/kernel/bpf/
H A Dverifier.c49 * instruction by instruction and updates register/stack state.
147 * insn, the register holding that pointer in the true branch changes state to
148 * PTR_TO_MAP_VALUE and the same register changes state to CONST_IMM in the false
160 * pointer id for the reference and stores it in the current function state.
163 * passes through a NULL-check conditional. For the branch wherein the state is
175 /* verifer state is 'st'
183 /* length of verifier log at the time this state was pushed on stack */
244 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) argument
248 aux->map_key_state = state | BPF_MAP_KEY_SEEN |
589 static bool is_spi_bounds_valid(struct bpf_func_state *state, in argument
708 struct bpf_func_state *state = func(env, reg); local
766 invalidate_dynptr(struct bpf_verifier_env *env, struct bpf_func_state *state, int spi) argument
805 struct bpf_func_state *state = func(env, reg); local
860 destroy_if_dynptr_stack_slot(struct bpf_verifier_env *env, struct bpf_func_state *state, int spi) argument
946 struct bpf_func_state *state = func(env, reg); local
976 struct bpf_func_state *state = func(env, reg); local
1006 struct bpf_func_state *state = func(env, reg); local
1048 struct bpf_func_state *state = func(env, reg); local
1079 struct bpf_func_state *state = func(env, reg); local
1106 struct bpf_func_state *state = func(env, reg); local
1283 resize_reference_state(struct bpf_func_state *state, size_t n) argument
1297 grow_stack_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int size) argument
1328 struct bpf_func_state *state = cur_func(env); local
1344 release_reference_state(struct bpf_func_state *state, int ptr_id) argument
1365 free_func_state(struct bpf_func_state *state) argument
1374 clear_jmp_history(struct bpf_verifier_state *state) argument
1381 free_verifier_state(struct bpf_verifier_state *state, bool free_self) argument
1466 struct bpf_func_state *state = cur->frame[cur->curframe]; local
2365 init_reg_state(struct bpf_verifier_env *env, struct bpf_func_state *state) argument
2390 init_func_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int callsite, int frameno, int subprogno) argument
3014 mark_reg_read(struct bpf_verifier_env *env, const struct bpf_reg_state *state, struct bpf_reg_state *parent, u8 flag) argument
3064 struct bpf_func_state *state = func(env, reg); local
3091 struct bpf_func_state *state = func(env, reg); local
3293 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
4447 save_register_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int spi, struct bpf_reg_state *reg, int size) argument
4479 check_stack_write_fixed_off(struct bpf_verifier_env *env, struct bpf_func_state *state, int off, int size, int value_regno, int insn_idx) argument
4621 check_stack_write_var_off(struct bpf_verifier_env *env, struct bpf_func_state *state, int ptr_regno, int off, int size, int value_regno, int insn_idx) argument
4744 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
4785 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
4972 struct bpf_func_state *state = func(env, reg); local
5029 struct bpf_func_state *state = func(env, reg); local
5111 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
5415 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
6645 check_stack_slot_within_bounds(struct bpf_verifier_env *env, s64 off, struct bpf_func_state *state, enum bpf_access_type t) argument
6674 struct bpf_func_state *state = func(env, reg); local
7095 struct bpf_func_state *state = func(env, reg); local
7732 struct bpf_func_state *state = func(env, reg); local
8459 struct bpf_reg_state *state = NULL; local
8479 struct bpf_func_state *state = func(env, reg); local
8492 struct bpf_func_state *state = func(env, reg); local
8506 struct bpf_func_state *state = func(env, reg); local
8631 struct bpf_func_state *state = func(env, reg); local
9208 struct bpf_func_state *state; local
9224 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
9249 struct bpf_func_state *state; local
9297 setup_func_entry(struct bpf_verifier_env *env, int subprog, int callsite, set_callee_state_fn set_callee_state_cb, struct bpf_verifier_state *state) argument
9472 struct bpf_verifier_state *state = env->cur_state, *callback_state; local
9539 struct bpf_verifier_state *state = env->cur_state; local
9820 struct bpf_verifier_state *state = env->cur_state; local
9844 struct bpf_verifier_state *state = env->cur_state, *prev_st; local
10068 struct bpf_func_state *state = cur_func(env); local
10163 struct bpf_loop_inline_state *state = &cur_aux(env)->loop_inline_state; local
10297 struct bpf_func_state *state; local
11217 struct bpf_verifier_state *state = env->cur_state; local
11239 struct bpf_func_state *state, *unused; local
12152 struct bpf_func_state *state; local
12912 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
13879 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
14220 struct bpf_func_state *state; local
14762 mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) argument
14815 struct bpf_func_state *state = vstate->frame[vstate->curframe]; local
14940 struct bpf_func_state *state; local
16960 struct bpf_func_state *state, *parent; local
17006 struct bpf_func_state *state; local
17142 struct bpf_func_state *state; local
17581 struct bpf_verifier_state *state = env->cur_state; local
20438 struct bpf_verifier_state *state; local
[all...]
H A Dcore.c528 * the ship has sailed to reverse to the original state. An
2799 /* RNG for unpriviledged user space with separated state from prandom_u32(). */
2815 struct rnd_state *state; local
2818 state = &get_cpu_var(bpf_user_rnd_state);
2819 res = prandom_u32_state(state);
/linux-master/include/linux/
H A Dskmsg.h94 unsigned long state; member in struct:sk_psock
295 set_bit(bit, &psock->state);
301 clear_bit(bit, &psock->state);
307 return test_bit(bit, &psock->state);
/linux-master/include/linux/regulator/
H A Dconsumer.h72 * in a sleep/standby state. This mode is likely to be
265 suspend_state_t state);
267 suspend_state_t state);
269 int max_uV, suspend_state_t state);
592 suspend_state_t state)
598 suspend_state_t state)
605 suspend_state_t state)
591 regulator_suspend_enable(struct regulator_dev *rdev, suspend_state_t state) argument
597 regulator_suspend_disable(struct regulator_dev *rdev, suspend_state_t state) argument
603 regulator_set_suspend_voltage(struct regulator *regulator, int min_uV, int max_uV, suspend_state_t state) argument
/linux-master/fs/btrfs/
H A Dvolumes.c302 * protects balance structures (status, state) and context accessed from
341 * - Running state
342 * - Paused state
343 * - Completed state
345 * Only device operations marked with (*) can go into the Paused state for the
355 * During the course of Paused state, fs_info::exclusive_operation remains set.
356 * A device operation in Paused or Running state can be canceled or resumed
1114 * the fs to an error state, guaranteeing no super blocks can be further
1119 * any transaction and set the error state, guaranteeing no commits of
1124 /* Verify the device is back in a pristine state */
[all...]
H A Dqgroup.c3010 if (trans->transaction->state != TRANS_STATE_COMMIT_DOING)
3234 if (trans->transaction->state == TRANS_STATE_COMMIT_DOING)
4075 if (test_and_set_bit(BTRFS_ROOT_QGROUP_FLUSHING, &root->state)) {
4077 !test_bit(BTRFS_ROOT_QGROUP_FLUSHING, &root->state));
4096 clear_bit(BTRFS_ROOT_QGROUP_FLUSHING, &root->state);
H A Dioctl.c725 * filesystem in an inconsistent state (an extent item in the
816 if (!test_bit(BTRFS_ROOT_SHAREABLE, &root->state))
3520 bargs->state |= BTRFS_BALANCE_STATE_RUNNING;
3522 bargs->state |= BTRFS_BALANCE_STATE_PAUSE_REQ;
3524 bargs->state |= BTRFS_BALANCE_STATE_CANCEL_REQ;
/linux-master/drivers/spi/
H A Dspi.c2185 mesg->state = NULL;
H A Dspi-axi-spi-engine.c83 * struct spi_engine_message_state - SPI engine per-message state
282 * have to be aware of the current register state.
308 struct spi_engine_message_state *st = msg->state;
326 struct spi_engine_message_state *st = msg->state;
346 struct spi_engine_message_state *st = msg->state;
368 struct spi_engine_message_state *st = msg->state;
410 struct spi_engine_message_state *st = msg->state;
542 /* reinitialize message state for this transfer */
546 msg->state = st;

Completed in 435 milliseconds

1234567891011>>