Searched refs:dm_cota_ctx_t (Results 1 – 3 of 3) sorted by relevance
21 static dm_cota_ctx_t g_dm_cota_ctx;23 dm_cota_ctx_t *dm_cota_get_ctx(void) in dm_cota_get_ctx()30 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_init()32 memset(ctx, 0, sizeof(dm_cota_ctx_t)); in dm_cota_init()39 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_deinit()41 memset(ctx, 0, sizeof(dm_cota_ctx_t)); in dm_cota_deinit()122 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_perform_sync()221 dm_cota_ctx_t *ctx = dm_cota_get_ctx(); in dm_cota_status_check()
10 } dm_cota_ctx_t; typedef18 dm_cota_ctx_t *dm_cota_get_ctx(void);
17 dm_cota_ctx_t *cota = dm_cota_get_ctx(); in _dm_ota_clean_state()
Completed in 3 milliseconds