| /Linux-v5.4/arch/powerpc/platforms/cell/ | 
| D | spu_priv1_mmio.c | 27 static void int_mask_and(struct spu *spu, int class, u64 mask)  in int_mask_and()35 static void int_mask_or(struct spu *spu, int class, u64 mask)  in int_mask_or()
 43 static void int_mask_set(struct spu *spu, int class, u64 mask)  in int_mask_set()
 48 static u64 int_mask_get(struct spu *spu, int class)  in int_mask_get()
 53 static void int_stat_clear(struct spu *spu, int class, u64 stat)  in int_stat_clear()
 58 static u64 int_stat_get(struct spu *spu, int class)  in int_stat_get()
 
 | 
| /Linux-v5.4/mm/ | 
| D | zsmalloc.c | 282 		unsigned int class:CLASS_BITS + 1;  member551 static inline void zs_stat_inc(struct size_class *class,  in zs_stat_inc()
 558 static inline void zs_stat_dec(struct size_class *class,  in zs_stat_dec()
 565 static inline unsigned long zs_stat_get(struct size_class *class,  in zs_stat_get()
 594 	struct size_class *class;  in zs_stats_size_show()  local
 693 static enum fullness_group get_fullness_group(struct size_class *class,  in get_fullness_group()
 720 static void insert_zspage(struct size_class *class,  in insert_zspage()
 746 static void remove_zspage(struct size_class *class,  in remove_zspage()
 766 static enum fullness_group fix_fullness_group(struct size_class *class,  in fix_fullness_group()
 935 static void __free_zspage(struct zs_pool *pool, struct size_class *class,  in __free_zspage()
 [all …]
 
 | 
| /Linux-v5.4/kernel/locking/ | 
| D | lockdep_proc.c | 41 static void print_name(struct seq_file *m, struct lock_class *class)  in print_name()60 	struct lock_class *class = list_entry(v, struct lock_class, lock_entry);  in l_show()  local
 129 	struct lock_class *class;  in lc_show()  local
 213 	struct lock_class *class;  in lockdep_stats_show()  local
 345 	struct lock_class *class;  member
 410 	struct lock_class *class;  in seq_stats()  local
 590 	struct lock_class *class;  in lock_stat_open()  local
 622 	struct lock_class *class;  in lock_stat_write()  local
 
 | 
| D | lockdep.c | 229 struct lock_class_stats lock_stats(struct lock_class *class)  in lock_stats()258 void clear_lock_stats(struct lock_class *class)  in clear_lock_stats()
 272 static struct lock_class_stats *get_lock_stats(struct lock_class *class)  in get_lock_stats()
 416 static int class_filter(struct lock_class *class)  in class_filter()
 432 static int verbose(struct lock_class *class)  in verbose()
 592 static char get_usage_char(struct lock_class *class, enum lock_usage_bit bit)  in get_usage_char()
 618 void get_usage_chars(struct lock_class *class, char usage[LOCK_USAGE_CHARS])  in get_usage_chars()
 631 static void __print_lock_name(struct lock_class *class)  in __print_lock_name()
 649 static void print_lock_name(struct lock_class *class)  in print_lock_name()
 725 static int very_verbose(struct lock_class *class)  in very_verbose()
 [all …]
 
 | 
| D | lockdep_internals.h | 149 lockdep_count_forward_deps(struct lock_class *class)  in lockdep_count_forward_deps()154 lockdep_count_backward_deps(struct lock_class *class)  in lockdep_count_backward_deps()
 219 static inline void debug_class_ops_inc(struct lock_class *class)  in debug_class_ops_inc()
 227 static inline unsigned long debug_class_ops_read(struct lock_class *class)  in debug_class_ops_read()
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | spu_priv1.h | 45 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-v5.4/drivers/base/ | 
| D | class.c | 51 	struct class *class = cp->class;  in class_release()  local67 	struct class *class = cp->class;  in class_child_ns_type()  local
 280 void class_dev_iter_init(struct class_dev_iter *iter, struct class *class,  in class_dev_iter_init()
 351 int class_for_each_device(struct class *class, struct device *start,  in class_for_each_device()
 398 struct device *class_find_device(struct class *class, struct device *start,  in class_find_device()
 474 ssize_t show_class_attr_string(struct class *class,  in show_class_attr_string()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | device.h | 573 struct class {  struct577 	const struct attribute_group	**class_groups;  argument
 584 	void (*class_release)(struct class *class);  argument
 606 extern int __must_check __class_register(struct class *class,  argument
 612 #define class_register(class)			\  argument
 646 static inline struct device *class_find_device_by_name(struct class *class,  in class_find_device_by_name()
 659 class_find_device_by_of_node(struct class *class, const struct device_node *np)  in class_find_device_by_of_node()
 671 class_find_device_by_fwnode(struct class *class,  in class_find_device_by_fwnode()
 683 static inline struct device *class_find_device_by_devt(struct class *class,  in class_find_device_by_devt()
 698 class_find_device_by_acpi_dev(struct class *class, const struct acpi_device *adev)  in class_find_device_by_acpi_dev()
 [all …]
 
 | 
| D | ww_mutex.h | 60 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) \  argument63 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class)  argument
 72 #define __WW_MUTEX_INITIALIZER(lockname, class) \  argument
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ | 
| D | intel_engine_user.c | 16 intel_engine_lookup_user(struct drm_i915_private *i915, u8 class, u8 instance)  in intel_engine_lookup_user()130 const char *intel_engine_class_repr(u8 class)  in intel_engine_class_repr()
 147 	u8 class;  member
 242 		int class, inst;  in intel_engines_driver_register()  local
 
 | 
| /Linux-v5.4/drivers/staging/uwb/ | 
| D | driver.c | 63 ssize_t beacon_timeout_ms_show(struct class *class,  in beacon_timeout_ms_show()71 ssize_t beacon_timeout_ms_store(struct class *class,  in beacon_timeout_ms_store()
 
 | 
| /Linux-v5.4/drivers/net/fddi/skfp/ | 
| D | queue.c | 38 void queue_event(struct s_smc *smc, int class, int event)  in queue_event()72 	int		class ;  in ev_dispatcher()  local
 
 | 
| /Linux-v5.4/arch/powerpc/platforms/ps3/ | 
| D | spu.c | 462 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-v5.4/arch/alpha/kernel/ | 
| D | err_impl.h | 19 	u16 class;  member29 	u16 class;  member
 
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | ibumad_kern.c | 81 	u8 class = ctx->mgmt_class;  in on_ib_umad_read_recv()  local101 	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-v5.4/Documentation/driver-api/ | 
| D | parport-lowlevel.rst | 1001 SYNOPSIS1027 DESCRIPTION
 1032 RETURN VALUE
 1038 NOTES
 1049 SEE ALSO
 1059 SYNOPSIS
 1068 DESCRIPTION
 1074 RETURN VALUE
 1080 NOTES
 1091 SEE ALSO
 
 | 
| /Linux-v5.4/tools/usb/usbip/libsrc/ | 
| D | names.c | 37 struct class {  struct38 	struct class *next;  argument
 39 	u_int8_t classid;  argument
 43 struct subclass {  argument
 
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | ahci_da850.c | 94 				unsigned int *class, unsigned long deadline)  in ahci_da850_softreset()116 				unsigned int *class, unsigned long deadline)  in ahci_da850_hardreset()
 
 | 
| D | ahci_xgene.c | 84 	u32 class[MAX_AHCI_CHN_PERCTR]; /* tracking the class of device */  member390 static int xgene_ahci_hardreset(struct ata_link *link, unsigned int *class,  in xgene_ahci_hardreset()
 451 static int xgene_ahci_pmp_softreset(struct ata_link *link, unsigned int *class,  in xgene_ahci_pmp_softreset()
 495 static int xgene_ahci_softreset(struct ata_link *link, unsigned int *class,  in xgene_ahci_softreset()
 
 | 
| /Linux-v5.4/arch/parisc/math-emu/ | 
| D | fpudispatch.c | 184 	u_int class, subop;  in fpudispatch()  local239 	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()
 692 decode_0e(ir,class,subop,fpregs)  in decode_0e()  argument
 
 | 
| /Linux-v5.4/drivers/gpu/drm/tegra/ | 
| D | gr2d.c | 119 static int gr2d_is_addr_reg(struct device *dev, u32 class, u32 offset)  in gr2d_is_addr_reg()144 static int gr2d_is_valid_class(u32 class)  in gr2d_is_valid_class()
 
 | 
| /Linux-v5.4/kernel/ | 
| D | auditfilter.c | 165 int __init audit_register_class(int class, unsigned *list)  in audit_register_class()186 int audit_match_class(int class, unsigned syscall)  in audit_match_class()
 196 static inline int audit_match_class_bits(int class, u32 *mask)  in audit_match_class_bits()
 283 		__u32 *class;  in audit_to_entry_common()  local
 
 | 
| /Linux-v5.4/lib/ | 
| D | glob.c | 72 			char const *class = pat + inverted;  in glob_match()  local
 | 
| /Linux-v5.4/arch/powerpc/perf/ | 
| D | mpc7450-pmu.c | 153 	int pmc, class;  in mpc7450_get_constraint()  local265 	int i, j, class, tuse;  in mpc7450_compute_mmcr()  local
 
 | 
| /Linux-v5.4/include/linux/greybus/ | 
| D | greybus_id.h | 17 	__u8	class;  member
 |