/linux/net/sched/ |
A D | sch_ets.c | 94 return &q->classes[arg - 1]; in ets_class_from_arg() 100 int band = cl - q->classes; in ets_class_id() 130 q_sum += q->classes[i].quantum; in ets_offload_change() 133 quantum = q->classes[i].quantum; in ets_offload_change() 414 return &q->classes[band]; in ets_classify() 473 cl = &q->classes[band]; in ets_qdisc_dequeue() 690 q->classes[i].qdisc = NULL; in ets_qdisc_change() 691 q->classes[i].quantum = 0; in ets_qdisc_change() 692 q->classes[i].deficit = 0; in ets_qdisc_change() 694 memset(&q->classes[i].qstats, 0, sizeof(q->classes[i].qstats)); in ets_qdisc_change() [all …]
|
/linux/Documentation/sphinx/ |
A D | kernel_include.py | 155 classes=self.options.get('class', [])) 168 for classes, value in tokens: 169 if classes: 171 classes=classes)
|
A D | rstFlatTable.py | 188 def buildTableRowNode(self, row_data, classes=None): argument 189 classes = [] if classes is None else classes 196 attributes = {"classes" : classes}
|
A D | automarkup.py | 148 lit_text = nodes.literal(classes=['xref', 'c', class_s]) 206 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
|
/linux/drivers/parport/ |
A D | probe.c | 19 } classes[] = { variable 46 pr_cont(": %s", classes[info->class].descr); in pretty_print() 90 for (i = 0; classes[i].token; i++) { in parse_data() 91 if (!strcmp(classes[i].token, sep)) { in parse_data()
|
/linux/drivers/ata/ |
A D | libata-eh.c | 2435 return reset(link, classes, deadline); in ata_do_reset() 2457 unsigned int *classes = ehc->classes; in ata_eh_reset() local 2559 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2574 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2677 classes[dev->devno] = ATA_DEV_ATA; in ata_eh_reset() 2700 postreset(link, classes); in ata_eh_reset() 2702 postreset(slave, classes); in ata_eh_reset() 2735 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2742 classes[dev->devno]); in ata_eh_reset() 2743 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() [all …]
|
A D | pata_icside.c | 307 static void pata_icside_postreset(struct ata_link *link, unsigned int *classes) in pata_icside_postreset() argument 312 if (classes[0] != ATA_DEV_NONE || classes[1] != ATA_DEV_NONE) in pata_icside_postreset() 313 return ata_sff_postreset(link, classes); in pata_icside_postreset()
|
A D | libata-sff.c | 1989 int ata_sff_softreset(struct ata_link *link, unsigned int *classes, in ata_sff_softreset() argument 2019 classes[0] = ata_sff_dev_classify(&link->device[0], in ata_sff_softreset() 2022 classes[1] = ata_sff_dev_classify(&link->device[1], in ata_sff_softreset() 2025 DPRINTK("EXIT, classes[0]=%u [1]=%u\n", classes[0], classes[1]); in ata_sff_softreset() 2075 void ata_sff_postreset(struct ata_link *link, unsigned int *classes) in ata_sff_postreset() argument 2079 ata_std_postreset(link, classes); in ata_sff_postreset() 2082 if (classes[0] != ATA_DEV_NONE) in ata_sff_postreset() 2084 if (classes[1] != ATA_DEV_NONE) in ata_sff_postreset() 2088 if (classes[0] == ATA_DEV_NONE && classes[1] == ATA_DEV_NONE) { in ata_sff_postreset()
|
/linux/tools/usb/usbip/libsrc/ |
A D | names.c | 79 static struct class *classes[HASHSZ] = { NULL, }; variable 109 c = classes[hashnum(classid)]; in names_class() 233 c = classes[h]; in new_class() 242 c->next = classes[h]; in new_class() 243 classes[h] = c; in new_class()
|
/linux/Documentation/locking/ |
A D | lockdep-design.rst | 19 The validator tracks the 'usage state' of lock-classes, and it tracks 20 the dependencies between different lock-classes. Lock usage indicates 157 between any two lock-classes:: 345 desktop systems have less than 1,000 lock classes, so this warning 351 load of the module will create a new set of lock classes for 353 classes (see below discussion of reuse of lock classes for why). 355 the number of lock classes will eventually reach the maximum. 360 spinlock_t will consume 8192 lock classes -unless- each spinlock 382 grep "lock-classes" /proc/lockdep_stats 386 lock-classes: 748 [max: 8191] [all …]
|
/linux/Documentation/scsi/ |
A D | megaraid.rst | 10 Different classes of controllers from LSI Logic accept and respond to the 12 commands. Furthermore, the applications also can treat different classes of 77 as new controller classes get added, this will be tuned appropriately.
|
/linux/security/ |
A D | Kconfig.hardening | 45 This chooses the level of coverage over classes of potentially 54 classes of uninitialized stack variable exploits 64 a __user attribute. This can prevent some classes of 78 explicitly initialized. This can prevent most classes 97 initialized. This is intended to eliminate all classes 112 all classes of uninitialized stack variable exploits and 130 classes of uninitialized stack variable exploits and
|
/linux/kernel/ |
A D | auditfilter.c | 166 static __u32 *classes[AUDIT_SYSCALL_CLASSES]; variable 181 if (class >= AUDIT_SYSCALL_CLASSES || classes[class]) { in audit_register_class() 185 classes[class] = p; in audit_register_class() 193 if (unlikely(class >= AUDIT_SYSCALL_CLASSES || !classes[class])) in audit_match_class() 195 return classes[class][AUDIT_WORD(syscall)] & AUDIT_BIT(syscall); in audit_match_class() 203 if (classes[class]) { in audit_match_class_bits() 205 if (mask[i] & classes[class][i]) in audit_match_class_bits() 292 class = classes[i]; in audit_to_entry_common()
|
/linux/Documentation/networking/device_drivers/ethernet/ti/ |
A D | cpsw.rst | 27 - Traffic classes are used starting from 0, that has highest priority 35 - Any l2/socket prio (0 - 7) for classes can be used, but for 37 - only 2 classes tested: A and B, but checked and can work with more, 54 | Only 2 classes: |Mb +---| +-------------------------------+ 210 // Check classes settings 437 // Check classes settings 496 // Check classes settings
|
/linux/include/linux/platform_data/ |
A D | i2c-mux-gpio.h | 29 const unsigned *classes; member
|
A D | i2c-mux-reg.h | 33 const unsigned int *classes; member
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
A D | Kbuild | 14 # Usermode classes
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-class | 6 subdirectories describing individual classes of devices
|
/linux/drivers/i2c/muxes/ |
A D | i2c-mux-gpio.c | 245 unsigned int class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_gpio_probe()
|
A D | i2c-mux-reg.c | 217 class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_reg_probe()
|
/linux/Documentation/networking/device_drivers/ethernet/freescale/ |
A D | dpaa.rst | 162 The driver has support for multiple prioritized Tx traffic classes. Priorities 166 are used. Higher priority traffic classes can be enabled with the mqprio 167 qdisc. For example, all four traffic classes are enabled on an interface with 169 classes as follows:
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | extended-controls.rst | 32 Extended Control API, nowadays there are also other classes of Extended 34 Extended Controls API as well as all Extended Controls classes are 54 controls in that array and a control class. Control classes are used to
|
/linux/net/dcb/ |
A D | Kconfig | 18 framework for assigning bandwidth guarantees to traffic classes.
|
/linux/fs/minix/ |
A D | Kconfig | 6 Minix is a simple operating system used in many classes about OS's.
|
/linux/Documentation/block/ |
A D | ioprio.rst | 15 Scheduling classes 18 CFQ implements three generic scheduling classes that determine how io is
|