Lines Matching +full:512 +full:- +full:bytes
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * BSD Process Accounting for Linux - Definitions
8 * BSD-style process accounting. The kernel accounting code and all
9 * user-level programs that try to do something useful with the
12 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V.
38 * 3: new binary incompatible format (64 bytes)
39 * 4: new binary incompatible format (128 bytes)
40 * 5: new binary incompatible format (128 bytes, second half)
86 #elif (AHZ % 512) == 0 in nsec_to_AHZ()
87 x *= AHZ/512; in nsec_to_AHZ()
88 do_div(x, (NSEC_PER_SEC / 512)); in nsec_to_AHZ()
91 * max relative error 5.7e-8 (1.8s per year) for AHZ <= 1024, in nsec_to_AHZ()