Home
last modified time | relevance | path

Searched refs:classes (Results 1 – 25 of 124) sorted by relevance

12345

/Linux-v5.10/net/sched/
Dsch_ets.c55 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.10/Documentation/sphinx/
Dkernel_include.py155 classes=self.options.get('class', []))
168 for classes, value in tokens:
169 if classes:
171 classes=classes)
DrstFlatTable.py198 def buildTableRowNode(self, row_data, classes=None): argument
199 classes = [] if classes is None else classes
206 attributes = {"classes" : classes}
Dautomarkup.py136 lit_text = nodes.literal(classes=['xref', 'c', class_s])
187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
/Linux-v5.10/drivers/parport/
Dprobe.c19 } 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()
/Linux-v5.10/drivers/ata/
Dlibata-eh.c2419 unsigned int *classes, unsigned long deadline, in ata_do_reset() argument
2426 classes[dev->devno] = ATA_DEV_UNKNOWN; in ata_do_reset()
2428 return reset(link, classes, deadline); in ata_do_reset()
2450 unsigned int *classes = ehc->classes; in ata_eh_reset() local
2552 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset()
2567 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset()
2597 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset()
2611 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 …]
Dpata_icside.c302 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()
Dlibata-sff.c1970 int ata_sff_softreset(struct ata_link *link, unsigned int *classes, in ata_sff_softreset() argument
2000 classes[0] = ata_sff_dev_classify(&link->device[0], in ata_sff_softreset()
2003 classes[1] = ata_sff_dev_classify(&link->device[1], in ata_sff_softreset()
2006 DPRINTK("EXIT, classes[0]=%u [1]=%u\n", classes[0], classes[1]); in ata_sff_softreset()
2056 void ata_sff_postreset(struct ata_link *link, unsigned int *classes) in ata_sff_postreset() argument
2060 ata_std_postreset(link, classes); in ata_sff_postreset()
2063 if (classes[0] != ATA_DEV_NONE) in ata_sff_postreset()
2065 if (classes[1] != ATA_DEV_NONE) in ata_sff_postreset()
2069 if (classes[0] == ATA_DEV_NONE && classes[1] == ATA_DEV_NONE) { in ata_sff_postreset()
/Linux-v5.10/tools/usb/usbip/libsrc/
Dnames.c79 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.10/security/
DKconfig.hardening41 This chooses the level of coverage over classes of potentially
50 classes of uninitialized stack variable exploits
59 a __user attribute. This can prevent some classes of
72 explicitly initialized. This can prevent most classes
90 initialized. This is intended to eliminate all classes
99 pattern. This is intended to eliminate all classes
113 value. This is intended to eliminate all classes
/Linux-v5.10/Documentation/driver-api/driver-model/
Dclass.rst8 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
/Linux-v5.10/Documentation/scsi/
Dmegaraid.rst10 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.10/include/linux/platform_data/
Di2c-mux-gpio.h29 const unsigned *classes; member
Di2c-mux-reg.h33 const unsigned int *classes; member
/Linux-v5.10/Documentation/locking/
Dlockdep-design.rst19 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.10/drivers/gpu/drm/nouveau/nvif/
DKbuild14 # Usermode classes
/Linux-v5.10/kernel/
Dauditfilter.c163 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.10/Documentation/ABI/testing/
Dsysfs-class6 subdirectories describing individual classes of devices
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst27 - 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.10/drivers/i2c/muxes/
Di2c-mux-gpio.c193 unsigned int class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_gpio_probe()
Di2c-mux-reg.c217 class = mux->data.classes ? mux->data.classes[i] : 0; in i2c_mux_reg_probe()
/Linux-v5.10/net/dcb/
DKconfig18 framework for assigning bandwidth guarantees to traffic classes.
/Linux-v5.10/fs/minix/
DKconfig6 Minix is a simple operating system used in many classes about OS's.
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/
Ddpaa.rst162 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.10/Documentation/userspace-api/media/v4l/
Dextended-controls.rst32 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

12345