Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/octeon/
Dethernet-tx.c138 int buffers_to_free; in cvm_oct_xmit() local
378 buffers_to_free = cvmx_scratch_read64(CVMX_SCR_SCRATCH + 8); in cvm_oct_xmit()
383 buffers_to_free = in cvm_oct_xmit()
394 if ((buffers_to_free < -100) && !pko_command.s.dontfree) in cvm_oct_xmit()
/linux-6.6.21/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.6.21/fs/
Dbuffer.c2913 drop_buffers(struct folio *folio, struct buffer_head **buffers_to_free) in drop_buffers() argument
2932 *buffers_to_free = head; in drop_buffers()
2942 struct buffer_head *buffers_to_free = NULL; in try_to_free_buffers() local
2950 ret = drop_buffers(folio, &buffers_to_free); in try_to_free_buffers()
2955 ret = drop_buffers(folio, &buffers_to_free); in try_to_free_buffers()
2975 if (buffers_to_free) { in try_to_free_buffers()
2976 struct buffer_head *bh = buffers_to_free; in try_to_free_buffers()
2982 } while (bh != buffers_to_free); in try_to_free_buffers()