Home
last modified time | relevance | path

Searched defs:GRANULARITY (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_test01.c71 #define GRANULARITY 5 /* % value by which shares of a group changes */ macro
/external/rust/android-crates-io/crates/vulkano/src/memory/allocator/
Dsuballocator.rs2723 const GRANULARITY: DeviceSize = 16; in free_list_allocator_respects_granularity() constant
2958 const GRANULARITY: DeviceSize = 256; in buddy_allocator_respects_granularity() constant
3007 const GRANULARITY: DeviceSize = 1024; in bump_allocator_respects_granularity() constant
/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs56 const GRANULARITY: Duration = Duration::from_millis(1); constant