Home
last modified time | relevance | path

Searched defs:kattr (Results 1 – 12 of 12) sorted by relevance

/linux/net/bpf/
H A Dtest_run.c437 static int bpf_test_finish(const union bpf_attr *kattr, in bpf_test_finish()
674 const union bpf_attr *kattr, in bpf_prog_test_run_tracing()
746 const union bpf_attr *kattr, in bpf_prog_test_run_raw_tp()
803 static void *bpf_ctx_init(const union bpf_attr *kattr, u32 max_size) in bpf_ctx_init()
834 static int bpf_ctx_finish(const union bpf_attr *kattr, in bpf_ctx_finish()
984 int bpf_prog_test_run_skb(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_skb()
1265 int bpf_prog_test_run_xdp(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_xdp()
1434 const union bpf_attr *kattr, in bpf_prog_test_run_flow_dissector()
1502 int bpf_prog_test_run_sk_lookup(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_prog_test_run_sk_lookup()
1603 const union bpf_attr *kattr, in bpf_prog_test_run_syscall()
[all …]
H A Dbpf_dummy_struct_ops.c28 dummy_ops_init_args(const union bpf_attr *kattr, unsigned int nr) in dummy_ops_init_args()
129 int bpf_struct_ops_test_run(struct bpf_prog *prog, const union bpf_attr *kattr, in bpf_struct_ops_test_run()
/linux/drivers/platform/x86/lenovo/
H A Dwmi-other.c222 static ssize_t int_type_show(struct kobject *kobj, struct kobj_attribute *kattr, in int_type_show()
247 struct kobj_attribute *kattr, char *buf, in attr_capdata01_show()
308 struct kobj_attribute *kattr, in attr_current_value_store()
372 struct kobj_attribute *kattr, char *buf, in attr_current_value_show()
/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c226 struct kobj_attribute *kattr; in wmi_sysman_attr_show() local
238 struct kobj_attribute *kattr; in wmi_sysman_attr_store() local
/linux/fs/ocfs2/
H A Dfilecheck.c111 struct kobj_attribute *kattr = container_of(attr, in ocfs2_filecheck_show() local
126 struct kobj_attribute *kattr = container_of(attr, in ocfs2_filecheck_store() local
/linux/drivers/staging/greybus/
H A Daudio_manager_sysfs.c85 struct kobj_attribute *kattr) in manager_sysfs_init_attribute()
/linux/drivers/gpu/drm/xe/
H A Dxe_hw_engine_class_sysfs.c45 struct kobj_attribute *kattr; in xe_hw_engine_class_sysfs_attr_show() local
64 struct kobj_attribute *kattr; in xe_hw_engine_class_sysfs_attr_store() local
/linux/drivers/hid/
H A Dhid-cp2112.c963 static ssize_t pstr_store(struct device *kdev, struct device_attribute *kattr, in pstr_store()
992 static ssize_t pstr_show(struct device *kdev, struct device_attribute *kattr, in pstr_show()
H A Dwacom_sys.c1886 struct kobj_attribute *kattr, in wacom_show_remote_mode()
/linux/include/linux/
H A Dbpf.h3125 const union bpf_attr *kattr, in bpf_prog_test_run_xdp()
3132 const union bpf_attr *kattr, in bpf_prog_test_run_skb()
3139 const union bpf_attr *kattr, in bpf_prog_test_run_tracing()
3146 const union bpf_attr *kattr, in bpf_prog_test_run_flow_dissector()
3153 const union bpf_attr *kattr, in bpf_prog_test_run_sk_lookup()
3402 const union bpf_attr *kattr, in bpf_prog_test_run_syscall()
/linux/kernel/sched/
H A Dsyscalls.c1061 struct sched_attr kattr = { }; in SYSCALL_DEFINE4() local
/linux/kernel/trace/
H A Dbpf_trace.c1772 const union bpf_attr *kattr, in bpf_prog_test_run_tracing() argument