Searched refs:DIM (Results 1 – 5 of 5) sorted by relevance
| /linux/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/tools/perf/util/ |
| A D | sort.c | 1839 DIM(SORT_PID, "pid", sort_thread), 1840 DIM(SORT_COMM, "comm", sort_comm), 1841 DIM(SORT_DSO, "dso", sort_dso), 1842 DIM(SORT_SYM, "symbol", sort_sym), 1844 DIM(SORT_CPU, "cpu", sort_cpu), 1864 #undef DIM 1882 #undef DIM 1900 #undef DIM 1917 DIM(PERF_HPP__SAMPLES, "sample"), 1918 DIM(PERF_HPP__PERIOD, "period"), [all …]
|
| /linux/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/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/Documentation/networking/device_drivers/ethernet/amazon/ |
| A D | ena.rst | 205 More information about Adaptive Interrupt Moderation (DIM) can be found in
|
Completed in 27 milliseconds