Searched refs:DIM (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/Documentation/networking/ |
D | net_dim.txt | 1 Net DIM - Generic Network Dynamic Interrupt Moderation 13 - The Net DIM Algorithm 14 - Registering a Network Device to DIM 27 Dynamic Interrupt Moderation (DIM) (in networking) refers to changing the 31 runtime data sampled from the system. Net DIM is such a mechanism. In each 36 samples is also measured. Net DIM compares the current and the previous data and 40 number of wanted packets per event. The Net DIM algorithm ascribes importance to 44 Part II: The Net DIM Algorithm 47 Each iteration of the Net DIM algorithm follows these steps: 54 supplied by the driver registered to Net DIM. The previous data is the new data [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | sort.c | 1659 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 1662 DIM(SORT_PID, "pid", sort_thread), 1663 DIM(SORT_COMM, "comm", sort_comm), 1664 DIM(SORT_DSO, "dso", sort_dso), 1665 DIM(SORT_SYM, "symbol", sort_sym), 1666 DIM(SORT_PARENT, "parent", sort_parent), 1667 DIM(SORT_CPU, "cpu", sort_cpu), 1668 DIM(SORT_SOCKET, "socket", sort_socket), 1669 DIM(SORT_SRCLINE, "srcline", sort_srcline), 1670 DIM(SORT_SRCFILE, "srcfile", sort_srcfile), [all …]
|
/Linux-v5.4/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
|