Home
last modified time | relevance | path

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

/linux-6.15/drivers/spi/
H A Dspi-bcm2835aux.c346 unsigned long hz_per_byte, byte_limit; in bcm2835aux_spi_transfer_one() local
391 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835aux_spi_transfer_one()
394 if (tfr->len < byte_limit) in bcm2835aux_spi_transfer_one()
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()
/linux-6.15/include/uapi/linux/
H A Dbtrfs_tree.h925 __le64 byte_limit; member
/linux-6.15/fs/btrfs/
H A Daccessors.h750 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
/linux-6.15/net/core/
H A Dskbuff.c1711 const u32 byte_limit = 1 << 19; /* limit to a few TSO */ in msg_zerocopy_realloc() local
1728 if (uarg_zc->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()