Searched refs:DIM (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/networking/ |
| 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 28 samples is also measured. Net DIM compares the current and the previous data and 32 number of wanted packets per event. The Net DIM algorithm ascribes importance to 36 Net DIM Algorithm 39 Each iteration of the Net DIM algorithm follows these steps: 47 supplied by the driver registered to Net DIM. The previous data is the new data 58 certain percentage. Also, since Net DIM does not measure anything by itself, it 75 the Net DIM API and provided by the registered driver. [all …]
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | sort.c | 1687 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 1690 DIM(SORT_PID, "pid", sort_thread), 1691 DIM(SORT_COMM, "comm", sort_comm), 1692 DIM(SORT_DSO, "dso", sort_dso), 1693 DIM(SORT_SYM, "symbol", sort_sym), 1694 DIM(SORT_PARENT, "parent", sort_parent), 1695 DIM(SORT_CPU, "cpu", sort_cpu), 1696 DIM(SORT_SOCKET, "socket", sort_socket), 1697 DIM(SORT_SRCLINE, "srcline", sort_srcline), 1698 DIM(SORT_SRCFILE, "srcfile", sort_srcfile), [all …]
|
| /kernel/linux/linux-5.10/Documentation/leds/ |
| 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
|
| /kernel/linux/linux-5.10/lib/mpi/ |
| 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()
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/amazon/ |
| D | ena.rst | 208 More information about Adaptive Interrupt Moderation (DIM) can be found in
|