| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | use_after_iter.cocci | 26 iterator name list_for_each_entry_continue; 53 list_for_each_entry_continue@p1(c,...,member) { ... when != break; 94 list_for_each_entry_continue(c,...) S
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | plist.h | 160 list_for_each_entry_continue(pos, &(head)->node_list, node_list) 192 list_for_each_entry_continue(pos, &(head)->node_list, m.node_list)
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | syscore.c | 81 list_for_each_entry_continue(ops, &syscore_ops_list, node) in syscore_suspend()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | segbuf.c | 188 list_for_each_entry_continue(bh, &segbuf->sb_segsum_buffers, in nilfs_segbuf_fill_in_segsum_crc() 212 list_for_each_entry_continue(bh, &segbuf->sb_segsum_buffers, in nilfs_segbuf_fill_in_data_crc()
|
| H A D | segment.c | 1157 list_for_each_entry_continue(ii, head, i_dirty) { in nilfs_segctor_collect_blocks() 1178 list_for_each_entry_continue(ii, head, i_dirty) { in nilfs_segctor_collect_blocks() 1429 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_free_incomplete_logs() 1470 list_for_each_entry_continue(segbuf, logs, sb_list) { in nilfs_cancel_segusage() 1484 list_for_each_entry_continue(segbuf, &sci->sc_segbufs, sb_list) { in nilfs_segctor_truncate_segments()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/ |
| H A D | list.h | 338 #define list_for_each_entry_continue(pos, head, member) \ macro
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_stall.h | 219 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_detail_task_stall_rnp() 275 list_for_each_entry_continue(t, &rnp->blkd_tasks, rcu_node_entry) { in rcu_print_task_stall()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | parman.c | 213 list_for_each_entry_continue(prio, &parman->prio_list, list) in parman_lsort_item_remove()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | overlay.c | 542 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) { in find_dup_cset_node_entry() 576 list_for_each_entry_continue(ce_2, &ovcs->cset.entries, node) { in find_dup_cset_prop()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | wlcore_i.h | 514 list_for_each_entry_continue(wlvif, &wl->wlvif_list, list)
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccp/ |
| H A D | ccp-crypto-main.c | 110 list_for_each_entry_continue(tmp, &req_queue.cmds, entry) { in ccp_crypto_cmd_complete()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/stdio/ |
| H A D | hist.c | 660 list_for_each_entry_continue(fmt_node, &hists->hpp_formats, list) { in hists__fprintf_hierarchy_headers() 700 list_for_each_entry_continue(fmt_node, &hists->hpp_formats, list) { in hists__fprintf_hierarchy_headers()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | fq_impl.h | 36 list_for_each_entry_continue(i, &fq->backlogs, backlogchain) in fq_rejigger_backlog()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | evlist.h | 298 list_for_each_entry_continue(evsel, list, core.node)
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_req.c | 337 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_next() 363 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_ack_pending() 389 list_for_each_entry_continue(req, &connection->transfer_log, tl_requests) { in advance_conn_req_not_net_done()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ |
| H A D | dfs_pri_detector.c | 258 list_for_each_entry_continue(p2, &pde->pulses, head) { in pseq_handler_create_sequences()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | list.h | 471 #define list_for_each_entry_continue(pos, head, member) \ macro
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | lops.c | 671 list_for_each_entry_continue(bd1, blist, bd_list) { in gfs2_before_commit() 686 list_for_each_entry_continue(bd2, blist, bd_list) { in gfs2_before_commit()
|
| /OK3568_Linux_fs/kernel/ |
| H A D | .clang-format | 368 - 'list_for_each_entry_continue'
|
| /OK3568_Linux_fs/kernel/drivers/remoteproc/ |
| H A D | ti_k3_r5_remoteproc.c | 324 list_for_each_entry_continue(core, &cluster->cores, elem) { in k3_r5_lockstep_release() 489 list_for_each_entry_continue(core, &cluster->cores, elem) { in k3_r5_rproc_start()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | mtrr.c | 522 list_for_each_entry_continue(iter->range, &mtrr_state->head, node) in __mtrr_lookup_var_next()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 553 #define list_for_each_entry_continue(pos, head, member) \ macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 445 #define list_for_each_entry_continue(pos, head, member) \ macro
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | list.h | 482 #define list_for_each_entry_continue(pos, head, member) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/ |
| H A D | sched_main.c | 137 list_for_each_entry_continue(entity, &rq->entities, list) { in drm_sched_rq_select_entity()
|