Home
last modified time | relevance | path

Searched defs:st (Results 1 – 10 of 10) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/
Dcpu.c157 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in cpuhp_invoke_callback() local
257 static inline void wait_for_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in wait_for_ap_thread()
263 static inline void complete_ap_thread(struct cpuhp_cpu_state *st, bool bringup) in complete_ap_thread()
480 static inline enum cpuhp_state cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state()
494 static inline void cpuhp_reset_state(struct cpuhp_cpu_state *st, enum cpuhp_state prev_state) in cpuhp_reset_state()
515 static void _cpuhp_kick_ap(struct cpuhp_cpu_state *st) in _cpuhp_kick_ap()
532 static int cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_kick_ap()
549 struct cpuhp_cpu_state *st = per_cpu_ptr(&cpuhp_state, cpu); in bringup_wait_for_ap() local
625 static void undo_cpu_up(unsigned int cpu, struct cpuhp_cpu_state *st) in undo_cpu_up()
632 static inline bool can_rollback_cpu(struct cpuhp_cpu_state *st) in can_rollback_cpu()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dstr.h38 #define COAP_SET_STR(st,l,v) { (st)->length = (l), (st)->s = (v); } argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
Dext_sm4.c63 #define putu32(ct, st) \ argument
/device/soc/rockchip/common/sdk_linux/init/
Dinitramfs.c315 struct kstat st; in clean_path() local
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c169 struct bpf_verifier_state st; member
903 static void update_branch_counts(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in update_branch_counts()
1778 static int get_prev_insn_idx(struct bpf_verifier_state *st, int i, u32 *history) in get_prev_insn_idx()
1996 static void mark_all_scalars_precise(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in mark_all_scalars_precise()
2031 struct bpf_verifier_state *st = env->cur_state; in __mark_chain_precision() local
8882 static void clean_func_state(struct bpf_verifier_env *env, struct bpf_func_state *st) in clean_func_state()
8912 static void clean_verifier_state(struct bpf_verifier_env *env, struct bpf_verifier_state *st) in clean_verifier_state()
Dsyscall.c1830 const struct bpf_prog_stats *st; in bpf_prog_get_stats() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Daiutils.c102 get_asd(si_t *sih, uint32 **eromptr, uint sp, uint ad, uint st, uint32 *addrl, uint32 *addrh, in get_asd()
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c1381 struct stat st; in get_file_size() local
/device/soc/rockchip/rk3588/kernel/scripts/
Dresource_tool.c1400 struct stat st; in get_file_size() local
/device/soc/rockchip/common/sdk_linux/include/linux/
Ddmaengine.h1435 static inline void dma_set_tx_state(struct dma_tx_state *st, dma_cookie_t last, dma_cookie_t used, … in dma_set_tx_state()