Searched refs:new_class (Results 1 – 6 of 6) sorted by relevance
/linux/tools/usb/usbip/libsrc/ |
H A D | names.c | 228 static int new_class(const char *name, u_int8_t classid) in new_class() function 353 if (new_class(cp, u)) in parse()
|
/linux/drivers/ata/ |
H A D | libata.h | 79 extern int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class,
|
H A D | libata-core.c | 3796 * @new_class: class of the new device 3799 * Compare @new_class and @new_id against @dev and determine 3800 * whether @dev is the device indicated by @new_class and 3807 * 1 if @dev matches @new_class and @new_id, 0 otherwise. 3809 static int ata_dev_same_device(struct ata_device *dev, unsigned int new_class, in ata_dev_same_device() argument 3816 if (dev->class != new_class) { in ata_dev_same_device() 3818 dev->class, new_class); in ata_dev_same_device() 3878 * @new_class: new class code 3890 int ata_dev_revalidate(struct ata_device *dev, unsigned int new_class, in ata_dev_revalidate() argument 3901 if (ata_class_enabled(new_class) in ata_dev_revalidate() [all...] |
/linux/kernel/locking/ |
H A D | lockdep.c | 867 static int count_matching_names(struct lock_class *new_class) in count_matching_names() argument 872 if (!new_class->name) in count_matching_names() 876 if (new_class->key - new_class->subclass == class->key) in count_matching_names() 878 if (class->name && !strcmp(class->name, new_class->name)) in count_matching_names()
|
/linux/kernel/sched/ |
H A D | ext.c | 5004 const struct sched_class *new_class = in scx_disable_workfn() local 5008 if (old_class != new_class && p->se.sched_delayed) in scx_disable_workfn() 5013 p->sched_class = new_class; in scx_disable_workfn() 5748 const struct sched_class *new_class = in scx_enable() local 5752 if (old_class != new_class && p->se.sched_delayed) in scx_enable() 5758 p->sched_class = new_class; in scx_enable()
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | cgroups.rst | 162 # echo pid > /sys/fs/cgroup/network/<new_class>/tasks
|