| /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/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/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/tools/perf/util/ |
| H A D | annotate.c | 2747 prev = list_prev_entry(curr, al.node); in annotation__next_asm_line() 2750 prev = list_prev_entry(prev, al.node); in annotation__next_asm_line()
|
| H A D | annotate-data.c | 1052 last_bb->end = list_prev_entry(last_bb->end, al.node); in fixup_var_address()
|
| H A D | parse-events.c | 192 struct evsel *pos = list_prev_entry(first_wildcard_match, core.node); in __add_event()
|
| /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/firewire/ |
| H A D | net.c | 319 fi2 = list_prev_entry(fi, fi_link); in fwnet_frag_new()
|
| /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/ |
| H A D | super.c | 969 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)
|
| /linux/fs/btrfs/ |
| H A D | transaction.c | 2328 prev_trans = list_prev_entry(cur_trans, list); in btrfs_commit_transaction()
|
| H A D | block-group.c | 1518 prev_trans = list_prev_entry(trans->transaction, list); in clean_pinned_extents()
|
| /linux/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 2585 vdev = list_prev_entry(vdev, vdev.dev_set_list); in vfio_pci_dev_set_hot_reset()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | memory.c | 451 prev = list_prev_entry(va_block, node); in merge_va_blocks_locked()
|
| /linux/kernel/sched/ |
| H A D | topology.c | 1732 insert_entry = list_prev_entry(entry, link); in asym_cpu_capacity_update_data()
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 3853 prule = list_prev_entry(rule, list); in nf_tables_rule_notify()
|