/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_deflate.c | 19 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 D | swait.c | 91 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 D | ebtable_broute.c | 50 struct nf_hook_state state; in ebt_broute() local
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nf_defrag_ipv6_hooks.c | 52 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 D | br_netfilter_ipv6.c | 163 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 D | nf_flow_table_inet.c | 12 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 D | runqslower.bpf.c | 73 long state; in handle__sched_switch() local
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | path.h | 19 u32 state; member
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | dmaengine.h | 85 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 D | gpio-moxtet.c | 59 int state; in moxtet_gpio_set_value() local
|
/kernel/linux/linux-5.10/block/partitions/ |
H A D | cmdline.c | 30 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 D | sysv68.c | 49 int sysv68_partition(struct parsed_partitions *state) in sysv68_partition() argument
|
/kernel/linux/linux-5.10/drivers/auxdisplay/ |
H A D | ks0108.c | 74 void ks0108_displaystate(unsigned char state) in ks0108_displaystate() argument
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | stacktrace.c | 49 struct unwind_state state; in save_context_stack() local 115 struct unwind_state state; in __save_stack_trace_reliable() local [all...] |
H A D | spinlock_test.c | 46 struct spin_multi_state *state; member
|
H A D | unwind_prologue.c | 12 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 D | octeon-sha512.c | 149 struct octeon_cop2_state state; octeon_sha512_update() local 175 struct octeon_cop2_state state; octeon_sha512_final() local [all...] |
H A D | octeon-md5.c | 85 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 D | isa.c | 67 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 D | dsmm_developer.c | 79 uint32_t state; in dsmm_read_developer_proc() local
|
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/ |
H A D | ts78xx-fpga.h | 39 int state; member
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | chacha-neon-glue.c | 42 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 D | poly1305-glue.c | 26 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 D | pm44xx.c | 55 int state, ret = 0; in omap4_pm_suspend() local
|
H A D | pm.c | 98 static int omap_pm_begin(suspend_state_t state) in omap_pm_begin() argument
|