Home
last modified time | relevance | path

Searched defs:new_class (Results 1 – 5 of 5) sorted by relevance

/linux/tools/usb/usbip/libsrc/
H A Dnames.c228 static int new_class(const char *name, u_int8_t classid) in new_class() function
/linux/drivers/ata/
H A Dlibata-pmp.c648 static int sata_pmp_revalidate(struct ata_device *dev, unsigned int new_class) in sata_pmp_revalidate()
H A Dlibata-core.c3851 static int ata_dev_same_device(struct ata_device *dev, unsigned int new_class, in ata_dev_same_device()
3932 int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class, in ata_dev_revalidate()
/linux/kernel/sched/
H A Dext.c4403 const struct sched_class *new_class = scx_setscheduler_class(p); scx_disable_workfn() local
5238 const struct sched_class *new_class = scx_setscheduler_class(p); scx_enable_workfn() local
/linux/kernel/locking/
H A Dlockdep.c867 static int count_matching_names(struct lock_class *new_class) in count_matching_names()