Home
last modified time | relevance | path

Searched refs:spc_used (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c666 static inline size_t spc_used(size_t head, size_t tail, size_t size) in spc_used() function
679 return (size - spc_used(head, tail, size) - 1); in spc_free()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_user.c676 static inline size_t spc_used(size_t head, size_t tail, size_t size) in spc_used() function
689 return (size - spc_used(head, tail, size) - 1); in spc_free()

Completed in 9 milliseconds