Home
last modified time | relevance | path

Searched refs:freed_blocks (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/trace/events/
Dext4.h1274 TP_PROTO(struct inode *inode, int freed_blocks),
1276 TP_ARGS(inode, freed_blocks),
1282 __field( int, freed_blocks )
1291 __entry->freed_blocks = freed_blocks;
1301 __entry->freed_blocks, __entry->reserved_data_blocks)
/linux-6.1.9/drivers/net/wireless/ti/wlcore/
Dmain.c384 int avail, freed_blocks; in wlcore_fw_status() local
434 freed_blocks = status->total_released_blks - in wlcore_fw_status()
437 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
442 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
449 if (freed_blocks) { in wlcore_fw_status()