Searched refs:head (Results 276 - 300 of 2525) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_vmm.h10 struct list_head head; member in struct:nouveau_vma
/linux-master/drivers/s390/cio/
H A Deadm_sch.h17 struct list_head head; member in struct:eadm_private
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dutil.h31 return list_empty(&list->head);
/linux-master/include/drm/
H A Ddrm_debugfs_crc.h48 * @head: head of circular queue
58 int head, tail; member in struct:drm_crtc_crc
H A Ddrm_framebuffer.h123 * @head: Place on the &drm_mode_config.fb_list, access protected by
126 struct list_head head; member in struct:drm_framebuffer
279 struct drm_framebuffer, head); \
280 &fb->head != (&(dev)->mode_config.fb_list); \
281 fb = list_next_entry(fb, head))
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h79 * @head: Add to this chain
89 struct vidtv_encoder *head; member in struct:vidtv_s302m_encoder_init_args
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_event.h90 volatile int head; member in struct:network_queue
/linux-master/drivers/target/tcm_fc/
H A Dtfc_sess.c161 struct hlist_head *head; local
172 head = &tport->hash[ft_sess_hash(port_id)];
173 hlist_for_each_entry_rcu(sess, head, hash) {
194 struct hlist_head *head = &tport->hash[ft_sess_hash(sess->port_id)]; local
197 hlist_add_head_rcu(&sess->hash, head);
212 struct hlist_head *head; local
217 head = &tport->hash[ft_sess_hash(port_id)];
218 hlist_for_each_entry_rcu(sess, head, hash)
263 struct hlist_head *head; local
266 head
289 struct hlist_head *head; local
[all...]
/linux-master/arch/openrisc/kernel/
H A DMakefile8 obj-y := head.o setup.o or32_ksyms.o process.o dma.o \
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtop.h21 struct list_head head; member in struct:nvkm_top_device
/linux-master/io_uring/
H A Dslist.h6 #define __wq_list_for_each(pos, head) \
7 for (pos = (head)->first; pos; pos = (pos)->next)
9 #define wq_list_for_each(pos, prv, head) \
10 for (pos = (head)->first, prv = NULL; pos; prv = pos, pos = (pos)->next)
/linux-master/arch/parisc/kernel/
H A Dkexec.c12 extern void relocate_new_kernel(unsigned long head,
40 pr_debug(" head: %lx\n", kimage->head);
76 void (*reloc)(unsigned long head,
107 reloc(image->head & PAGE_MASK, image->start, phys);
/linux-master/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_communication_ctb_abi.h37 * | | | - _`GUC_CTB_STATUS_OVERFLOW` = 1 (head/tail too large) |
39 * | | | - _`GUC_CTB_STATUS_MISMATCH` = 4 (head/tail modified) |
49 u32 head; member in struct:guc_ct_buffer_desc
126 * Buffer descriptor holds tail and head fields that represents active data
127 * stream. The tail field is updated by the data producer (sender), and head
135 * | head | ^-----head--------^
/linux-master/include/net/
H A Dgso.h8 /* Keeps track of mac header offset relative to skb->head.
28 return (skb_mac_header(inner_skb) - inner_skb->head) -
54 SKB_GSO_CB(skb)->csum_start = skb_checksum_start(skb) - skb->head;
68 int plen = (skb->head + SKB_GSO_CB(skb)->csum_start) - csum_start;
72 SKB_GSO_CB(skb)->csum_start = csum_start - skb->head;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbase.c39 list_for_each_entry(pad, &i2c->pad, head) {
67 list_for_each_entry(bus, &i2c->bus, head) {
80 list_for_each_entry(aux, &i2c->aux, head) {
126 list_for_each_entry(aux, &i2c->aux, head) {
146 list_for_each_entry(aux, &i2c->aux, head) {
150 list_for_each_entry(bus, &i2c->bus, head) {
159 list_for_each_entry(pad, &i2c->pad, head) {
177 list_for_each_entry(pad, &i2c->pad, head)
179 list_for_each_entry(bus, &i2c->bus, head)
193 list_for_each_entry(pad, &i2c->pad, head) {
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dchan.h15 struct list_head head; member in struct:nvkm_sw_chan
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h92 int nvif_outp_hdmi(struct nvif_outp *, int head, bool enable, u8 max_ac_packet, u8 rekey, u32 khz,
96 int nvif_outp_hda_eld(struct nvif_outp *, int head, void *data, u32 size);
111 int nvif_outp_dp_sst(struct nvif_outp *, int head, u32 watermark, u32 hblanksym, u32 vblanksym);
114 int nvif_outp_dp_mst_vcpi(struct nvif_outp *, int head,
/linux-master/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/common/sdk/nvidia/inc/ctrl/ctrl0073/
H A Dctrl0073system.h58 NvU32 head; member in struct:NV0073_CTRL_SYSTEM_GET_ACTIVE_PARAMS
/linux-master/fs/gfs2/
H A Dmeta_io.h19 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) argument
21 BUG_ON(head > bh->b_size);
22 memset(bh->b_data + head, 0, bh->b_size - head);
H A Drecovery.h31 struct gfs2_log_header_host *head);
/linux-master/scripts/kconfig/
H A Dmnconf-common.c30 list_for_each_entry(pos, data->head, entries) {
/linux-master/drivers/s390/crypto/
H A Dzcrypt_error.h106 } __packed * head = reply->msg; local
107 unsigned int apfs = *((u32 *)head->fmt2.apfs);
131 } __packed * head = reply->msg; local
132 unsigned int apfs = *((u32 *)head->fmt2.apfs);
/linux-master/drivers/gpu/drm/xe/abi/
H A Dguc_communication_ctb_abi.h37 * | | | - _`GUC_CTB_STATUS_OVERFLOW` = 1 (head/tail too large) |
39 * | | | - _`GUC_CTB_STATUS_MISMATCH` = 4 (head/tail modified) |
48 u32 head; member in struct:guc_ct_buffer_desc
/linux-master/sound/core/seq/
H A Dseq_fifo.c42 f->head = NULL;
123 if (f->head == NULL)
124 f->head = cell;
144 cell = f->head;
146 f->head = cell->next;
202 cell->next = f->head;
203 f->head = cell;
240 oldhead = f->head;
243 f->head = NULL;
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c39 push_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_MPLS;
40 push_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ;
69 pop_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_POP_MPLS;
70 pop_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ;
81 set_mpls->head.jump_id = NFP_FL_ACTION_OPCODE_SET_MPLS;
82 set_mpls->head.len_lw = act_size >> NFP_FL_LW_SIZ;
109 pop_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_POP_VLAN;
110 pop_vlan->head.len_lw = act_size >> NFP_FL_LW_SIZ;
121 push_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_VLAN;
122 push_vlan->head
[all...]

Completed in 251 milliseconds

<<11121314151617181920>>