Searched refs:DIM (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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-v4.19/tools/perf/util/ |
D | sort.c | 1558 #define DIM(d, n, func) [d] = { .name = n, .entry = &(func) } macro 1561 DIM(SORT_PID, "pid", sort_thread), 1562 DIM(SORT_COMM, "comm", sort_comm), 1563 DIM(SORT_DSO, "dso", sort_dso), 1564 DIM(SORT_SYM, "symbol", sort_sym), 1565 DIM(SORT_PARENT, "parent", sort_parent), 1566 DIM(SORT_CPU, "cpu", sort_cpu), 1567 DIM(SORT_SOCKET, "socket", sort_socket), 1568 DIM(SORT_SRCLINE, "srcline", sort_srcline), 1569 DIM(SORT_SRCFILE, "srcfile", sort_srcfile), [all …]
|
/Linux-v4.19/Documentation/leds/ |
D | leds-lp3944.txt | 17 DIM modes; it could even be used as a gpio expander but this driver assumes it 20 The DIM modes are used to set _blink_ patterns for leds, the pattern is
|