| /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/kernel/locking/ |
| H A D | ww_mutex.h | 65 return list_prev_entry(w, list); in __ww_waiter_prev() 75 w = list_prev_entry(w, list); in __ww_waiter_last()
|
| /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 | 468 parent = list_prev_entry(nd, link)->csdev; in coresight_disable_path_from() 554 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/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/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/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/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/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/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/net/netfilter/ipset/ |
| H A D | ip_set_list_set.c | 289 n = list_prev_entry(prev, list); in list_set_uadd()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_bridge.c | 889 next = list_prev_entry(next, chain_node); in drm_atomic_bridge_chain_post_disable()
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_resource.c | 195 lru = list_prev_entry(lru, link); in ttm_lru_prev_res()
|
| /linux/tools/perf/util/ |
| H A D | annotate.c | 2724 prev = list_prev_entry(curr, al.node); in annotation__prev_asm_line() 2727 prev = list_prev_entry(prev, al.node); in annotation__prev_asm_line()
|
| H A D | annotate-data.c | 1045 last_bb->end = list_prev_entry(last_bb->end, al.node);
|
| /linux/fs/ |
| H A D | super.c | 904 return list_prev_entry(sb, s_list); in next_super()
|
| /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/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_uvmm.c | 40 #define list_prev_op(_op) list_prev_entry(_op, entry)
|
| /linux/drivers/pci/hotplug/ |
| H A D | ibmphp_res.c | 1745 *prev = list_prev_entry(bus_cur, bus_list); in find_bus_wprev()
|
| /linux/fs/btrfs/ |
| H A D | transaction.c | 2332 prev_trans = list_prev_entry(cur_trans, list); in btrfs_commit_transaction()
|