Home
last modified time | relevance | path

Searched refs:byte_limit (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/spi/
H A Dspi-bcm2835.c1059 unsigned long hz_per_byte, byte_limit; in bcm2835_spi_transfer_one() local
1097 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835_spi_transfer_one()
1100 if (tfr->len < byte_limit) in bcm2835_spi_transfer_one()
H A Dspi-stm32.c2095 unsigned long hz_per_byte, byte_limit; in stm32_spi_can_poll() local
2100 byte_limit = hz_per_byte ? spi->cur_speed / hz_per_byte : 1; in stm32_spi_can_poll()
2102 return (spi->cur_xferlen < byte_limit) ? true : false; in stm32_spi_can_poll()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h935 __le64 byte_limit; member
/linux/fs/btrfs/
H A Daccessors.h734 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
/linux/net/core/
H A Dskbuff.c1772 const u32 byte_limit = 1 << 19; /* limit to a few TSO */ in msg_zerocopy_realloc() local
1789 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()