Searched refs:front (Results 26 - 50 of 62) sorted by relevance

123

/linux-master/sound/oss/dmasound/
H A Ddmasound.h221 int front, rear, count; member in struct:sound_queue
H A Ddmasound_q40.c411 start = write_sq.buffers[write_sq.front];
417 write_sq.front = (write_sq.front+1) % write_sq.max_count;
H A Ddmasound_paula.c470 start = write_sq.buffers[write_sq.front];
515 write_sq.front = (write_sq.front+1) % write_sq.max_count;
H A Ddmasound_core.c525 sq->front = sq->count = sq->rear_size = 0;
823 /* write_sq.front = (write_sq.rear+1) % write_sq.max_count;*/
824 write_sq.front = 0 ;
1311 write_sq.max_active, write_sq.front, write_sq.rear,
H A Ddmasound_atari.c1176 start = write_sq.buffers[write_sq.front];
1184 write_sq.front = (write_sq.front+1) % write_sq.max_count;
/linux-master/fs/bcachefs/
H A Djournal_types.h168 /* Fastpath stuff up front: */
250 u64 front, back, size, mask; member in struct:journal::__anon101
H A Djournal.h133 return j->pin.front;
/linux-master/drivers/comedi/drivers/
H A Ddt3000.c276 int front; local
282 front = readw(dev->mmio + DPR_AD_BUF_FRONT);
283 count = front - devpriv->ai_front;
/linux-master/net/ceph/
H A Dmessenger.c893 * first page in the list, or the front of the next page.
1734 BUG_ON(msg->front.iov_len != le32_to_cpu(msg->hdr.front_len));
1980 /* front */
1982 m->front.iov_base = kvmalloc(front_len, flags);
1983 if (m->front.iov_base == NULL) {
1989 m->front.iov_base = NULL;
1991 m->front_alloc_len = m->front.iov_len = front_len;
2002 dout("ceph_msg_new %p front %d\n", m, front_len);
2009 pr_err("msg_new can't create type %d front %d\n", type,
2013 dout("msg_new can't create type %d front
[all...]
H A Dmessenger_v1.c220 WARN_ON(m->front.iov_len != le32_to_cpu(m->hdr.front_len));
223 /* tag + hdr + front + middle */
226 con_out_kvec_add(con, m->front.iov_len, m->front.iov_base);
237 /* fill in front and middle crc, footer */
238 crc = crc32c(0, m->front.iov_base, m->front.iov_len);
1207 dout("got hdr type %d front %d data %d\n", con->v1.in_hdr.type,
1227 m->front.iov_len = 0; /* haven't read it yet */
1237 /* front */
[all...]
H A Dosd_client.c642 memset(msg->front.iov_base, 0, msg->front.iov_len);
2164 void *p = msg->front.iov_base;
2224 msg->front.iov_len = p - msg->front.iov_base;
2225 msg->hdr.front_len = cpu_to_le32(msg->front.iov_len);
2240 void *p = msg->front.iov_base;
2241 void *const partial_end = p + msg->front.iov_len;
2291 p = msg->front.iov_base;
2321 msg->front
[all...]
H A Dmessenger_v2.c411 /* front, middle and data segments + epilogue */
538 pr_err("bad front segment length %d\n", desc->fd_lens[1]);
662 con->in_front_crc = crc32c(-1, con->in_msg->front.iov_base,
685 pr_err("bad front crc, calculated %u, expected %u\n",
1018 sg_cnt += calc_sg_cnt(msg->front.iov_base,
1040 init_sgs(&cur_sg, msg->front.iov_base, front_len(msg),
1630 con->v2.out_epil.front_crc = crc32c(-1, msg->front.iov_base,
1632 add_out_kvec(con, msg->front.iov_base, front_len(msg));
2057 add_in_kvec(con, msg->front.iov_base, front_len(msg));
2058 WARN_ON(msg->front
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1928 struct intel_frontbuffer *front; member in struct:frontbuffer_fence_cb
1936 intel_frontbuffer_queue_flush(cb->front);
1948 struct intel_frontbuffer *front = to_intel_frontbuffer(fb); local
1953 if (!atomic_read(&front->bits))
1971 cb->front = front;
1973 intel_frontbuffer_invalidate(front, ORIGIN_DIRTYFB);
1987 intel_frontbuffer_flush(front, ORIGIN_DIRTYFB);
/linux-master/drivers/video/fbdev/
H A Dudlfb.c365 * Trims identical data from front and back of line
366 * Sets new front buffer address and width
369 * for back and front buffer ptrs and width
375 const unsigned long *front = (const unsigned long *) *bfront; local
382 if (back[j] != front[j]) {
389 if (back[k] != front[k]) {
396 *bfront = (u8 *) &front[start];
537 * There are 3 copies of every pixel: The front buffer that the fbdev
543 const char *front, char **urb_buf_ptr,
554 line_start = (u8 *) (front
542 dlfb_render_hline(struct dlfb_data *dlfb, struct urb **urb_ptr, const char *front, char **urb_buf_ptr, u32 byte_offset, u32 byte_width, int *ident_ptr, int *sent_ptr) argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_vma.c1975 struct intel_frontbuffer *front; local
1977 front = i915_gem_object_get_frontbuffer(obj);
1978 if (unlikely(front)) {
1979 if (intel_frontbuffer_invalidate(front, ORIGIN_CS))
1980 i915_active_add_request(&front->write, rq);
1981 intel_frontbuffer_put(front);
/linux-master/drivers/media/dvb-core/
H A Ddmxdev.c120 struct dmx_frontend *front; local
186 front = get_fe(dmxdev->demux, DMX_MEMORY_FE);
188 if (!front) {
193 dmxdev->demux->connect_frontend(dmxdev->demux, front);
/linux-master/sound/xen/
H A Dxen_snd_front.c19 #include <xen/xen-front-pgdir-shbuf.h>
243 dev_dbg(&xb_dev->dev, "Backend state is %s, front is %s\n",
327 * Normally when front driver removed backend will finally go into
/linux-master/drivers/xen/
H A Dxen-front-pgdir-shbuf.c22 #include <xen/xen-front-pgdir-shbuf.h>
/linux-master/sound/pci/hda/
H A Dpatch_analog.c76 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, argument
79 if (snd_hda_query_pin_caps(codec, front) & AC_PINCAP_EAPD)
80 snd_hda_codec_write(codec, front, 0, AC_VERB_SET_EAPD_BTLENABLE,
89 /* We currently only handle front, HP */
291 { 0x1b, 0x01014011 }, /* front */
408 * with multiple output pins. The copy of front to surrounds
671 * 6stack - front/surr/CLFE/side/opt DACs - 04/06/05/0a/03
672 * 3stack - front/surr/CLFE/opt DACs - 04/05/0a/03
675 * 0:Port-B (front mic)
686 * 1:Port-B (front mi
[all...]
/linux-master/block/
H A Dbadblocks.c219 * values are same, the setting range S can front merges into range E. The
285 * E1 should be checked for possible front combination. Then the ideal
292 * because front merge handles this while going though range S from head to
313 * S in front of the already set range E in the bad blocks table. The result
406 * 5.1) The already set bad block range is front overlapped with the clearing
652 * it is unnecessary to clear p[perv] after front merge.
667 * overlapped with the bad range (from bad table) indexed by 'front'.
671 static bool overlap_front(struct badblocks *bb, int front, argument
676 if (bad->start >= BB_OFFSET(p[front]) &&
677 bad->start < BB_END(p[front]))
[all...]
/linux-master/fs/ceph/
H A Dsnap.c1027 void *p = msg->front.iov_base;
1028 void *e = p + msg->front.iov_len;
1040 if (msg->front.iov_len < sizeof(*h))
/linux-master/include/linux/ceph/
H A Dmessenger.h262 * footer (crc values, mainly), a "front" message body, and possibly a
271 struct kvec front; /* unaligned blobs of message */ member in struct:ceph_msg
/linux-master/fs/btrfs/
H A Dbtrfs_inode.h460 int front);
/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c93 queue->front = 0;
120 queue->front = 0;
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c86 queue->front = 0;
110 queue->front = 0;

Completed in 402 milliseconds

123