| /include/linux/ |
| A D | bpf-netns.h | 37 static inline int netns_bpf_prog_query(const union bpf_attr *attr, in netns_bpf_prog_query() 43 static inline int netns_bpf_prog_attach(const union bpf_attr *attr, in netns_bpf_prog_attach() 49 static inline int netns_bpf_prog_detach(const union bpf_attr *attr, in netns_bpf_prog_detach() 55 static inline int netns_bpf_link_create(const union bpf_attr *attr, in netns_bpf_link_create()
|
| A D | hw_breakpoint.h | 22 static inline void hw_breakpoint_init(struct perf_event_attr *attr) in hw_breakpoint_init() 36 static inline void ptrace_breakpoint_init(struct perf_event_attr *attr) in ptrace_breakpoint_init() 106 register_user_hw_breakpoint(struct perf_event_attr *attr, in register_user_hw_breakpoint() 112 struct perf_event_attr *attr) { return -ENOSYS; } in modify_user_hw_breakpoint() 114 modify_user_hw_breakpoint_check(struct perf_event *bp, struct perf_event_attr *attr, in modify_user_hw_breakpoint_check() 118 register_wide_hw_breakpoint_cpu(struct perf_event_attr *attr, in register_wide_hw_breakpoint_cpu() 123 register_wide_hw_breakpoint(struct perf_event_attr *attr, in register_wide_hw_breakpoint()
|
| A D | bpf_lirc.h | 12 static inline int lirc_prog_attach(const union bpf_attr *attr, in lirc_prog_attach() 18 static inline int lirc_prog_detach(const union bpf_attr *attr) in lirc_prog_detach() 23 static inline int lirc_prog_query(const union bpf_attr *attr, in lirc_prog_query()
|
| A D | cc_platform.h | 121 static inline bool cc_platform_has(enum cc_attr attr) { return false; } in cc_platform_has() 122 static inline void cc_platform_set(enum cc_attr attr) { } in cc_platform_set() 123 static inline void cc_platform_clear(enum cc_attr attr) { } in cc_platform_clear()
|
| A D | fault-inject.h | 65 static inline int setup_fault_attr(struct fault_attr *attr, char *str) in setup_fault_attr() 69 static inline bool should_fail_ex(struct fault_attr *attr, ssize_t size, int flags) in should_fail_ex() 73 static inline bool should_fail(struct fault_attr *attr, ssize_t size) in should_fail() 88 struct dentry *parent, struct fault_attr *attr) in fault_create_debugfs_attr() 98 struct fault_attr attr; member
|
| A D | sysfs.h | 51 #define sysfs_attr_init(attr) \ argument 58 #define sysfs_attr_init(attr) do {} while (0) argument 305 struct attribute attr; member 556 const struct attribute *attr) in sysfs_break_active_protection() 566 const struct attribute *attr, in sysfs_remove_file_ns() 572 const struct attribute *attr) in sysfs_remove_file_self() 583 const struct bin_attribute *attr) in sysfs_create_bin_file() 589 const struct bin_attribute *attr) in sysfs_remove_bin_file() 699 const char *attr) in sysfs_notify() 769 const struct attribute *attr) in sysfs_create_file() [all …]
|
| A D | inetdevice.h | 55 #define IPV4_DEVCONF(cnf, attr) ((cnf).data[IPV4_DEVCONF_ ## attr - 1]) argument 56 #define IPV4_DEVCONF_RO(cnf, attr) READ_ONCE(IPV4_DEVCONF(cnf, attr)) argument 57 #define IPV4_DEVCONF_ALL(net, attr) \ argument 59 #define IPV4_DEVCONF_ALL_RO(net, attr) READ_ONCE(IPV4_DEVCONF_ALL(net, attr)) argument 80 #define IN_DEV_CONF_GET(in_dev, attr) \ argument 82 #define IN_DEV_CONF_SET(in_dev, attr, val) \ argument 85 #define IN_DEV_ANDCONF(in_dev, attr) \ argument 89 #define IN_DEV_NET_ORCONF(in_dev, net, attr) \ argument 93 #define IN_DEV_ORCONF(in_dev, attr) \ argument 96 #define IN_DEV_MAXCONF(in_dev, attr) \ argument
|
| A D | mbus.h | 72 u8 *target, u8 *attr) in mvebu_mbus_get_io_win_info() 103 u8 *attr) in mvebu_mbus_get_dram_win_info()
|
| A D | netlink.h | 143 #define NL_SET_BAD_ATTR_POLICY(extack, attr, pol) do { \ argument 150 #define NL_SET_BAD_ATTR(extack, attr) NL_SET_BAD_ATTR_POLICY(extack, attr, NULL) argument 152 #define NL_SET_ERR_MSG_ATTR_POL(extack, attr, pol, msg) do { \ argument 165 #define NL_SET_ERR_MSG_ATTR_POL_FMT(extack, attr, pol, fmt, args...) do { \ argument 184 #define NL_SET_ERR_MSG_ATTR(extack, attr, msg) \ argument 187 #define NL_SET_ERR_MSG_ATTR_FMT(extack, attr, msg, args...) \ argument
|
| A D | fsverity.h | 218 struct iattr *attr) in __fsverity_prepare_setattr() 315 struct iattr *attr) in fsverity_prepare_setattr()
|
| A D | raid_class.h | 54 #define DEFINE_RAID_ATTRIBUTE(type, attr) \ argument
|
| A D | bpf-cgroup.h | 432 static inline int cgroup_bpf_prog_attach(const union bpf_attr *attr, in cgroup_bpf_prog_attach() 439 static inline int cgroup_bpf_prog_detach(const union bpf_attr *attr, in cgroup_bpf_prog_detach() 445 static inline int cgroup_bpf_link_attach(const union bpf_attr *attr, in cgroup_bpf_link_attach() 451 static inline int cgroup_bpf_prog_query(const union bpf_attr *attr, in cgroup_bpf_prog_query()
|
| /include/net/ |
| A D | netkit.h | 15 static inline int netkit_prog_attach(const union bpf_attr *attr, in netkit_prog_attach() 21 static inline int netkit_link_attach(const union bpf_attr *attr, in netkit_link_attach() 27 static inline int netkit_prog_detach(const union bpf_attr *attr, in netkit_prog_detach() 33 static inline int netkit_prog_query(const union bpf_attr *attr, in netkit_prog_query()
|
| A D | tcx.h | 178 static inline int tcx_prog_attach(const union bpf_attr *attr, in tcx_prog_attach() 184 static inline int tcx_link_attach(const union bpf_attr *attr, in tcx_link_attach() 190 static inline int tcx_prog_detach(const union bpf_attr *attr, in tcx_prog_detach() 196 static inline int tcx_prog_query(const union bpf_attr *attr, in tcx_prog_query()
|
| A D | netdev_rx_queue.h | 37 struct attribute attr; member
|
| /include/linux/device/ |
| A D | class.h | 168 struct attribute attr; member 188 const struct class_attribute *attr) in class_create_file() 194 const struct class_attribute *attr) in class_remove_file() 201 struct class_attribute attr; member
|
| /include/kunit/ |
| A D | attributes.h | 17 struct kunit_attr *attr; member
|
| /include/net/netfilter/ |
| A D | nf_bpf_link.h | 11 static inline int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_nf_link_attach()
|
| /include/rdma/ |
| A D | uverbs_ioctl.h | 297 struct uverbs_attr_spec attr; member 684 const struct uverbs_attr *attr = uverbs_attr_get(attrs_bundle, idx); in uverbs_attr_get_enum_id() local 695 const struct uverbs_attr *attr; in uverbs_attr_get_obj() local 707 const struct uverbs_attr *attr = uverbs_attr_get(attrs_bundle, idx); in uverbs_attr_get_uobject() local 718 const struct uverbs_attr *attr = uverbs_attr_get(attrs_bundle, idx); in uverbs_attr_get_len() local 763 const struct uverbs_attr *attr = in uverbs_attr_get_uobjs_arr() local 776 static inline bool uverbs_attr_ptr_is_inline(const struct uverbs_attr *attr) in uverbs_attr_ptr_is_inline() 784 const struct uverbs_attr *attr = uverbs_attr_get(attrs_bundle, idx); in uverbs_attr_get_alloced_ptr() local 798 const struct uverbs_attr *attr = uverbs_attr_get(attrs_bundle, idx); in _uverbs_copy_from() local 825 const struct uverbs_attr *attr = uverbs_attr_get(attrs_bundle, idx); in _uverbs_copy_from_or_zero() local
|
| A D | ib_sysfs.h | 13 struct attribute attr; member
|
| A D | opa_addr.h | 76 static inline bool rdma_is_valid_unicast_lid(struct rdma_ah_attr *attr) in rdma_is_valid_unicast_lid()
|
| /include/kvm/ |
| A D | arm_pmu.h | 137 struct kvm_device_attr *attr) in kvm_arm_pmu_v3_set_attr() 142 struct kvm_device_attr *attr) in kvm_arm_pmu_v3_get_attr() 147 struct kvm_device_attr *attr) in kvm_arm_pmu_v3_has_attr()
|
| /include/uapi/linux/ |
| A D | coda.h | 392 struct coda_vattr attr; member 400 struct coda_vattr attr; member 442 struct coda_vattr attr; member 451 struct coda_vattr attr; member 496 struct coda_vattr attr; member 503 struct coda_vattr attr; member 523 struct coda_vattr attr; member
|
| /include/uapi/linux/netfilter/ |
| A D | nfnetlink_compat.h | 35 #define NFA_TYPE(attr) ((attr)->nfa_type & 0x7fff) argument
|
| /include/linux/perf/ |
| A D | arm_pmu.h | 216 #define _ATTR_CFG_GET_FLD(attr, cfg, lo, hi) \ argument 219 #define ATTR_CFG_GET_FLD(attr, name) \ argument
|