/Linux-v5.15/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 …]
|
/Linux-v5.15/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 | 188 def buildTableRowNode(self, row_data, classes=None): argument 189 classes = [] if classes is None else classes 196 attributes = {"classes" : classes}
|
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-v5.15/drivers/parport/ |
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-v5.15/drivers/ata/ |
D | libata-eh.c | 2418 unsigned int *classes, unsigned long deadline, in ata_do_reset() argument 2425 classes[dev->devno] = ATA_DEV_UNKNOWN; in ata_do_reset() 2427 return reset(link, classes, deadline); in ata_do_reset() 2449 unsigned int *classes = ehc->classes; in ata_eh_reset() local 2551 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2566 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2596 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2610 tmp = ata_do_reset(slave, reset, classes, deadline, in ata_eh_reset() 2639 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() 2669 classes[dev->devno] = ATA_DEV_ATA; in ata_eh_reset() [all …]
|
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()
|
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-v5.15/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()
|
/Linux-v5.15/security/ |
D | Kconfig.hardening | 42 This chooses the level of coverage over classes of potentially 51 classes of uninitialized stack variable exploits 60 a __user attribute. This can prevent some classes of 73 explicitly initialized. This can prevent most classes 91 initialized. This is intended to eliminate all classes 106 all classes of uninitialized stack variable exploits and 124 classes of uninitialized stack variable exploits and
|
/Linux-v5.15/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.
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/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
|
/Linux-v5.15/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()
|
/Linux-v5.15/drivers/gpu/drm/nouveau/nvif/ |
D | Kbuild | 14 # Usermode classes
|
/Linux-v5.15/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
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class | 6 subdirectories describing individual classes of devices
|
/Linux-v5.15/drivers/i2c/muxes/ |
D | i2c-mux-reg.c | 217 class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_reg_probe()
|
D | i2c-mux-gpio.c | 245 unsigned int class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_gpio_probe()
|
/Linux-v5.15/net/dcb/ |
D | Kconfig | 18 framework for assigning bandwidth guarantees to traffic classes.
|
/Linux-v5.15/fs/minix/ |
D | Kconfig | 6 Minix is a simple operating system used in many classes about OS's.
|
/Linux-v5.15/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:
|
/Linux-v5.15/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
|
/Linux-v5.15/Documentation/block/ |
D | ioprio.rst | 15 Scheduling classes 18 CFQ implements three generic scheduling classes that determine how io is
|