Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/libkern/libkern/compression/
H A Dcompression.h102 (compression_algorithm_t algorithm);
123 void* scratch_buffer, compression_algorithm_t algorithm);
132 (compression_algorithm_t algorithm);
157 void* scratch_buffer, compression_algorithm_t algorithm);
258 compression_algorithm_t algorithm);
267 compression_algorithm_t algorithm);
/xnu-11215/osfmk/kdp/output_stages/
H A Dout_lz4.c53 compression_algorithm_t algorithm; member
74 COMPRESSION_STREAM_ENCODE, data->algorithm); in lz4_stage_reset()
233 data->algorithm = COMPRESSION_LZ4; in lz4_stage_initialize()
244 data->algorithm); in lz4_stage_initialize()
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md28algorithm to decide which root bucket should be selected next for execution. Each root bucket with…
57 …F algorithm selects a low QoS root bucket even when a higher QoS root bucket is runnable due to de…
59 The EDF algorithm is the best choice for this level due to the following reasons:
62 * The EDF algorithm is dynamic based on bucket runnability and selection. Since all deadline update…
74algorithm is trying to find the best clutch bucket to schedule on each root hierarchy. Each clutch…
85 The interactivity score based algorithm is well suited for this level due to the following reasons:
87 …ng of CPU among thread groups based on their recent behavior. Since the algorithm only looks at re…
144 …he highest runnable thread and interactivity score. The actual calculation algorithm is as follows:
156 The thread priority calculation is based on the Mach timesharing algorithm. It is calculated in the…
230 …ster scheduling latency metric is used to decide thread placement based on the following algorithm:
[all …]
/xnu-11215/iokit/IOKit/
H A DAppleKeyStoreInterface.h46 uint32_t algorithm; member
/xnu-11215/doc/vm/
H A Dmemorystatus.md179 …input for its freezer recommendation algorithm. However, we're not currently using the dasd recomm…
H A Dmemorystatus_kills.md53 …_SPAWN_JETSAM_RELAUNCH_BEHAVIOR_HIGH` are considered false idle by the aggressive jetsam algorithm.
/xnu-11215/osfmk/kern/
H A Dsched_prim.h829 #error Enable at least one scheduler algorithm in osfmk/conf/MASTER.XXX