Searched refs:buffer_list (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/include/linux/iio/
H A Diio-opaque.h22 * @buffer_list: list of all buffers currently attached
55 struct list_head buffer_list; member in struct:iio_dev_opaque
H A Dbuffer_impl.h134 /* @buffer_list: Entry in the devices list of current buffers. */
135 struct list_head buffer_list; member in struct:iio_buffer
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_mr.c253 int start_index, u64 *buffer_list, int list_len)
271 mtt_entry[i + 2] = cpu_to_be64(buffer_list[i] |
289 buffer_list += i;
315 u64 *buffer_list, int list_len)
323 mthca_write64_raw(cpu_to_be64(buffer_list[i] | MTHCA_MTT_FLAG_PRESENT),
329 u64 *buffer_list, int list_len)
350 mtts[i] = cpu_to_be64(buffer_list[i] | MTHCA_MTT_FLAG_PRESENT);
357 int start_index, u64 *buffer_list, int list_len)
364 return __mthca_write_mtt(dev, mtt, start_index, buffer_list, list_len);
370 buffer_list, chun
252 __mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
313 mthca_tavor_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
327 mthca_arbel_write_mtt_seg(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
356 mthca_write_mtt(struct mthca_dev *dev, struct mthca_mtt *mtt, int start_index, u64 *buffer_list, int list_len) argument
516 mthca_mr_alloc_phys(struct mthca_dev *dev, u32 pd, u64 *buffer_list, int buffer_size_shift, int list_len, u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) argument
[all...]
H A Dmthca_dev.h469 int start_index, u64 *buffer_list, int list_len);
475 u64 *buffer_list, int buffer_size_shift,
/linux-master/drivers/iio/
H A Dindustrialio-buffer.c38 return !list_empty(&buf->buffer_list);
334 INIT_LIST_HEAD(&buffer->buffer_list);
755 list_add(&buffer->buffer_list, &iio_dev_opaque->buffer_list);
760 list_del_init(&buffer->buffer_list);
771 &iio_dev_opaque->buffer_list, buffer_list)
868 list_is_singular(&iio_dev_opaque->buffer_list))
873 list_for_each_entry(buffer, &iio_dev_opaque->buffer_list, buffer_list) {
[all...]
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c70 * gather all the buffers we modify for writeback so we pass the buffer_list
79 struct list_head *buffer_list)
100 ip->i_ino, buffer_list);
108 ip->i_ino, buffer_list);
272 struct list_head *buffer_list,
534 buffer_list);
551 xfs_buf_delwri_queue(bp, buffer_list);
75 xfs_recover_inode_owner_change( struct xfs_mount *mp, struct xfs_dinode *dip, struct xfs_inode_log_format *in_f, struct list_head *buffer_list) argument
270 xlog_recover_inode_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t current_lsn) argument
H A Dxfs_dquot_item.c121 struct list_head *buffer_list)
159 if (!xfs_buf_delwri_queue(bp, buffer_list))
H A Dxfs_dquot_item_recover.c63 struct list_head *buffer_list,
172 xfs_buf_delwri_queue(bp, buffer_list);
61 xlog_recover_dquot_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t current_lsn) argument
H A Dxfs_qm.c922 struct list_head *buffer_list)
968 xfs_buf_delwri_queue(bp, buffer_list);
988 struct list_head *buffer_list)
1064 type, buffer_list);
1246 struct list_head *buffer_list = data; local
1278 xfs_buf_delwri_pushbuf(bp, buffer_list);
1289 xfs_buf_delwri_queue(bp, buffer_list);
1306 LIST_HEAD (buffer_list);
1325 &buffer_list);
1333 &buffer_list);
916 xfs_qm_reset_dqcounts_all( struct xfs_mount *mp, xfs_dqid_t firstid, xfs_fsblock_t bno, xfs_filblks_t blkcnt, xfs_dqtype_t type, struct list_head *buffer_list) argument
984 xfs_qm_reset_dqcounts_buf( struct xfs_mount *mp, struct xfs_inode *qip, xfs_dqtype_t type, struct list_head *buffer_list) argument
[all...]
H A Dxfs_log_recover.c1844 * - buffer_list for all buffers except cancelled/inode unlink buffers
1866 LIST_HEAD(buffer_list);
1895 list_move_tail(&item->ri_list, &buffer_list);
1914 if (!list_empty(&buffer_list))
1915 list_splice(&buffer_list, &trans->r_itemq);
1963 struct list_head *buffer_list,
1974 error = item->ri_ops->commit_pass2(log, buffer_list,
1994 struct list_head *buffer_list)
2026 buffer_list, &ra_list);
2044 buffer_list,
1960 xlog_recover_items_pass2( struct xlog *log, struct xlog_recover *trans, struct list_head *buffer_list, struct list_head *item_list) argument
1990 xlog_recover_commit_trans( struct xlog *log, struct xlog_recover *trans, int pass, struct list_head *buffer_list) argument
2243 xlog_recovery_process_trans( struct xlog *log, struct xlog_recover *trans, char *dp, unsigned int len, unsigned int flags, int pass, struct list_head *buffer_list) argument
2350 xlog_recover_process_ophdr( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, struct xlog_op_header *ohead, char *dp, char *end, int pass, struct list_head *buffer_list) argument
2434 xlog_recover_process_data( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, char *dp, int pass, struct list_head *buffer_list) argument
2853 xlog_recover_process( struct xlog *log, struct hlist_head rhash[], struct xlog_rec_header *rhead, char *dp, int pass, struct list_head *buffer_list) argument
[all...]
H A Dxfs_icreate_item.c144 struct list_head *buffer_list,
254 return xfs_ialloc_inode_init(mp, NULL, buffer_list, count, agno, agbno,
142 xlog_recover_icreate_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
H A Dxfs_fsops.c53 INIT_LIST_HEAD(&id->buffer_list);
66 xfs_buf_delwri_cancel(&id->buffer_list);
71 error = xfs_buf_delwri_submit(&id->buffer_list);
H A Dxfs_buf.c2219 struct list_head *buffer_list)
2235 xfs_buf_delwri_queue(bp, buffer_list);
2270 struct list_head *buffer_list,
2277 list_sort(NULL, buffer_list, xfs_buf_cmp);
2280 list_for_each_entry_safe(bp, n, buffer_list, b_list) {
2332 * This will take the @buffer_list, write all non-locked and non-pinned buffers
2335 * level means, e.g. AIL pushing as the @buffer_list is consumed in this
2339 * leaves them on @buffer_list so they can be retried on a later pass. As such,
2347 struct list_head *buffer_list)
2349 return xfs_buf_delwri_submit_buffers(buffer_list, NUL
2217 xfs_buf_delwri_queue_here( struct xfs_buf *bp, struct list_head *buffer_list) argument
2269 xfs_buf_delwri_submit_buffers( struct list_head *buffer_list, struct list_head *wait_list) argument
2346 xfs_buf_delwri_submit_nowait( struct list_head *buffer_list) argument
2361 xfs_buf_delwri_submit( struct list_head *buffer_list) argument
2405 xfs_buf_delwri_pushbuf( struct xfs_buf *bp, struct list_head *buffer_list) argument
[all...]
H A Dxfs_refcount_item.c579 struct list_head *buffer_list,
627 struct list_head *buffer_list,
577 xlog_recover_cui_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
625 xlog_recover_cud_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
H A Dxfs_bmap_item.c635 struct list_head *buffer_list,
689 struct list_head *buffer_list,
633 xlog_recover_bui_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
687 xlog_recover_bud_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t lsn) argument
H A Dxfs_buf_item.c598 struct list_head *buffer_list)
630 if (!xfs_buf_delwri_queue(bp, buffer_list))
596 xfs_buf_item_push( struct xfs_log_item *lip, struct list_head *buffer_list) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_recover.h59 int (*commit_pass2)(struct xlog *log, struct list_head *buffer_list,
H A Dxfs_ialloc.h88 struct list_head *buffer_list, int icount,
H A Dxfs_bmap_btree.h106 struct list_head *buffer_list);
H A Dxfs_bmap_btree.c718 struct list_head *buffer_list)
723 ASSERT(tp || buffer_list);
724 ASSERT(!(tp && buffer_list));
730 error = xfs_btree_change_owner(cur, new_owner, buffer_list);
713 xfs_bmbt_change_owner( struct xfs_trans *tp, struct xfs_inode *ip, int whichfork, xfs_ino_t new_owner, struct list_head *buffer_list) argument
H A Dxfs_ag.h332 struct list_head buffer_list; /* buffer writeback list */ member in struct:aghdr_init_data
/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c100 * @buffer_list: list of buffer in use
130 struct list_head buffer_list; member in struct:sta2x11_vip
235 if (list_empty(&vip->buffer_list)) {/* No available buffer */
239 vip->active = list_first_entry(&vip->buffer_list,
307 list_add_tail(&vip_buf->list, &vip->buffer_list);
309 vip->active = list_first_entry(&vip->buffer_list,
360 list_for_each_entry_safe(vip_buf, node, &vip->buffer_list, list) {
859 INIT_LIST_HEAD(&vip->buffer_list);
/linux-master/sound/soc/codecs/
H A Dwm_adsp.h46 struct list_head buffer_list; member in struct:wm_adsp
H A Dwm_adsp.c877 INIT_LIST_HEAD(&dsp->buffer_list);
1206 list_for_each_entry(tmp, &compr->dsp->buffer_list, list) {
1548 list_add_tail(&buf->list, &dsp->buffer_list);
1620 list_add_tail(&buf->list, &dsp->buffer_list);
1655 if (list_empty(&dsp->buffer_list)) {
1675 list_for_each_entry_safe(buf, tmp, &dsp->buffer_list, list) {
1813 if (list_empty(&dsp->buffer_list)) {
1820 list_for_each_entry(buf, &dsp->buffer_list, list) {
/linux-master/drivers/media/usb/hackrf/
H A Dhackrf.c122 spinlock_t buffer_list_lock; /* Protects buffer_list */
438 struct list_head *buffer_list)
444 if (list_empty(buffer_list))
447 buffer = list_entry(buffer_list->next, struct hackrf_buffer, list);
732 struct list_head *buffer_list; local
738 buffer_list = &dev->rx_buffer_list;
740 buffer_list = &dev->tx_buffer_list;
743 list_for_each_entry_safe(buffer, node, buffer_list, list) {
776 struct list_head *buffer_list; local
782 buffer_list
437 hackrf_get_next_buffer(struct hackrf_dev *dev, struct list_head *buffer_list) argument
[all...]

Completed in 232 milliseconds

12