Home
last modified time | relevance | path

Searched refs:list_prev_entry (Results 1 – 25 of 25) sorted by relevance

/linux/tools/include/linux/
H A Dlist.h421 #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 Dlist.h266 #define list_prev_entry(pos, member) \ macro
298 pos = list_prev_entry(pos, member))
/linux/include/linux/
H A Dplist.h265 list_prev_entry(pos, node_list)
/linux/tools/bpf/bpftool/
H A Dcfg.c48 #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 Dmain.h242 #define nfp_meta_prev(meta) list_prev_entry(meta, l)
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_nve.c462 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 Dmatcher.c324 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 Ddr_matcher.c767 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 Dannotate.c157 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 Dannotate-data.c226 entry = list_prev_entry(entry, node); in browser__prev_entry()
/linux/net/netfilter/ipset/
H A Dip_set_list_set.c289 n = list_prev_entry(prev, list); in list_set_uadd()
/linux/tools/perf/util/
H A Dannotate.c2747 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 Dannotate-data.c1052 last_bb->end = list_prev_entry(last_bb->end, al.node); in fixup_var_address()
H A Dparse-events.c192 struct evsel *pos = list_prev_entry(first_wildcard_match, core.node); in __add_event()
/linux/lib/tests/
H A Dlist-test.c645 KUNIT_EXPECT_PTR_EQ(test, &test_struct1, list_prev_entry(&test_struct2, in list_test_list_prev_entry()
/linux/drivers/firewire/
H A Dnet.c319 fi2 = list_prev_entry(fi, fi_link); in fwnet_frag_new()
/linux/drivers/pci/hotplug/
H A Dibmphp_res.c1745 *prev = list_prev_entry(bus_cur, bus_list); in find_bus_wprev()
/linux/fs/
H A Dsuper.c969 return list_prev_entry(sb, s_list); in next_super()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c40 #define list_prev_op(_op) list_prev_entry(_op, entry)
/linux/fs/btrfs/
H A Dtransaction.c2328 prev_trans = list_prev_entry(cur_trans, list); in btrfs_commit_transaction()
H A Dblock-group.c1518 prev_trans = list_prev_entry(trans->transaction, list); in clean_pinned_extents()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c2585 vdev = list_prev_entry(vdev, vdev.dev_set_list); in vfio_pci_dev_set_hot_reset()
/linux/drivers/accel/habanalabs/common/
H A Dmemory.c451 prev = list_prev_entry(va_block, node); in merge_va_blocks_locked()
/linux/kernel/sched/
H A Dtopology.c1732 insert_entry = list_prev_entry(entry, link); in asym_cpu_capacity_update_data()
/linux/net/netfilter/
H A Dnf_tables_api.c3853 prule = list_prev_entry(rule, list); in nf_tables_rule_notify()