Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 1020) sorted by last modified time

12345678910>>...41

/linux/tools/testing/selftests/landlock/
H A Dfs_test.c3868 const struct landlock_ruleset_attr attr = { in TEST() local
3911 const struct landlock_ruleset_attr attr = { in TEST_F_FORK() local
4007 const struct landlock_ruleset_attr attr = { in TEST_F_FORK() local
4071 const struct landlock_ruleset_attr attr = { in TEST_F_FORK() local
4112 const struct landlock_ruleset_attr attr = { in TEST_F_FORK() local
/linux/security/landlock/
H A Dsyscalls.c178 const struct landlock_ruleset_attr __user *const, attr, in SYSCALL_DEFINE3() argument
/linux/tools/lib/bpf/
H A Dbpf.c72 static inline int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf()
78 static inline int sys_bpf_fd(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf_fd()
87 int sys_bpf_prog_load(union bpf_attr *attr, unsigned int size, int attempts) in sys_bpf_prog_load()
114 union bpf_attr attr; in probe_memcg_account() local
176 union bpf_attr attr; in bpf_map_create() local
247 union bpf_attr attr; in bpf_prog_load() local
391 union bpf_attr attr; in bpf_map_update_elem() local
407 union bpf_attr attr; in bpf_map_lookup_elem() local
422 union bpf_attr attr; in bpf_map_lookup_elem_flags() local
438 union bpf_attr attr; in bpf_map_lookup_and_delete_elem() local
[all …]
H A Dfeatures.c30 union bpf_attr attr; in probe_kern_prog_name() local
/linux/scripts/kconfig/lxdialog/
H A Dutil.c202 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear()
/linux/samples/landlock/
H A Dsandboxer.c28 landlock_create_ruleset(const struct landlock_ruleset_attr *const attr, in landlock_create_ruleset()
/linux/net/bridge/
H A Dbr_mst.c93 struct switchdev_attr attr = { in br_mst_set_state() local
154 struct switchdev_attr attr = { in br_mst_vlan_set_msti() local
201 struct switchdev_attr attr = { in br_mst_set_enabled() local
300 const struct nlattr *attr, in br_mst_process_one()
332 struct nlattr *attr; in br_mst_process() local
/linux/kernel/sched/
H A Dtopology.c1466 struct sched_domain_attr *attr) in set_domain_attribute()
2320 const struct cpumask *cpu_map, struct sched_domain_attr *attr, in build_sched_domain()
2390 build_sched_domains(const struct cpumask *cpu_map, struct sched_domain_attr *attr) in build_sched_domains()
H A Ddeadline.c2945 const struct sched_attr *attr) in sched_dl_overflow()
3010 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
3022 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
3044 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
3120 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
H A Dcore.c1902 const struct sched_attr *attr) in uclamp_validate()
1936 static bool uclamp_reset(const struct sched_attr *attr, in uclamp_reset()
1962 const struct sched_attr *attr) in __setscheduler_uclamp()
2070 const struct sched_attr *attr) in uclamp_validate()
2075 const struct sched_attr *attr) { } in __setscheduler_uclamp()
7646 const struct sched_attr *attr, in user_check_sched_setscheduler()
7704 const struct sched_attr *attr, in __sched_setscheduler()
7937 struct sched_attr attr = { in _sched_setscheduler() local
7970 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
7975 int sched_setattr_nocheck(struct task_struct *p, const struct sched_attr *attr) in sched_setattr_nocheck()
[all …]
/linux/kernel/
H A Dreboot.c1109 static ssize_t mode_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in mode_show()
1135 static ssize_t mode_store(struct kobject *kobj, struct kobj_attribute *attr, in mode_store()
1161 static ssize_t force_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in force_show()
1165 static ssize_t force_store(struct kobject *kobj, struct kobj_attribute *attr, in force_store()
1183 static ssize_t type_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in type_show()
1212 static ssize_t type_store(struct kobject *kobj, struct kobj_attribute *attr, in type_store()
1241 static ssize_t cpu_show(struct kobject *kobj, struct kobj_attribute *attr, char *buf) in cpu_show()
1245 static ssize_t cpu_store(struct kobject *kobj, struct kobj_attribute *attr, in cpu_store()
H A Dpanic.c116 static ssize_t warn_count_show(struct kobject *kobj, struct kobj_attribute *attr, in warn_count_show()
H A Dksysfs.c40 struct kobj_attribute *attr, char *buf) in uevent_seqnum_show()
48 struct kobj_attribute *attr, char *buf) in cpu_byteorder_show()
56 struct kobj_attribute *attr, char *buf) in address_bits_show()
65 struct kobj_attribute *attr, char *buf) in uevent_helper_show()
70 struct kobj_attribute *attr, in uevent_helper_store()
86 struct kobj_attribute *attr, char *buf) in profiling_show()
91 struct kobj_attribute *attr, in profiling_store()
117 struct kobj_attribute *attr, char *buf) in kexec_loaded_show()
125 struct kobj_attribute *attr, char *buf) in kexec_crash_loaded_show()
132 struct kobj_attribute *attr, char *buf) in kexec_crash_size_show()
[all …]
H A Dexit.c110 static ssize_t oops_count_show(struct kobject *kobj, struct kobj_attribute *attr, in oops_count_show()
/linux/kernel/bpf/
H A Dsyscall.c339 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr()
1196 static int map_create(union bpf_attr *attr) in map_create()
1536 static int map_lookup_elem(union bpf_attr *attr) in map_lookup_elem()
1611 static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) in map_update_elem()
1669 static int map_delete_elem(union bpf_attr *attr, bpfptr_t uattr) in map_delete_elem()
1725 static int map_get_next_key(union bpf_attr *attr) in map_get_next_key()
1790 const union bpf_attr *attr, in generic_map_delete_batch()
1846 const union bpf_attr *attr, in generic_map_update_batch()
1909 const union bpf_attr *attr, in generic_map_lookup_batch()
2010 static int map_lookup_and_delete_elem(union bpf_attr *attr) in map_lookup_and_delete_elem()
[all …]
/linux/fs/tracefs/
H A Devent_inode.c153 static void update_attr(struct eventfs_attr *attr, struct iattr *iattr) in update_attr()
360 struct eventfs_attr *attr, umode_t mode) in update_inode_attr()
400 struct eventfs_attr *attr, in lookup_file()
551 struct eventfs_attr *attr = NULL; in lookup_file_dentry() local
/linux/fs/proc/
H A Dproc_sysctl.c814 struct dentry *dentry, struct iattr *attr) in proc_sys_setattr()
/linux/fs/nfsd/
H A Dvfs.c489 struct nfsd_attrs *attr, const struct timespec64 *guardtime) in nfsd_setattr()
H A Dnfsctl.c1669 const struct nlattr *attr; in nfsd_nl_threads_set_doit() local
1808 const struct nlattr *attr; in nfsd_nl_version_set_doit() local
1899 struct nlattr *attr; in nfsd_nl_version_get_doit() local
1960 const struct nlattr *attr; in nfsd_nl_listener_set_doit() local
2134 struct nlattr *attr; in nfsd_nl_listener_get_doit() local
/linux/fs/ext4/
H A Dsysfs.c55 struct attribute attr; member
411 struct attribute *attr, char *buf) in ext4_attr_show()
504 struct attribute *attr, in ext4_attr_store()
H A Dinode.c5264 struct iattr *attr) in ext4_setattr()
/linux/drivers/power/supply/
H A Dpower_supply_sysfs.c230 static struct power_supply_attr *to_ps_attr(struct device_attribute *attr) in to_ps_attr()
235 static enum power_supply_property dev_attr_psp(struct device_attribute *attr) in dev_attr_psp()
275 struct device_attribute *attr, in power_supply_show_property()
326 struct device_attribute *attr, in power_supply_store_property()
364 struct attribute *attr, in power_supply_attr_is_visible()
411 struct device_attribute *attr; in power_supply_init_attrs() local
/linux/drivers/iommu/
H A Dtegra-smmu.c64 u32 attr; member
101 #define SMMU_PTB_DATA_VALUE(dma, attr) ((dma) >> 12 | (attr)) argument
103 #define SMMU_MK_PDE(dma, attr) ((dma) >> SMMU_PTE_SHIFT | (attr)) argument
H A Diommu.c76 struct attribute attr; member
722 struct iommu_group_attribute *attr = to_iommu_group_attr(__attr); in iommu_group_attr_show() local
735 struct iommu_group_attribute *attr = to_iommu_group_attr(__attr); in iommu_group_attr_store() local
750 struct iommu_group_attribute *attr) in iommu_group_create_file()
756 struct iommu_group_attribute *attr) in iommu_group_remove_file()
/linux/drivers/iommu/intel/
H A Diommu.c1859 u64 attr; in __domain_mapping() local
3257 struct device_attribute *attr, char *buf) in version_show()
3267 struct device_attribute *attr, char *buf) in address_show()
3275 struct device_attribute *attr, char *buf) in cap_show()
3283 struct device_attribute *attr, char *buf) in ecap_show()
3291 struct device_attribute *attr, char *buf) in domains_supported_show()
3299 struct device_attribute *attr, char *buf) in domains_used_show()

12345678910>>...41