Home
last modified time | relevance | path

Searched refs:tail_bytes (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/alpha/lib/
Dev6-memcpy.S164 $tail_bytes:
172 bgt $18, $tail_bytes # U : more to be done?
/linux-5.19.10/fs/xfs/
Dxfs_log.c1341 int tail_bytes; in xlog_space_left() local
1347 xlog_crack_atomic_lsn(&log->l_tail_lsn, &tail_cycle, &tail_bytes); in xlog_space_left()
1348 tail_bytes = BBTOB(tail_bytes); in xlog_space_left()
1349 if (tail_cycle == head_cycle && head_bytes >= tail_bytes) in xlog_space_left()
1350 return log->l_logsize - (head_bytes - tail_bytes); in xlog_space_left()
1360 return tail_bytes - head_bytes; in xlog_space_left()
1369 tail_cycle, tail_bytes); in xlog_space_left()
/linux-5.19.10/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c423 int head_bytes, tail_bytes; in free_pagelist() local
427 tail_bytes = (pagelist->offset + actual) & in free_pagelist()
440 (tail_bytes != 0)) in free_pagelist()
445 tail_bytes); in free_pagelist()