Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/octeon/
H A 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()
/openbmc/linux/fs/ntfs/
H A 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()
/openbmc/linux/fs/
H A Dbuffer.c2917 drop_buffers(struct folio *folio, struct buffer_head **buffers_to_free) in drop_buffers()
2936 *buffers_to_free = head; in drop_buffers()
2946 struct buffer_head *buffers_to_free = NULL; in try_to_free_buffers()
2954 ret = drop_buffers(folio, &buffers_to_free); in try_to_free_buffers()
2959 ret = drop_buffers(folio, &buffers_to_free); in try_to_free_buffers()
2979 if (buffers_to_free) { in try_to_free_buffers()
2980 struct buffer_head *bh = buffers_to_free; in try_to_free_buffers()
2986 } while (bh != buffers_to_free); in try_to_free_buffers()
2915 drop_buffers(struct folio * folio,struct buffer_head ** buffers_to_free) drop_buffers() argument
2944 struct buffer_head *buffers_to_free = NULL; try_to_free_buffers() local