/linux-6.12.1/net/sched/ |
D | sch_ets.c | 14 * classes at will. Instead one specifies number of classes, how many are 20 * The strict classes, if any, are tried for traffic first: first band 0, if it 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() 208 /* Classes can be added and removed only through Qdisc_ops.change in ets_class_change() 400 return &q->classes[q->prio2band[band & TC_PRIO_MAX]]; in ets_classify() [all …]
|
D | sch_qfq.c | 40 QFQ+ divides classes into aggregates of at most MAX_AGG_CLASSES 41 classes. Each aggregate is timestamped with a virtual start time S 44 time function V. The classes within each aggregate are instead 51 schedules groups, then aggregates within groups, then classes within 91 * Maximum number of consecutive slots occupied by backlogged classes 100 * for the classes in the aggregate. 118 #define QFQ_MAX_AGG_CLASSES 8 /* max num classes per aggregate allowed */ 137 struct list_head alist; /* Link for active-classes list. */ 154 /* Max pkt size for the classes in this aggregate, DRR quantum. */ 157 u32 inv_w; /* ONE_FP/(sum of weights of classes in aggr.). */ [all …]
|
/linux-6.12.1/Documentation/mm/ |
D | zsmalloc.rst | 40 # cat /sys/kernel/debug/zsmalloc/zram0/classes 98 zsmalloc has 255 size classes, each of which can hold a number of zspages. 103 As an optimization, zsmalloc merges size classes that have similar 107 For instance, consider the following size classes::: 116 Size classes #95-99 are merged with size class #100. This means that when we 144 dewer class mergers, resulting in a more compact grouping of classes, which 147 Let's take a closer look at the bottom of `/sys/kernel/debug/zsmalloc/zramX/classes`::: 159 in huge classes do not share pages). 162 for the huge size class and fewer huge classes overall. This allows for more 207 pages per zspage number of size classes (clusters) huge size class watermark [all …]
|
/linux-6.12.1/include/uapi/linux/ |
D | dcbnl.h | 148 * @pfc_cap: Indicates the number of traffic classes on the local device 150 * @pfc_en: bitmap indicating pfc enabled traffic classes 186 * @tcs_supported: number of traffic classes supported 204 * @pfc_en: bitmap indicating pfc enabled traffic classes 205 * @tcs_supported: number of traffic classes supported 291 * @DCB_CMD_GNUMTCS: get the number of traffic classes currently supported 292 * @DCB_CMD_SNUMTCS: set the number of traffic classes 362 * @DCB_ATTR_NUM_TC: number of traffic classes supported in the device (NLA_U8) 367 * @DCB_ATTR_NUMTCS: number of traffic classes supported (NLA_NESTED) 532 * @DCB_PG_ATTR_TC_ALL: apply to all traffic classes (NLA_NESTED) [all …]
|
D | ioprio.h | 9 * Gives us 8 prio classes with 13-bits of data for each class 21 * These are the io priority classes as implemented by the BFQ and mq-deadline 39 * The RT and BE priority classes both support up to 8 priority levels that
|
/linux-6.12.1/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-6.12.1/drivers/base/ |
D | transport_class.c | 3 * transport_class.c - implementation of generic transport classes 10 * or more tranport classes for performing transport specific 14 * Thus, the HBA's use the routines exported by the transport classes 15 * to perform these functions. The transport classes export certain 46 * DECLARE_TRANSPORT_CLASS() to do this (declared classes still must 140 * classes wishes to associate with the added device. This allocates
|
/linux-6.12.1/security/ |
D | Kconfig.hardening | 51 This chooses the level of coverage over classes of potentially 60 classes of uninitialized stack variable exploits 70 a __user attribute. This can prevent some classes of 84 explicitly initialized. This can prevent most classes 103 initialized. This is intended to eliminate all classes 119 all classes of uninitialized stack variable exploits and 138 classes of uninitialized stack variable exploits and
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/ |
D | fw_qos.h | 58 * classes of a given port and device. 70 * traffic classes (ETS) and configured rate limit for traffic classes. 78 * classes within a TC group must equal 100% for correct operation.
|
/linux-6.12.1/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-6.12.1/Documentation/sphinx/ |
D | kernel_include.py | 157 classes=self.options.get('class', [])) 170 for classes, value in tokens: 171 if classes: 173 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}
|
/linux-6.12.1/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 4 # This is a library defining some events types classes, which could 7 # Currently there are just a few classes defined for examples, 10 # event classes based on requirements.
|
/linux-6.12.1/drivers/staging/media/rkvdec/ |
D | rkvdec-vp9.c | 62 u8 classes[2][10]; member 119 u32 classes[2][11 + 1]; member 294 memcpy(rkprobs->mv.classes, probs->mv.classes, in init_inter_probs() 295 sizeof(rkprobs->mv.classes)); in init_inter_probs() 903 u32 classes[2][11]; in rkvdec_vp9_done() local 907 for (i = 0; i < ARRAY_SIZE(classes); ++i) in rkvdec_vp9_done() 908 memcpy(classes[i], inter_cnts->classes[i], sizeof(classes[0])); in rkvdec_vp9_done() 909 counts->classes = &classes; in rkvdec_vp9_done() 957 * rk hardware actually uses "u32 classes[2][11 + 1];" in rkvdec_init_v4l2_vp9_count_tbl() 958 * instead of "u32 classes[2][11];", so this must be explicitly in rkvdec_init_v4l2_vp9_count_tbl() [all …]
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | core.json | 70 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a… 77 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a… 84 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a…
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | core.json | 70 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a… 77 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a… 84 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a…
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | core.json | 71 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a… 78 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a… 85 …nstructions retired. The UnitMask allows the selection of the individual classes of instructions a…
|
/linux-6.12.1/drivers/ata/ |
D | libata-eh.c | 2590 unsigned int *classes, unsigned long deadline, in ata_do_reset() argument 2597 classes[dev->devno] = ATA_DEV_UNKNOWN; in ata_do_reset() 2599 return reset(link, classes, deadline); in ata_do_reset() 2621 unsigned int *classes = ehc->classes; in ata_eh_reset() local 2723 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2734 * bang classes, thaw and return. in ata_eh_reset() 2738 classes[dev->devno] = ATA_DEV_NONE; in ata_eh_reset() 2764 trace_ata_link_hardreset_begin(link, classes, deadline); in ata_eh_reset() 2767 trace_ata_link_softreset_begin(link, classes, deadline); in ata_eh_reset() 2770 rc = ata_do_reset(link, reset, classes, deadline, true); in ata_eh_reset() [all …]
|
/linux-6.12.1/include/linux/sched/ |
D | rt.h | 29 * Returns true if a task has a priority that belongs to RT or DL classes. 39 * Returns true if a task has a policy that belongs to RT or DL classes.
|
/linux-6.12.1/include/media/ |
D | v4l2-vp9.h | 20 * @classes: motion vector class probabilities. 33 u8 classes[2][10]; member 104 * @classes: motion vector class counts. 135 u32 (*classes)[2][11]; member
|
/linux-6.12.1/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-6.12.1/drivers/net/ethernet/netronome/nfp/ |
D | nfp_abi.h | 62 * @ingress_tc_count: number of ingress trafic classes 63 * @egress_tc_count: number of egress trafic classes
|
/linux-6.12.1/drivers/scsi/ |
D | scsi_pm.c | 169 /* Insert hooks here for targets, hosts, and transport classes */ in scsi_runtime_suspend() 196 /* Insert hooks here for targets, hosts, and transport classes */ in scsi_runtime_resume() 205 /* Insert hooks here for targets, hosts, and transport classes */ in scsi_runtime_idle()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/ |
D | system_global.h | 15 * - The system is hetereogeneous; Multiple cells and devices classes 21 * We could manage different device classes through the enumerated 22 * lists (C) or the use of classes (C++), but that is presently not
|
/linux-6.12.1/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dcb.c | 128 /* Set number of supported traffic classes */ in xgbe_dcb_ieee_getets() 183 "exceeded number of supported traffic classes\n"); in xgbe_dcb_ieee_setets() 215 /* Set number of supported PFC traffic classes */ in xgbe_dcb_ieee_getpfc() 236 /* Check PFC for supported number of traffic classes */ in xgbe_dcb_ieee_setpfc()
|