Home
last modified time | relevance | path

Searched defs:state (Results 551 - 575 of 8416) sorted by relevance

1...<<21222324252627282930>>...337

/kernel/linux/linux-6.6/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c19 deflate_state *state = (deflate_state *)strm->state; in dfltcc_can_deflate() local
43 deflate_state *state = (deflate_state *)strm->state; in dfltcc_reset_deflate_state() local
63 deflate_state *state = (deflate_state *)strm->state; dfltcc_gdht() local
76 deflate_state *state = (deflate_state *)strm->state; dfltcc_cmpr() local
97 deflate_state *state = (deflate_state *)strm->state; send_eobs() local
125 deflate_state *state = (deflate_state *)strm->state; dfltcc_deflate() local
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dswait.c91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() argument
102 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() argument
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Debtable_broute.c50 struct nf_hook_state state; in ebt_broute() local
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dnf_defrag_ipv6_hooks.c52 ipv6_defrag(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) ipv6_defrag() argument
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_netfilter_ipv6.c163 br_nf_pre_routing_ipv6(void *priv, struct sk_buff *skb, const struct nf_hook_state *state) br_nf_pre_routing_ipv6() argument
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_flow_table_inet.c12 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/tools/bpf/runqslower/
H A Drunqslower.bpf.c73 long state; in handle__sched_switch() local
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.h19 u32 state; member
/kernel/linux/linux-5.10/drivers/dma/
H A Ddmaengine.h85 static inline void dma_set_residue(struct dma_tx_state *state, u32 residue) in dma_set_residue() argument
68 dma_cookie_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *state) dma_cookie_status() argument
91 dma_set_in_flight_bytes(struct dma_tx_state *state, u32 in_flight_bytes) dma_set_in_flight_bytes() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-moxtet.c59 int state; in moxtet_gpio_set_value() local
/kernel/linux/linux-5.10/block/partitions/
H A Dcmdline.c30 struct parsed_partitions *state = (struct parsed_partitions *)param; in add_part() local
87 static void cmdline_parts_verifier(int slot, struct parsed_partitions *state) in cmdline_parts_verifier() argument
123 cmdline_partition(struct parsed_partitions *state) cmdline_partition() argument
[all...]
H A Dsysv68.c49 int sysv68_partition(struct parsed_partitions *state) in sysv68_partition() argument
/kernel/linux/linux-5.10/drivers/auxdisplay/
H A Dks0108.c74 void ks0108_displaystate(unsigned char state) in ks0108_displaystate() argument
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dstacktrace.c49 struct unwind_state state; in save_context_stack() local
115 struct unwind_state state; in __save_stack_trace_reliable() local
[all...]
H A Dspinlock_test.c46 struct spin_multi_state *state; member
H A Dunwind_prologue.c12 unsigned long unwind_get_return_address(struct unwind_state *state) in unwind_get_return_address() argument
43 static inline void unwind_state_fixup(struct unwind_state *state) in unwind_state_fixup() argument
53 static bool unwind_by_prologue(struct unwind_state *state) in unwind_by_prologue() argument
142 unwind_by_guess(struct unwind_state *state) unwind_by_guess() argument
160 unwind_next_frame(struct unwind_state *state) unwind_next_frame() argument
208 unwind_start(struct unwind_state *state, struct task_struct *task, struct pt_regs *regs) unwind_start() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/
H A Docteon-sha512.c149 struct octeon_cop2_state state; octeon_sha512_update() local
175 struct octeon_cop2_state state; octeon_sha512_final() local
[all...]
H A Docteon-md5.c85 struct octeon_cop2_state state; in octeon_md5_update() local
126 struct octeon_cop2_state state; in octeon_md5_final() local
/kernel/linux/linux-5.10/drivers/base/
H A Disa.c67 static int isa_bus_suspend(struct device *dev, pm_message_t state) in isa_bus_suspend() argument
/kernel/linux/common_modules/xpm/developer/
H A Ddsmm_developer.c79 uint32_t state; in dsmm_read_developer_proc() local
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dts78xx-fpga.h39 int state; member
/kernel/linux/linux-5.10/arch/arm64/crypto/
H A Dchacha-neon-glue.c42 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, in chacha_doneon() argument
65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch() argument
77 chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) chacha_init_arch() argument
83 chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, int nrounds) chacha_crypt_arch() argument
108 u32 state[16]; chacha_neon_stream_xor() local
151 u32 state[16]; xchacha_neon() local
[all...]
/kernel/linux/linux-5.10/arch/arm/crypto/
H A Dpoly1305-glue.c26 void __weak poly1305_blocks_neon(void *state, const u8 *src, u32 len, u32 hibit) in poly1305_blocks_neon() argument
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpm44xx.c55 int state, ret = 0; in omap4_pm_suspend() local
H A Dpm.c98 static int omap_pm_begin(suspend_state_t state) in omap_pm_begin() argument

Completed in 8 milliseconds

1...<<21222324252627282930>>...337