Searched refs:byte_limit (Results 1 – 5 of 5) sorted by relevance
349 unsigned long hz_per_byte, byte_limit; in bcm2835aux_spi_transfer_one() local394 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835aux_spi_transfer_one()397 if (tfr->len < byte_limit) in bcm2835aux_spi_transfer_one()
1051 unsigned long hz_per_byte, byte_limit; in bcm2835_spi_transfer_one() local1089 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835_spi_transfer_one()1092 if (tfr->len < byte_limit) in bcm2835_spi_transfer_one()
636 __le64 byte_limit; member
1211 const u32 byte_limit = 1 << 19; /* limit to a few TSO */ in msg_zerocopy_realloc() local1223 if (uarg->len == USHRT_MAX - 1 || bytelen > byte_limit) { in msg_zerocopy_realloc()
2234 BTRFS_SETGET_STACK_FUNCS(root_limit, struct btrfs_root_item, byte_limit, 64);
Completed in 30 milliseconds