Searched refs:uwb_est (Results 1 – 1 of 1) sorted by relevance
47 struct uwb_est { struct54 static struct uwb_est *uwb_est; argument186 uwb_est = kzalloc(uwb_est_size * sizeof(uwb_est[0]), GFP_KERNEL); in uwb_est_create()187 if (uwb_est == NULL) in uwb_est_create()204 kfree(uwb_est); in uwb_est_destroy()205 uwb_est = NULL; in uwb_est_destroy()218 size_t actual_size = uwb_est_size * sizeof(uwb_est[0]); in uwb_est_grow()222 memcpy(new, uwb_est, actual_size); in uwb_est_grow()224 kfree(uwb_est); in uwb_est_grow()225 uwb_est = new; in uwb_est_grow()[all …]