Searched refs:DIM (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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.1.9/tools/perf/util/ |
D | sort.c | 2010 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 2013 DIM(SORT_PID, "pid", sort_thread), 2014 DIM(SORT_COMM, "comm", sort_comm), 2015 DIM(SORT_DSO, "dso", sort_dso), 2016 DIM(SORT_SYM, "symbol", sort_sym), 2017 DIM(SORT_PARENT, "parent", sort_parent), 2018 DIM(SORT_CPU, "cpu", sort_cpu), 2019 DIM(SORT_SOCKET, "socket", sort_socket), 2020 DIM(SORT_SRCLINE, "srcline", sort_srcline), 2021 DIM(SORT_SRCFILE, "srcfile", sort_srcfile), [all …]
|
/linux-6.1.9/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.1.9/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()
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/amazon/ |
D | ena.rst | 205 More information about Adaptive Interrupt Moderation (DIM) can be found in
|