| /kernel/linux/linux-5.10/net/sched/ |
| D | sch_ets.c | 55 struct ets_class classes[TCQ_ETS_MAX_BANDS]; member 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() 192 unsigned int band = cl - q->classes; in ets_class_is_strict() 408 return &q->classes[q->prio2band[band & TC_PRIO_MAX]]; in ets_classify() 414 return &q->classes[q->prio2band[0]]; in ets_classify() 415 return &q->classes[band]; in ets_classify() 474 cl = &q->classes[band]; in ets_qdisc_dequeue() [all …]
|
| /kernel/linux/linux-5.10/Documentation/sphinx/ |
| D | kernel_include.py | 155 classes=self.options.get('class', [])) 168 for classes, value in tokens: 169 if classes: 171 classes=classes)
|
| D | rstFlatTable.py | 198 def buildTableRowNode(self, row_data, classes=None): argument 199 classes = [] if classes is None else classes 206 attributes = {"classes" : classes}
|
| D | automarkup.py | 136 lit_text = nodes.literal(classes=['xref', 'c', class_s]) 187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | probe.c | 19 } classes[] = { variable 46 pr_cont(": %s", classes[info->class].descr); in pretty_print() 95 for (i = 0; classes[i].token; i++) { in parse_data() 96 if (!strcmp(classes[i].token, sep)) { in parse_data()
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | libata-eh.c | 2428 unsigned int *classes, unsigned long deadline, in ata_do_reset() argument 2435 classes[dev->devno] = ATA_DEV_UNKNOWN; in ata_do_reset() 2437 return reset(link, classes, deadline); in ata_do_reset() 2459 unsigned int *classes = ehc->classes; in ata_eh_reset() local 2561 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2576 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2606 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2620 tmp = ata_do_reset(slave, reset, classes, deadline, in ata_eh_reset() 2648 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2678 classes[dev->devno] = ATA_DEV_ATA; in ata_eh_reset() [all …]
|
| D | pata_icside.c | 302 static void pata_icside_postreset(struct ata_link *link, unsigned int *classes) in pata_icside_postreset() argument 307 if (classes[0] != ATA_DEV_NONE || classes[1] != ATA_DEV_NONE) in pata_icside_postreset() 308 return ata_sff_postreset(link, classes); in pata_icside_postreset()
|
| 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()
|
| /kernel/linux/linux-5.10/tools/usb/usbip/libsrc/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
| D | class.rst | 8 device. The following device classes have been identified: 18 Device classes are agnostic with respect to what bus a device resides 43 Device classes are registered and unregistered with the core using:: 74 Device drivers are added to device classes when they are registered
|
| /kernel/linux/linux-5.10/security/ |
| D | Kconfig.hardening | 51 This chooses the level of coverage over classes of potentially 60 classes of uninitialized stack variable exploits 69 a __user attribute. This can prevent some classes of 82 explicitly initialized. This can prevent most classes 100 initialized. This is intended to eliminate all classes 115 all classes of uninitialized stack variable exploits and 133 classes of uninitialized stack variable exploits and
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| 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.
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | i2c-mux-gpio.h | 29 const unsigned *classes; member
|
| D | i2c-mux-reg.h | 33 const unsigned int *classes; member
|
| /kernel/linux/linux-5.10/Documentation/locking/ |
| 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:: 324 is O(N^2), so even with just a few hundred lock-classes we'd have to do 339 The validator tracks a maximum of MAX_LOCKDEP_KEYS number of 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 [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
| D | Kbuild | 14 # Usermode classes
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class | 6 subdirectories describing individual classes of devices
|
| /kernel/linux/linux-5.10/kernel/ |
| D | auditfilter.c | 163 static __u32 *classes[AUDIT_SYSCALL_CLASSES]; variable 178 if (class >= AUDIT_SYSCALL_CLASSES || classes[class]) { in audit_register_class() 182 classes[class] = p; in audit_register_class() 190 if (unlikely(class >= AUDIT_SYSCALL_CLASSES || !classes[class])) in audit_match_class() 192 return classes[class][AUDIT_WORD(syscall)] & AUDIT_BIT(syscall); in audit_match_class() 200 if (classes[class]) { in audit_match_class_bits() 202 if (mask[i] & classes[class][i]) in audit_match_class_bits() 288 class = classes[i]; in audit_to_entry_common()
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/ti/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/i2c/muxes/ |
| D | i2c-mux-gpio.c | 193 unsigned int class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_gpio_probe()
|
| D | i2c-mux-reg.c | 216 class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_reg_probe()
|
| /kernel/linux/linux-5.10/net/dcb/ |
| D | Kconfig | 18 framework for assigning bandwidth guarantees to traffic classes.
|
| /kernel/linux/linux-5.10/fs/minix/ |
| D | Kconfig | 6 Minix is a simple operating system used in many classes about OS's.
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/freescale/ |
| 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:
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| 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
|