Home
last modified time | relevance | path

Searched refs:buffers_to_free (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/octeon/
Dethernet-tx.c140 int buffers_to_free; in cvm_oct_xmit() local
380 buffers_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8); in cvm_oct_xmit()
385 buffers_to_free = in cvm_oct_xmit()
396 if ((buffers_to_free < -100) && !pko_command.s.dontfree) in cvm_oct_xmit()
/linux-6.1.9/fs/ntfs/
Daops.c1716 struct buffer_head *bh, *head, *buffers_to_free = NULL; in mark_ntfs_record_dirty() local
1738 buffers_to_free = bh; in mark_ntfs_record_dirty()
1752 if (unlikely(buffers_to_free)) { in mark_ntfs_record_dirty()
1754 bh = buffers_to_free->b_this_page; in mark_ntfs_record_dirty()
1755 free_buffer_head(buffers_to_free); in mark_ntfs_record_dirty()
1756 buffers_to_free = bh; in mark_ntfs_record_dirty()
1757 } while (buffers_to_free); in mark_ntfs_record_dirty()
/linux-6.1.9/fs/
Dbuffer.c2789 drop_buffers(struct folio *folio, struct buffer_head **buffers_to_free) in drop_buffers() argument
2808 *buffers_to_free = head; in drop_buffers()
2818 struct buffer_head *buffers_to_free = NULL; in try_to_free_buffers() local
2826 ret = drop_buffers(folio, &buffers_to_free); in try_to_free_buffers()
2831 ret = drop_buffers(folio, &buffers_to_free); in try_to_free_buffers()
2851 if (buffers_to_free) { in try_to_free_buffers()
2852 struct buffer_head *bh = buffers_to_free; in try_to_free_buffers()
2858 } while (bh != buffers_to_free); in try_to_free_buffers()