Searched refs:DIM (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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 …]
|
/linux-6.6.21/tools/perf/util/ |
D | sort.c | 2156 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 2159 DIM(SORT_PID, "pid", sort_thread), 2160 DIM(SORT_COMM, "comm", sort_comm), 2161 DIM(SORT_DSO, "dso", sort_dso), 2162 DIM(SORT_SYM, "symbol", sort_sym), 2163 DIM(SORT_PARENT, "parent", sort_parent), 2164 DIM(SORT_CPU, "cpu", sort_cpu), 2165 DIM(SORT_SOCKET, "socket", sort_socket), 2166 DIM(SORT_SRCLINE, "srcline", sort_srcline), 2167 DIM(SORT_SRCFILE, "srcfile", sort_srcfile), [all …]
|
/linux-6.6.21/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
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-class-led-driver-aw200xx | 3 Description: 64-level DIM current. If you write a negative value or
|
/linux-6.6.21/lib/crypto/mpi/ |
D | ec.c | 30 #define DIM(v) (sizeof(v)/sizeof((v)[0])) macro 595 for (i = 0; i < DIM(bad_points_table); i++) { in mpi_ec_init() 604 for (j = 0; i < DIM(ctx->t.scratch) && bad_points_table[i][j]; j++) in mpi_ec_init() 609 for (i = 0; i < DIM(ctx->t.scratch); i++) in mpi_ec_init() 640 for (i = 0; i < DIM(ctx->t.scratch) && ctx->t.scratch[i]; i++) in mpi_ec_init() 671 for (i = 0; i < DIM(ctx->t.scratch); i++) in mpi_ec_deinit()
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 206 More information about Adaptive Interrupt Moderation (DIM) can be found in
|