Searched refs:DIM (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/Documentation/networking/ |
A D | net_dim.rst | 2 Net DIM - Generic Network Dynamic Interrupt Moderation 19 Dynamic Interrupt Moderation (DIM) (in networking) refers to changing the 23 runtime data sampled from the system. Net DIM is such a mechanism. In each 36 Net DIM Algorithm 39 Each iteration of the Net DIM algorithm follows these steps: 75 the Net DIM API and provided by the registered driver. 85 Registering a Network Device to DIM 88 Net DIM API exposes the main function net_dim(). 110 data structure and use it as the main Net DIM API object. 158 /* Call net DIM */ [all …]
|
/linux-6.3-rc2/tools/perf/util/ |
A D | sort.c | 2116 DIM(SORT_PID, "pid", sort_thread), 2117 DIM(SORT_COMM, "comm", sort_comm), 2118 DIM(SORT_DSO, "dso", sort_dso), 2119 DIM(SORT_SYM, "symbol", sort_sym), 2121 DIM(SORT_CPU, "cpu", sort_cpu), 2147 #undef DIM 2167 #undef DIM 2185 #undef DIM 2202 DIM(PERF_HPP__SAMPLES, "sample"), 2203 DIM(PERF_HPP__PERIOD, "period"), [all …]
|
/linux-6.3-rc2/Documentation/leds/ |
A D | leds-lp3944.rst | 23 DIM modes; it could even be used as a gpio expander but this driver assumes it 26 The DIM modes are used to set _blink_ patterns for leds, the pattern is
|
/linux-6.3-rc2/lib/mpi/ |
A D | ec.c | 30 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro 592 for (i = 0; i < DIM(bad_points_table); i++) { in mpi_ec_init() 601 for (j = 0; i < DIM(ctx->t.scratch) && bad_points_table[i][j]; j++) in mpi_ec_init() 606 for (i = 0; i < DIM(ctx->t.scratch); i++) in mpi_ec_init() 637 for (i = 0; i < DIM(ctx->t.scratch) && ctx->t.scratch[i]; i++) in mpi_ec_init() 668 for (i = 0; i < DIM(ctx->t.scratch); i++) in mpi_ec_deinit()
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/amazon/ |
A D | ena.rst | 205 More information about Adaptive Interrupt Moderation (DIM) can be found in
|
Completed in 21 milliseconds