Home
last modified time | relevance | path

Searched defs:class (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/linux-6.3-rc2/include/linux/device/
A Dclass.h54 struct class { struct
58 const struct attribute_group **class_groups; argument
65 void (*class_release)(struct class *class); argument
87 extern int __must_check __class_register(struct class *class, argument
93 #define class_register(class) \ argument
127 static inline struct device *class_find_device_by_name(struct class *class, in class_find_device_by_name()
152 class_find_device_by_fwnode(struct class *class, in class_find_device_by_fwnode()
185 class_find_device_by_acpi_dev(struct class *class, const void *adev) in class_find_device_by_acpi_dev()
213 static inline int __must_check class_create_file(struct class *class, in class_create_file()
219 static inline void class_remove_file(struct class *class, in class_remove_file()
[all …]
/linux-6.3-rc2/mm/
A Dzsmalloc.c635 struct size_class *class; in zs_stats_size_show() local
1298 struct size_class *class; in zs_lookup_class_index() local
1335 struct size_class *class; in zs_map_object() local
1421 struct size_class *class; in zs_unmap_object() local
1473 struct size_class *class; in obj_malloc() local
1523 struct size_class *class; in zs_malloc() local
1624 struct size_class *class; in zs_free() local
2033 struct size_class *class; in zs_page_migrate() local
2135 struct size_class *class; in async_free_zspage() local
2290 struct size_class *class; in zs_compact() local
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/cell/
A Dspu_priv1_mmio.c26 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
34 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
42 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
47 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
52 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
57 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
/linux-6.3-rc2/kernel/locking/
A Dlockdep_proc.c34 #define iterate_lock_classes(idx, class) \ argument
40 struct lock_class *class = v; in l_next() local
60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
79 struct lock_class *class = v; in l_show() local
152 struct lock_class *class; in lc_show() local
243 struct lock_class *class; in lockdep_stats_show() local
397 struct lock_class *class; member
462 struct lock_class *class; in seq_stats() local
642 struct lock_class *class; in lock_stat_open() local
678 struct lock_class *class; in lock_stat_write() local
A Dlockdep.c870 struct lock_class *class; in count_matching_names() local
892 struct lock_class *class; in look_up_lock_class() local
1010 struct lock_class *class; in in_any_class_list() local
1083 struct lock_class *class; in __check_data_structures() local
1285 struct lock_class *class; in register_lock_class() local
4159 struct lock_class *class) in state_verbose()
5224 struct lock_class *class; in __lock_set_class() local
6098 struct lock_class *class; in __free_zapped_classes() local
6148 struct lock_class *class; in __lockdep_free_key_range() local
6230 struct lock_class *class; in lock_class_cache_is_registered() local
[all …]
A Dlockdep_internals.h167 lockdep_count_forward_deps(struct lock_class *class) in lockdep_count_forward_deps()
172 lockdep_count_backward_deps(struct lock_class *class) in lockdep_count_backward_deps()
236 static inline void debug_class_ops_inc(struct lock_class *class) in debug_class_ops_inc()
244 static inline unsigned long debug_class_ops_read(struct lock_class *class) in debug_class_ops_read()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-kwork.c389 struct kwork_class *class, in work_push_atom()
434 struct kwork_class *class, in work_pop_atom()
496 struct kwork_class *class, in report_entry_event()
507 struct kwork_class *class, in report_exit_event()
551 struct kwork_class *class, in latency_raise_event()
702 struct kwork_class *class, in timehist_raise_event()
713 struct kwork_class *class, in timehist_entry_event()
1300 struct kwork_class *class; in perf_kwork__sort() local
1311 struct kwork_class *class; in perf_kwork__check_config() local
1588 struct kwork_class *class; in setup_event_list() local
[all …]
/linux-6.3-rc2/drivers/remoteproc/
A Dremoteproc_elf_loader.c49 char class; local
167 u8 class = fw_elf_get_class(fw); local
255 u8 class = fw_elf_get_class(fw); local
333 u8 class = fw_elf_get_class(fw); local
377 u8 class = fw_elf_get_class(fw); local
A Dremoteproc_coredump.c113 int rproc_coredump_set_elf_info(struct rproc *rproc, u8 class, u16 machine) in rproc_coredump_set_elf_info()
242 u8 class = rproc->elf_class; in rproc_coredump() local
353 u8 class = rproc->elf_class; in rproc_coredump_using_sections() local
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dspu_priv1.h45 spu_int_mask_and (struct spu *spu, int class, u64 mask) in spu_int_mask_and()
51 spu_int_mask_or (struct spu *spu, int class, u64 mask) in spu_int_mask_or()
57 spu_int_mask_set (struct spu *spu, int class, u64 mask) in spu_int_mask_set()
63 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get()
69 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear()
75 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dselftest_guc_multi_lrc.c30 multi_lrc_create_parent(struct intel_gt *gt, u8 class, in multi_lrc_create_parent()
110 static int __intel_guc_multi_lrc_basic(struct intel_gt *gt, unsigned int class) in __intel_guc_multi_lrc_basic()
153 unsigned int class; in intel_guc_multi_lrc_basic() local
/linux-6.3-rc2/drivers/base/
A Dclass.c52 struct class *class = cp->class; in class_release() local
70 struct class *class = cp->class; in class_child_ns_type() local
296 void class_dev_iter_init(struct class_dev_iter *iter, struct class *class, in class_dev_iter_init()
367 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device()
414 struct device *class_find_device(struct class *class, struct device *start, in class_find_device()
492 ssize_t show_class_attr_string(struct class *class, in show_class_attr_string()
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_engine_user.c17 intel_engine_lookup_user(struct drm_i915_private *i915, u8 class, u8 instance) in intel_engine_lookup_user()
136 const char *intel_engine_class_repr(u8 class) in intel_engine_class_repr()
155 u8 class; member
262 int class, inst; in intel_engines_driver_register() local
/linux-6.3-rc2/fs/ksmbd/
A Dserver.c421 static ssize_t stats_show(struct class *class, struct class_attribute *attr, in stats_show()
440 static ssize_t kill_server_store(struct class *class, in kill_server_store()
461 static ssize_t debug_show(struct class *class, struct class_attribute *attr, in debug_show()
479 static ssize_t debug_store(struct class *class, struct class_attribute *attr, in debug_store()
/linux-6.3-rc2/arch/powerpc/platforms/ps3/
A Dspu.c462 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
471 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
479 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
486 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
491 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
499 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
/linux-6.3-rc2/drivers/net/fddi/skfp/
A Dqueue.c34 void queue_event(struct s_smc *smc, int class, int event) in queue_event()
68 int class ; in ev_dispatcher() local
/linux-6.3-rc2/Documentation/driver-api/
A Dparport-lowlevel.rst1001 SYNOPSIS
1027 DESCRIPTION
1032 RETURN VALUE
1038 NOTES
1049 SEE ALSO
1059 SYNOPSIS
1068 DESCRIPTION
1074 RETURN VALUE
1080 NOTES
1091 SEE ALSO
/linux-6.3-rc2/drivers/gpu/drm/tegra/
A Dfirewall.c14 u32 class; member
111 static int fw_check_class(struct tegra_drm_firewall *fw, u32 class) in fw_check_class()
161 u32 word, opcode, offset, count, mask, class; in tegra_drm_fw_validate() local
/linux-6.3-rc2/arch/alpha/kernel/
A Derr_impl.h19 u16 class; member
29 u16 class; member
/linux-6.3-rc2/samples/bpf/
A Dibumad_kern.c81 u8 class = ctx->mgmt_class; in on_ib_umad_read_recv() local
101 u8 class = ctx->mgmt_class; in on_ib_umad_read_send() local
121 u8 class = ctx->mgmt_class; in on_ib_umad_write() local
/linux-6.3-rc2/drivers/gpu/drm/i915/
A Di915_drm_client.c87 static u64 busy_add(struct i915_gem_context *ctx, unsigned int class) in busy_add()
106 unsigned int class) in show_client_class()
/linux-6.3-rc2/tools/usb/usbip/libsrc/
A Dnames.c37 struct class { struct
38 struct class *next; argument
39 u_int8_t classid; argument
43 struct subclass { argument
/linux-6.3-rc2/arch/parisc/math-emu/
A Dfpudispatch.c184 u_int class, subop; in fpudispatch() local
239 u_int class, subop, major; in emfpudispatch() local
275 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) in decode_0c()
720 decode_0e(ir,class,subop,fpregs) in decode_0e() argument
/linux-6.3-rc2/drivers/ata/
A Dahci_da850.c94 unsigned int *class, unsigned long deadline) in ahci_da850_softreset()
116 unsigned int *class, unsigned long deadline) in ahci_da850_hardreset()
/linux-6.3-rc2/kernel/
A Dauditfilter.c168 int __init audit_register_class(int class, unsigned *list) in audit_register_class()
189 int audit_match_class(int class, unsigned syscall) in audit_match_class()
199 static inline int audit_match_class_bits(int class, u32 *mask) in audit_match_class_bits()
287 __u32 *class; in audit_to_entry_common() local

Completed in 100 milliseconds

12345678910>>...12