Searched refs:list_next_entry (Results 101 - 121 of 121) sorted by path

12345

/linux-master/net/sched/
H A Dact_gate.c94 next = list_next_entry(next, list);
H A Dcls_api.c1077 NULL : list_next_entry(chain, list);
1085 NULL : list_next_entry(chain, list);
H A Dsch_taprio.c954 next = list_next_entry(entry, list);
/linux-master/net/sctp/
H A Dassociola.c1290 for (trans = list_next_entry(trans, transports); 1;
1291 trans = list_next_entry(trans, transports)) {
H A Dsocket.c9127 for (tmp = list_next_entry(tmp, asocs); 1;
9128 tmp = list_next_entry(tmp, asocs)) {
/linux-master/net/smc/
H A Dsmc_llc.c592 buf_next = list_next_entry(buf_pos, list);
/linux-master/net/tipc/
H A Dcrypto.c494 *tfm_entry = list_next_entry(*tfm_entry, list);
/linux-master/scripts/kconfig/
H A Dlist.h170 * list_next_entry - get the next element in list
174 #define list_next_entry(pos, member) \ macro
195 pos = list_next_entry(pos, member))
206 n = list_next_entry(pos, member); \
208 pos = n, n = list_next_entry(n, member))
/linux-master/scripts/mod/
H A Dlist.h173 * list_next_entry - get the next element in list
177 #define list_next_entry(pos, member) \ macro
198 pos = list_next_entry(pos, member))
209 n = list_next_entry(pos, member); \
211 pos = n, n = list_next_entry(n, member))
/linux-master/security/apparmor/
H A Dapparmorfs.c2101 next = list_next_entry(ns, base.list);
2160 p = list_next_entry(p, base.list);
2169 p = list_next_entry(p, base.list);
/linux-master/sound/soc/codecs/
H A Dhda.c30 for (i = 0; i < pcm_count; i++, pcm = list_next_entry(pcm, list)) {
/linux-master/sound/soc/intel/avs/boards/
H A Dhdaudio.c34 for (i = 0; i < pcm_count; i++, pcm = list_next_entry(pcm, list)) {
/linux-master/sound/soc/intel/avs/
H A Dpath.c711 sink = list_next_entry(mod, node);
H A Dpcm.c1496 for (i = 0; i < pcm_count; i++, pcm = list_next_entry(pcm, list)) {
/linux-master/tools/bpf/bpftool/
H A Dcfg.c49 #define func_next(func) list_next_entry(func, l)
51 #define bb_next(bb) list_next_entry(bb, l)
/linux-master/tools/include/linux/
H A Dlist.h399 * list_next_entry - get the next element in list
403 #define list_next_entry(pos, member) \ macro
460 pos = list_next_entry(pos, member))
494 for (pos = list_next_entry(pos, member); \
496 pos = list_next_entry(pos, member))
522 pos = list_next_entry(pos, member))
533 n = list_next_entry(pos, member); \
535 pos = n, n = list_next_entry(n, member))
548 for (pos = list_next_entry(pos, member), \
549 n = list_next_entry(po
[all...]
/linux-master/tools/lib/perf/
H A Devlist.c129 next = list_next_entry(prev, node);
/linux-master/tools/perf/util/
H A Dannotate.c3797 next = list_next_entry(dl, al.node);
H A Dcallchain.c1735 pair_chain = list_next_entry(pair_chain, list);
1743 pair_chain = list_next_entry(pair_chain, list);
H A Dstream.c263 pair_chain = list_next_entry(pair_chain, list);
H A Dthread.c185 curr = list_next_entry(new, list);

Completed in 537 milliseconds

12345