| /linux-6.15/include/linux/ |
| H A D | list.h | 760 #define list_entry_is_head(pos, head, member) \ macro 771 !list_entry_is_head(pos, head, member); \ 782 !list_entry_is_head(pos, head, member); \ 807 !list_entry_is_head(pos, head, member); \ 821 !list_entry_is_head(pos, head, member); \ 833 for (; !list_entry_is_head(pos, head, member); \ 846 for (; !list_entry_is_head(pos, head, member); \ 859 !list_entry_is_head(pos, head, member); \ 875 !list_entry_is_head(pos, head, member); \ 890 !list_entry_is_head(pos, head, member); \ [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | mptcp_bpf.h | 23 #define list_entry_is_head(pos, head, member) \ macro 29 !list_entry_is_head(pos, head, member) && can_loop; \
|
| /linux-6.15/scripts/include/ |
| H A D | list.h | 275 #define list_entry_is_head(pos, head, member) \ macro 286 !list_entry_is_head(pos, head, member); \ 297 !list_entry_is_head(pos, head, member); \ 310 !list_entry_is_head(pos, head, member); \
|
| /linux-6.15/kernel/locking/ |
| H A D | ww_mutex.h | 14 if (list_entry_is_head(w, &lock->wait_list, list)) in __ww_waiter_first() 24 if (list_entry_is_head(w, &lock->wait_list, list)) in __ww_waiter_next() 34 if (list_entry_is_head(w, &lock->wait_list, list)) in __ww_waiter_prev() 46 if (list_entry_is_head(w, &lock->wait_list, list)) in __ww_waiter_last()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | devcom.c | 294 if (list_entry_is_head(pos, &comp->comp_dev_list_head, list)) in mlx5_devcom_send_event() 362 if (list_entry_is_head(tmp, &comp->comp_dev_list_head, list)) in mlx5_devcom_get_next_peer_data() 391 if (list_entry_is_head(tmp, &comp->comp_dev_list_head, list)) in mlx5_devcom_get_next_peer_data_rcu()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_extent_busy.c | 583 } while (!list_entry_is_head(busyp, list, list) && in xfs_extent_busy_clear() 592 } while (!list_entry_is_head(busyp, list, list)); in xfs_extent_busy_clear()
|
| /linux-6.15/scripts/coccinelle/iterators/ |
| H A D | use_after_iter.cocci | 126 list_entry_is_head(c,...)
|
| /linux-6.15/mm/ |
| H A D | page_reporting.c | 251 if (!list_entry_is_head(next, list, lru) && !list_is_first(&next->lru, list)) in page_reporting_cycle()
|
| /linux-6.15/drivers/gpu/drm/imagination/ |
| H A D | pvr_context.c | 451 while (!list_entry_is_head(ctx, &pvr_file->contexts, file_link)) { in pvr_destroy_contexts_for_file()
|
| /linux-6.15/lib/tests/ |
| H A D | list-test.c | 571 list_entry_is_head((&test_struct1), &test_struct1.list, list), in list_test_list_entry_is_head() 574 list_entry_is_head((&test_struct2), &test_struct1.list, list), in list_test_list_entry_is_head() 577 list_entry_is_head((&test_struct3), &test_struct1.list, list), in list_test_list_entry_is_head()
|
| /linux-6.15/kernel/debug/kdb/ |
| H A D | kdb_main.c | 776 if (list_entry_is_head(kp, &kdb_cmds_head, list_node)) { in kdb_exec_defcmd() 1012 if (list_entry_is_head(tp, &kdb_cmds_head, list_node)) { in kdb_parse() 1019 if (!list_entry_is_head(tp, &kdb_cmds_head, list_node)) { in kdb_parse()
|
| /linux-6.15/net/9p/ |
| H A D | trans_xen.c | 130 if (list_entry_is_head(priv, &xen_9pfs_devs, list)) in p9_xen_request()
|
| /linux-6.15/security/apparmor/ |
| H A D | apparmorfs.c | 2106 if (!list_entry_is_head(next, &parent->sub_ns, base.list)) { in __next_ns() 2165 if (!list_entry_is_head(p, &parent->base.profiles, base.list)) in __next_profile() 2174 if (!list_entry_is_head(p, &ns->base.profiles, base.list)) in __next_profile()
|
| /linux-6.15/sound/soc/sprd/ |
| H A D | sprd-mcdt.c | 880 if (list_entry_is_head(temp, &sprd_mcdt_chan_list, list)) in sprd_mcdt_request_chan()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | pcm.c | 763 if (list_entry_is_head(pos, &bus->stream_list, list) && in avs_hda_stream_start() 799 if (list_entry_is_head(pos, &bus->stream_list, list) && in avs_hda_stream_stop()
|
| /linux-6.15/net/ipv4/ |
| H A D | udp_tunnel_nic.c | 844 if (list_entry_is_head(node, &info->shared->devices, list)) in udp_tunnel_nic_unregister()
|
| /linux-6.15/fs/smb/client/ |
| H A D | sess.c | 251 if (list_entry_is_head(iface, &ses->iface_list, iface_head)) { in cifs_try_adding_channels() 399 if (list_entry_is_head(iface, &ses->iface_list, iface_head)) { in cifs_chan_update_iface()
|
| /linux-6.15/drivers/power/supply/ |
| H A D | cpcap-battery.c | 884 if (list_entry_is_head(d, &ddata->irq_list, node)) in cpcap_battery_irq_thread()
|
| /linux-6.15/fs/btrfs/ |
| H A D | tree-log.c | 6095 while (!list_entry_is_head(curr, delayed_ins_list, log_list)) { in log_delayed_insertion_items() 6146 while (!list_entry_is_head(curr, delayed_del_list, log_list)) { in log_delayed_deletions_full() 6158 while (!list_entry_is_head(next, delayed_del_list, log_list)) { in log_delayed_deletions_full() 6194 !list_entry_is_head(next, delayed_del_list, log_list)) { in batch_delete_dir_index_items() 6229 while (!list_entry_is_head(curr, delayed_del_list, log_list)) { in log_delayed_deletions_incremental()
|
| /linux-6.15/sound/soc/intel/catpt/ |
| H A D | pcm.c | 362 if (list_entry_is_head(pos, &component->card->snd_card->controls, list)) in catpt_dai_apply_usettings()
|
| /linux-6.15/net/tipc/ |
| H A D | name_table.c | 970 if (list_entry_is_head(p, &sr->all_publ, all_publ)) in __tipc_nl_add_nametable_publ()
|
| /linux-6.15/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 843 if (list_entry_is_head(vlan, &edev->vlan_list, list)) { in qede_vlan_rx_kill_vid()
|
| /linux-6.15/drivers/vfio/pci/ |
| H A D | vfio_pci_core.c | 2461 if (!list_entry_is_head(vdev, in vfio_pci_dev_set_hot_reset()
|
| /linux-6.15/kernel/ |
| H A D | kprobes.c | 1757 if (list_entry_is_head(list_p, &ap->list, list)) { in __unregister_kprobe_top()
|
| /linux-6.15/fs/ |
| H A D | locks.c | 2843 if (list_entry_is_head(tmp, &node->flc_blocker->flc_blocked_requests, in get_next_blocked_member()
|