Home
last modified time | relevance | path

Searched refs:freespace (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1219 unsigned freespace; in do_start_xmit() local
1243 freespace = GetWord(XIRCREG0_TSO) & 0x7fff; in do_start_xmit()
1245 okay = pktlen +2 < freespace; in do_start_xmit()
1247 dev->name, freespace, okay ? " (okay)":" (not enough)"); in do_start_xmit()
/linux/drivers/media/usb/dvb-usb/
H A Dcxusb-analog.c116 unsigned int freespace; in cxusb_auxbuf_make_space() local
121 freespace = auxbuf->len - cxusb_auxbuf_paylen(auxbuf); in cxusb_auxbuf_make_space()
123 cxusb_vprintk(dvbdev, AUXB, "freespace is %u\n", freespace); in cxusb_auxbuf_make_space()
125 if (freespace >= howmuch) in cxusb_auxbuf_make_space()
128 howmuch -= freespace; in cxusb_auxbuf_make_space()
/linux/fs/jfs/
H A Djfs_logmgr.c352 int freespace; /* free space in log page */ in lmWriteRecord() local
422 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()
423 nbytes = min(freespace, srclen); in lmWriteRecord()
470 freespace = (LOGPSIZE - LOGPTLRSIZE) - dstoffset; in lmWriteRecord()
471 nbytes = min(freespace, srclen); in lmWriteRecord()
/linux/drivers/net/ethernet/smsc/
H A Dsmsc911x.c1789 unsigned int freespace; in smsc911x_hard_start_xmit() local
1796 freespace = smsc911x_reg_read(pdata, TX_FIFO_INF) & TX_FIFO_INF_TDFREE_; in smsc911x_hard_start_xmit()
1798 if (unlikely(freespace < TX_FIFO_LOW_THRESHOLD)) in smsc911x_hard_start_xmit()
1800 "Tx data fifo low, space available: %d", freespace); in smsc911x_hard_start_xmit()
1819 freespace -= (skb->len + 32); in smsc911x_hard_start_xmit()
1826 if (freespace < TX_FIFO_LOW_THRESHOLD) { in smsc911x_hard_start_xmit()
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst118 freespace btree blocks are owned by an allocation group. Hence the size and
121 freespace btree block written to the wrong AG).
H A Dxfs-online-fsck-design.rst5213 uses the new fallocate map-freespace call to map any free space in that region
5265 `kernel freespace defrag
5266 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=defrag-freespace>`_
5268 `userspace freespace defrag
5269 <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=defrag-freespace>`_