Home
last modified time | relevance | path

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

12

/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/kernel/locking/
H A Dww_mutex.h65 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 Dplist.h265 list_prev_entry(pos, node_list)
/linux/drivers/hwtracing/coresight/
H A Dcoresight-syscfg.c599 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 Dcoresight-core.c468 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 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/mlx5/core/lib/
H A Ddevcom.c319 pos = list_prev_entry(pos, list); in mlx5_devcom_send_event()
/linux/drivers/acpi/riscv/
H A Dirq.c161 prev = list_prev_entry(node, list); in riscv_acpi_register_ext_intc()
/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/drivers/gpu/drm/
H A Ddrm_bridge.c889 next = list_prev_entry(next, chain_node); in drm_atomic_bridge_chain_post_disable()
/linux/drivers/gpu/drm/ttm/
H A Dttm_resource.c195 lru = list_prev_entry(lru, link); in ttm_lru_prev_res()
/linux/tools/perf/util/
H A Dannotate.c2724 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 Dannotate-data.c1045 last_bb->end = list_prev_entry(last_bb->end, al.node);
/linux/fs/
H A Dsuper.c904 return list_prev_entry(sb, s_list); in next_super()
/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/gpu/drm/nouveau/
H A Dnouveau_uvmm.c40 #define list_prev_op(_op) list_prev_entry(_op, entry)
/linux/drivers/pci/hotplug/
H A Dibmphp_res.c1745 *prev = list_prev_entry(bus_cur, bus_list); in find_bus_wprev()
/linux/fs/btrfs/
H A Dtransaction.c2332 prev_trans = list_prev_entry(cur_trans, list); in btrfs_commit_transaction()

12