Home
last modified time | relevance | path

Searched defs:env (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dof_device.h52 struct kobj_uevent_env *env) { } in of_device_uevent()
61 struct kobj_uevent_env *env) in of_device_uevent_modalias()
Dbpf_verifier.h682 struct bpf_verifier_env *env; member
795 static inline struct bpf_func_info_aux *subprog_aux(struct bpf_verifier_env *env, int subprog) in subprog_aux()
800 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()
820 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
827 static inline struct bpf_reg_state *cur_regs(struct bpf_verifier_env *env) in cur_regs()
941 static inline void mark_reg_scratched(struct bpf_verifier_env *env, u32 regno) in mark_reg_scratched()
946 static inline void mark_stack_slot_scratched(struct bpf_verifier_env *env, u32 spi) in mark_stack_slot_scratched()
951 static inline bool reg_scratched(const struct bpf_verifier_env *env, u32 regno) in reg_scratched()
956 static inline bool stack_slot_scratched(const struct bpf_verifier_env *env, u64 regno) in stack_slot_scratched()
961 static inline bool verifier_state_scratched(const struct bpf_verifier_env *env) in verifier_state_scratched()
[all …]
Dacpi.h980 struct kobj_uevent_env *env) in acpi_device_uevent_modalias()
Dieee80211.h2885 const struct ieee80211_tx_pwr_env *env = (const void *)data; in ieee80211_valid_tpe_element() local