| /linux/tools/include/linux/ |
| H A D | list.h | 421 #define list_prev_entry(pos, member) \ macro 481 pos = list_prev_entry(pos, member)) 518 for (pos = list_prev_entry(pos, member); \ 520 pos = list_prev_entry(pos, member)) 590 n = list_prev_entry(pos, member); \ 592 pos = n, n = list_prev_entry(n, member))
|
| /linux/scripts/include/ |
| H A D | list.h | 266 #define list_prev_entry(pos, member) \ macro 298 pos = list_prev_entry(pos, member))
|
| /linux/include/linux/ |
| H A D | plist.h | 265 list_prev_entry(pos, node_list)
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-syscfg.c | 599 err = cscfg_owner_get(list_prev_entry(owner_info, item)); in cscfg_load_config_sets() 628 cscfg_owner_put(list_prev_entry(owner_info, item)); in cscfg_load_config_sets() 703 cscfg_owner_put(list_prev_entry(owner_info, item)); in cscfg_unload_config_sets()
|
| H A D | coresight-core.c | 465 parent = list_prev_entry(nd, link)->csdev; in coresight_disable_path_from() 551 parent = list_prev_entry(nd, link)->csdev; in coresight_enable_path()
|
| /linux/tools/bpf/bpftool/ |
| H A D | cfg.c | 48 #define func_prev(func) list_prev_entry(func, l) 50 #define bb_prev(bb) list_prev_entry(bb, l)
|
| /linux/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | main.h | 242 #define nfp_meta_prev(meta) list_prev_entry(meta, l)
|
| /linux/kernel/locking/ |
| H A D | ww_mutex.h | 33 w = list_prev_entry(w, list); in __ww_waiter_prev()
|
| /linux/drivers/acpi/riscv/ |
| H A D | irq.c | 161 prev = list_prev_entry(node, list); in riscv_acpi_register_ext_intc()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | devcom.c | 319 pos = list_prev_entry(pos, list); in mlx5_devcom_send_event()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_nve.c | 462 err = mlxsw_sp_nve_mc_record_refresh(list_prev_entry(mc_record, list)); in mlxsw_sp_nve_mc_record_ip_add() 503 prev_record = list_prev_entry(mc_record, list); in mlxsw_sp_nve_mc_record_entry_del()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_breadcrumbs.c | 124 i915_seqno_passed(list_prev_entry(rq, signal_link)->fence.seqno, in check_signal_order()
|
| /linux/include/drm/ |
| H A D | drm_bridge.h | 1419 return drm_bridge_get(list_prev_entry(bridge, chain_node)); in drm_bridge_get_prev_bridge()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_matcher.c | 767 prev_nic_matcher = list_prev_entry(next_nic_matcher, list_node); in mlx5dr_matcher_add_to_tbl_nic() 1081 prev_nic_matcher = list_prev_entry(nic_matcher, list_node); in mlx5dr_matcher_remove_from_tbl_nic()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | matcher.c | 324 prev = list_prev_entry(matcher, list_node); in hws_matcher_disconnect_isolated() 407 prev = list_prev_entry(matcher, list_node); in hws_matcher_disconnect()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | annotate.c | 157 struct disasm_line *pos = list_prev_entry(cursor, al.node); in is_fused() 162 pos = list_prev_entry(pos, al.node); in is_fused()
|
| H A D | annotate-data.c | 226 entry = list_prev_entry(entry, node); in browser__prev_entry()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_bridge.c | 855 next = list_prev_entry(next, chain_node); in drm_atomic_bridge_chain_post_disable()
|
| /linux/net/netfilter/ipset/ |
| H A D | ip_set_list_set.c | 289 n = list_prev_entry(prev, list); in list_set_uadd()
|
| /linux/mm/ |
| H A D | swapfile.c | 3850 while ((page = list_prev_entry(page, lru)) != head) { in swap_count_continued() 3873 while ((page = list_prev_entry(page, lru)) != head) { in swap_count_continued()
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 2725 prev = list_prev_entry(curr, al.node); in annotation__prev_asm_line() 2728 prev = list_prev_entry(prev, al.node); in annotation__prev_asm_line()
|
| H A D | annotate-data.c | 1029 last_bb->end = list_prev_entry(last_bb->end, al.node); in prepend_basic_blocks()
|
| /linux/lib/tests/ |
| H A D | list-test.c | 645 KUNIT_EXPECT_PTR_EQ(test, &test_struct1, list_prev_entry(&test_struct2, in list_test_list_prev_entry()
|
| /linux/fs/ |
| H A D | super.c | 904 return list_prev_entry(sb, s_list); in next_super()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 40 #define list_prev_op(_op) list_prev_entry(_op, entry)
|