Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c39 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
47 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
55 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
60 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
65 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
70 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
/Linux-v4.19/mm/
Dzsmalloc.c276 unsigned int class:CLASS_BITS + 1; member
548 static inline void zs_stat_inc(struct size_class *class, in zs_stat_inc()
555 static inline void zs_stat_dec(struct size_class *class, in zs_stat_dec()
562 static inline unsigned long zs_stat_get(struct size_class *class, in zs_stat_get()
593 struct size_class *class; in zs_stats_size_show() local
706 static enum fullness_group get_fullness_group(struct size_class *class, in get_fullness_group()
733 static void insert_zspage(struct size_class *class, in insert_zspage()
759 static void remove_zspage(struct size_class *class, in remove_zspage()
779 static enum fullness_group fix_fullness_group(struct size_class *class, in fix_fullness_group()
948 static void __free_zspage(struct zs_pool *pool, struct size_class *class, in __free_zspage()
[all …]
/Linux-v4.19/kernel/locking/
Dlockdep_proc.c41 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
203 struct lock_class *class; in lockdep_stats_show() local
337 struct lock_class *class; member
402 struct lock_class *class; in seq_stats() local
582 struct lock_class *class; in lock_stat_open() local
614 struct lock_class *class; in lock_stat_write() local
Dlockdep.c206 struct lock_class_stats lock_stats(struct lock_class *class) in lock_stats()
235 void clear_lock_stats(struct lock_class *class) in clear_lock_stats()
249 static struct lock_class_stats *get_lock_stats(struct lock_class *class) in get_lock_stats()
350 static int class_filter(struct lock_class *class) in class_filter()
366 static int verbose(struct lock_class *class) in verbose()
468 static char get_usage_char(struct lock_class *class, enum lock_usage_bit bit) in get_usage_char()
483 void get_usage_chars(struct lock_class *class, char usage[LOCK_USAGE_CHARS]) in get_usage_chars()
496 static void __print_lock_name(struct lock_class *class) in __print_lock_name()
514 static void print_lock_name(struct lock_class *class) in print_lock_name()
587 static int very_verbose(struct lock_class *class) in very_verbose()
[all …]
Dlockdep_internals.h116 lockdep_count_forward_deps(struct lock_class *class) in lockdep_count_forward_deps()
121 lockdep_count_backward_deps(struct lock_class *class) in lockdep_count_backward_deps()
/Linux-v4.19/arch/powerpc/include/asm/
Dspu_priv1.h57 spu_int_mask_and (struct spu *spu, int class, u64 mask) in spu_int_mask_and()
63 spu_int_mask_or (struct spu *spu, int class, u64 mask) in spu_int_mask_or()
69 spu_int_mask_set (struct spu *spu, int class, u64 mask) in spu_int_mask_set()
75 spu_int_mask_get (struct spu *spu, int class) in spu_int_mask_get()
81 spu_int_stat_clear (struct spu *spu, int class, u64 stat) in spu_int_stat_clear()
87 spu_int_stat_get (struct spu *spu, int class) in spu_int_stat_get()
/Linux-v4.19/drivers/base/
Dclass.c51 struct class *class = cp->class; in class_release() local
67 struct class *class = cp->class; in class_child_ns_type() local
274 void class_dev_iter_init(struct class_dev_iter *iter, struct class *class, in class_dev_iter_init()
345 int class_for_each_device(struct class *class, struct device *start, in class_for_each_device()
392 struct device *class_find_device(struct class *class, struct device *start, in class_find_device()
468 ssize_t show_class_attr_string(struct class *class, in show_class_attr_string()
/Linux-v4.19/drivers/uwb/
Ddriver.c77 ssize_t beacon_timeout_ms_show(struct class *class, in beacon_timeout_ms_show()
85 ssize_t beacon_timeout_ms_store(struct class *class, in beacon_timeout_ms_store()
/Linux-v4.19/drivers/net/fddi/skfp/
Dqueue.c42 void queue_event(struct s_smc *smc, int class, int event) in queue_event()
76 int class ; in ev_dispatcher() local
/Linux-v4.19/include/linux/
Ddevice.h402 struct class { struct
406 const struct attribute_group **class_groups; argument
413 void (*class_release)(struct class *class); argument
435 extern int __must_check __class_register(struct class *class, argument
441 #define class_register(class) \ argument
491 static inline int __must_check class_create_file(struct class *class, in class_create_file()
497 static inline void class_remove_file(struct class *class, in class_remove_file()
521 struct class *class; member
1009 struct class *class; member
Dww_mutex.h60 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) \ argument
63 # define __WW_CLASS_MUTEX_INITIALIZER(lockname, class) argument
72 #define __WW_MUTEX_INITIALIZER(lockname, class) \ argument
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dspu.c479 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
488 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
496 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
503 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
508 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
516 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
/Linux-v4.19/arch/alpha/kernel/
Derr_impl.h19 u16 class; member
29 u16 class; member
/Linux-v4.19/tools/usb/usbip/libsrc/
Dnames.c55 struct class { struct
56 struct class *next; argument
57 u_int8_t classid; argument
61 struct subclass { argument
/Linux-v4.19/drivers/ata/
Dahci_da850.c98 unsigned int *class, unsigned long deadline) in ahci_da850_softreset()
120 unsigned int *class, unsigned long deadline) in ahci_da850_hardreset()
Dahci_xgene.c97 u32 class[MAX_AHCI_CHN_PERCTR]; /* tracking the class of device */ member
403 static int xgene_ahci_hardreset(struct ata_link *link, unsigned int *class, in xgene_ahci_hardreset()
464 static int xgene_ahci_pmp_softreset(struct ata_link *link, unsigned int *class, in xgene_ahci_pmp_softreset()
508 static int xgene_ahci_softreset(struct ata_link *link, unsigned int *class, in xgene_ahci_softreset()
/Linux-v4.19/arch/parisc/math-emu/
Dfpudispatch.c197 u_int class, subop; in fpudispatch() local
252 u_int class, subop, major; in emfpudispatch() local
288 decode_0c(u_int ir, u_int class, u_int subop, u_int fpregs[]) in decode_0c()
705 decode_0e(ir,class,subop,fpregs) in decode_0e() argument
/Linux-v4.19/net/dsa/
Ddsa.c87 static int dev_is_class(struct device *dev, void *class) in dev_is_class()
95 static struct device *dev_find_class(struct device *parent, char *class) in dev_find_class()
/Linux-v4.19/drivers/gpu/drm/tegra/
Dgr2d.c121 static int gr2d_is_addr_reg(struct device *dev, u32 class, u32 offset) in gr2d_is_addr_reg()
146 static int gr2d_is_valid_class(u32 class) in gr2d_is_valid_class()
/Linux-v4.19/lib/
Dglob.c72 char const *class = pat + inverted; in glob_match() local
/Linux-v4.19/kernel/
Dauditfilter.c178 int __init audit_register_class(int class, unsigned *list) in audit_register_class()
199 int audit_match_class(int class, unsigned syscall) in audit_match_class()
209 static inline int audit_match_class_bits(int class, u32 *mask) in audit_match_class_bits()
296 __u32 *class; in audit_to_entry_common() local
/Linux-v4.19/drivers/staging/greybus/
Dgreybus_id.h17 __u8 class; member
/Linux-v4.19/include/linux/platform_data/
Dpca954x.h39 unsigned int class; member
/Linux-v4.19/arch/powerpc/perf/
Dmpc7450-pmu.c157 int pmc, class; in mpc7450_get_constraint() local
269 int i, j, class, tuse; in mpc7450_compute_mmcr() local
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv50.c427 u32 class = nvkm_rd32(device, 0x400814); in nv50_gr_trap_handler() local
454 u32 class = nvkm_rd32(device, 0x400814); in nv50_gr_trap_handler() local
632 u32 class = nvkm_rd32(device, 0x400814); in nv50_gr_intr() local

1234567891011