Home
last modified time | relevance | path

Searched defs:head (Results 76 – 100 of 1721) sorted by relevance

12345678910>>...69

/openbmc/linux/include/linux/
H A Drculist_nulls.h45 #define hlist_nulls_first_rcu(head) \ argument
167 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument
182 #define hlist_nulls_for_each_entry_safe(tpos, pos, head, member) \ argument
H A Dbtree.h216 #define btree_for_each_safel(head, key, val) \ argument
227 #define btree_for_each_safe32(head, key, val) \ argument
239 #define btree_for_each_safe64(head, key, val) \ argument
H A Dacpi_iort.h54 void iort_get_rmr_sids(struct fwnode_handle *iommu_fwnode, struct list_head *head) { } in iort_get_rmr_sids()
56 void iort_put_rmr_sids(struct fwnode_handle *iommu_fwnode, struct list_head *head) { } in iort_put_rmr_sids()
63 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head) in iort_iommu_get_resv_regions()
H A Dnotifier.h62 struct notifier_block __rcu *head; member
67 struct notifier_block __rcu *head; member
71 struct notifier_block __rcu *head; member
78 struct notifier_block __rcu *head; member
/openbmc/linux/net/sched/
H A Dcls_bpf.c85 struct cls_bpf_head *head = rcu_dereference_bh(tp->root); in cls_bpf_classify() local
245 struct cls_bpf_head *head; in cls_bpf_init() local
291 struct cls_bpf_head *head = rtnl_dereference(tp->root); in __cls_bpf_delete() local
306 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_delete() local
316 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_destroy() local
328 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_get() local
415 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_change() local
641 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_walk() local
653 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_reoffload() local
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Ddfp.c69 int head, bool dl) in nv04_dfp_bind_head()
93 void nv04_dfp_disable(struct drm_device *dev, int head) in nv04_dfp_disable()
205 struct nouveau_encoder *nv_encoder, int head) in nv04_dfp_prepare_sel_clk()
250 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_prepare() local
454 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_commit() local
536 int head = crtc ? nouveau_crtc(crtc)->index : in nv04_lvds_dpms() local
592 int head = nv_encoder->restore.head; in nv04_dfp_restore() local
/openbmc/qemu/tests/qtest/libqos/
H A Dlibqos-malloc.c32 static MemBlock *mlist_find_key(MemList *head, uint64_t addr) in mlist_find_key()
43 static MemBlock *mlist_find_space(MemList *head, uint64_t size) in mlist_find_space()
55 static MemBlock *mlist_sort_insert(MemList *head, MemBlock *insr) in mlist_sort_insert()
76 static MemBlock *mlist_join(MemList *head, MemBlock *left, MemBlock *right) in mlist_join()
85 static void mlist_coalesce(MemList *head, MemBlock *node) in mlist_coalesce()
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c54 *vidtv_channel_s302m_init(struct vidtv_channel *head, u16 transport_stream_id) in vidtv_channel_s302m_init()
164 struct vidtv_psi_table_eit_event *head = NULL; in vidtv_channel_eit_event_cat_into_new() local
210 struct vidtv_psi_table_sdt_service *head = NULL; in vidtv_channel_sdt_serv_cat_into_new() local
265 struct vidtv_psi_table_pat_program *head = NULL; in vidtv_channel_pat_prog_cat_into_new() local
316 struct vidtv_psi_table_pmt_stream *head = NULL; in vidtv_channel_pmt_match_sections() local
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.h109 nv50_head_crc_late_register(struct nv50_head *head) { return 0; } in nv50_head_crc_late_register()
110 static inline void nv50_crc_handle_vblank(struct nv50_head *head) {} in nv50_crc_handle_vblank()
113 nv50_crc_atomic_check_head(struct nv50_head *head, in nv50_crc_atomic_check_head()
126 nv50_crc_atomic_set(struct nv50_head *head, struct nv50_head_atom *state) {} in nv50_crc_atomic_set()
128 nv50_crc_atomic_clr(struct nv50_head *head) {} in nv50_crc_atomic_clr()
/openbmc/linux/tools/virtio/ringtest/
H A Dring.c114 unsigned head, index; in add_inbuf() local
145 unsigned head = (ring_size - 1) & guest.last_used_idx; in get_buf() local
166 unsigned head = (ring_size - 1) & guest.last_used_idx; in used_empty() local
221 unsigned head = (ring_size - 1) & host.used_idx; in avail_empty() local
228 unsigned head = (ring_size - 1) & host.used_idx; in use_buf() local
/openbmc/linux/kernel/rcu/
H A Dupdate.c401 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
457 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
463 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
484 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
501 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
600 static struct rcu_head head; in early_boot_test_call_rcu() local
/openbmc/qemu/hw/pci/
H A Dpci-qmp-cmds.c35 PciMemoryRegionList *head = NULL, **tail = &head; in qmp_query_pci_regions() local
159 PciDeviceInfoList *head = NULL, **tail = &head; in qmp_query_pci_devices() local
189 PciInfoList *head = NULL, **tail = &head; in qmp_query_pci() local
/openbmc/qemu/monitor/
H A Dqemu-config-qmp.c45 static void cleanup_infolist(CommandLineParameterInfoList *head) in cleanup_infolist()
67 static void connect_infolist(CommandLineParameterInfoList *head, in connect_infolist()
82 CommandLineParameterInfoList *head = NULL, *cur; in get_drive_infolist() local
/openbmc/linux/drivers/rpmsg/
H A Dqcom_glink_smem.c54 __le32 *head; member
69 u32 head; in glink_smem_rx_avail() local
132 u32 head; in glink_smem_tx_avail() local
153 unsigned int head, in glink_smem_tx_write_one()
177 unsigned int head; in glink_smem_tx_write() local
/openbmc/linux/drivers/char/agp/
H A Disoch.c23 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert()
40 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local
81 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local
287 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local
322 struct list_head *head, *pos; in agp_3_5_enable() local
/openbmc/linux/tools/testing/radix-tree/linux/
H A Dradix-tree.h10 static inline void trace_call_rcu(struct rcu_head *head, in trace_call_rcu()
11 void (*func)(struct rcu_head *head)) in trace_call_rcu()
/openbmc/linux/net/core/
H A Dgro.c58 struct list_head *head = &offload_base; in __dev_remove_offload() local
236 struct list_head *head = &offload_base; in napi_gro_complete() local
271 struct list_head *head = &napi->gro_hash[index].list; in __napi_gro_flush_chain() local
321 static void gro_list_prepare(const struct list_head *head, in gro_list_prepare()
415 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest()
438 struct list_head *head = &offload_base; in dev_gro_receive() local
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dgk104.c33 gk104_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gk104_sor_hdmi_infoframe_vsi()
54 gk104_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gk104_sor_hdmi_infoframe_avi()
77 gk104_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gk104_sor_hdmi_ctrl()
/openbmc/linux/fs/nilfs2/
H A Dpage.c143 struct buffer_head *bh, *head; in nilfs_page_buffers_clean() local
173 struct buffer_head *bh, *head; in nilfs_page_bug() local
411 struct buffer_head *bh, *head; in nilfs_clear_dirty_page() local
438 struct buffer_head *bh, *head; in nilfs_page_count_clean_buffers() local
520 struct buffer_head *bh, *head; in nilfs_find_uncommitted_extent() local
/openbmc/linux/drivers/target/tcm_fc/
H A Dtfc_sess.c161 struct hlist_head *head; in ft_sess_get() local
194 struct hlist_head *head = &tport->hash[ft_sess_hash(sess->port_id)]; in ft_sess_alloc_cb() local
212 struct hlist_head *head; in ft_sess_create() local
263 struct hlist_head *head; in ft_sess_delete() local
289 struct hlist_head *head; in ft_sess_delete_all() local
/openbmc/linux/drivers/misc/ocxl/
H A Dpasid.c13 static void dump_list(struct list_head *head, char *type_str) in dump_list()
24 static int range_alloc(struct list_head *head, u32 size, int max_id, in range_alloc()
61 static void range_free(struct list_head *head, u32 start, u32 size, in range_free()
/openbmc/linux/lib/
H A Dtimerqueue.c35 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()
53 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h54 #define QLIST_HEAD_INITIALIZER(head) \ argument
71 #define QSLIST_HEAD_INITIALIZER(head) \ argument
88 #define QSIMPLEQ_HEAD_INITIALIZER(head) \ argument
105 #define QTAILQ_HEAD_INITIALIZER(head) \ argument
/openbmc/linux/include/linux/sched/
H A Dwake_q.h51 static inline void wake_q_init(struct wake_q_head *head) in wake_q_init()
57 static inline bool wake_q_empty(struct wake_q_head *head) in wake_q_empty()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dlist.h58 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
111 #define list_for_each(pos, head) \ argument
120 #define list_for_each_safe(pos, n, head) \ argument

12345678910>>...69