Home
last modified time | relevance | path

Searched refs:tail_bytes (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_2835_arm.c521 int head_bytes, tail_bytes; in free_pagelist() local
525 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
539 (tail_bytes != 0)) { in free_pagelist()
544 tail_bytes); in free_pagelist()
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dev6-memcpy.S164 $tail_bytes:
172 bgt $18, $tail_bytes # U : more to be done?
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dev6-memcpy.S164 $tail_bytes:
172 bgt $18, $tail_bytes # U : more to be done?
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c1155 int tail_bytes; in xlog_space_left() local
1161 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1162 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()
1163 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1164 free_bytes = log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1169 free_bytes = tail_bytes - head_bytes; in xlog_space_left()
1178 " tail_cycle = %d, tail_bytes = %d", in xlog_space_left()
1179 tail_cycle, tail_bytes); in xlog_space_left()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.c1338 int tail_bytes; in xlog_space_left() local
1344 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1345 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()
1346 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1347 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1357 return tail_bytes - head_bytes; in xlog_space_left()
1365 xfs_alert(log->l_mp, " tail_cycle = %d, tail_bytes = %d", in xlog_space_left()
1366 tail_cycle, tail_bytes); in xlog_space_left()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c422 int head_bytes, tail_bytes; in free_pagelist() local
426 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
439 (tail_bytes != 0)) in free_pagelist()
444 tail_bytes); in free_pagelist()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c1073 int tail_bytes = (((size + 4) >> 2) << 2) - size; in vcap_copy_from_w32be() local
1079 nidx -= tail_bytes; in vcap_copy_from_w32be()

Completed in 18 milliseconds