Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dext4.h1220 TP_PROTO(struct inode *inode, int freed_blocks),
1222 TP_ARGS(inode, freed_blocks),
1228 __field( int, freed_blocks )
1239 __entry->freed_blocks = freed_blocks;
1252 __entry->freed_blocks, __entry->reserved_data_blocks,
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dmain.c399 int avail, freed_blocks; in wlcore_fw_status() local
449 freed_blocks = status->total_released_blks - in wlcore_fw_status()
452 freed_blocks = 0x100000000LL - wl->tx_blocks_freed + in wlcore_fw_status()
457 wl->tx_allocated_blocks -= freed_blocks; in wlcore_fw_status()
464 if (freed_blocks) { in wlcore_fw_status()