Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/core/ !
Dswap.c61 return state_translation_table[SWAP(u)->state]; in swap_active_state()
67 return swap_state_to_string(SWAP(u)->state); in swap_sub_state_to_string()
71 Swap *s = SWAP(u); in swap_may_gc()
82 assert(SWAP(u)); in swap_is_extrinsic()
137 Swap *s = SWAP(u); in swap_init()
162 Swap *s = SWAP(u); in swap_done()
384 Swap *s = SWAP(u); in swap_load()
432 SWAP(u)->from_proc_swaps && in swap_setup_unit()
433 !path_equal(SWAP(u)->parameters_proc_swaps.what, what_proc_swaps)) in swap_setup_unit()
436 e, SWAP(u)->parameters_proc_swaps.what, what_proc_swaps); in swap_setup_unit()
[all …]
Dswap.h99 DEFINE_CAST(SWAP, Swap);
Ddbus-swap.c61 Swap *s = SWAP(u); in bus_swap_set_property()
/systemd-251/src/fundamental/ !
Dsha256.c34 # define SWAP(n) \ macro
46 # define SWAP(n) (n) macro
116 ctx->buffer32[(bytes + pad + 4) / 4] = SWAP(ctx->total[TOTAL64_low] << 3); in sha256_finish_ctx()
117 ctx->buffer32[(bytes + pad) / 4] = SWAP((ctx->total[TOTAL64_high] << 3) in sha256_finish_ctx()
125 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
252 W[t] = SWAP (*words); in sha256_process_block()
/systemd-251/src/analyze/ !
Danalyze-verify-util.c162 u->type == UNIT_SWAP ? SWAP(u)->control_command : NULL; in verify_executables()