Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c386 …ate_pinned_to_core_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *param, u… in task_create_pinned_to_core_wrapper() argument
388 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_pinned_to_core_wrapper()
391 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
393 return (uint32_t)xTaskCreate(task_func, name, stack_depth, param, prio, task_handle); in task_create_wrapper()
/device/soc/esp/esp32/components/esp_wifi/include/esp_private/
Dwifi_os_adapter.h70 …int32_t (* _task_create_pinned_to_core)(void *task_func, const char *name, uint32_t stack_depth, v…
71 …int32_t (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uin…
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/src/os_al/
Drtos_al.c84 const uint16_t stack_depth, in rtos_task_create() argument
91 attr.stack_size = stack_depth; in rtos_task_create()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/rtos/api/
Drtos_ohos_al.h143 const uint16_t stack_depth,
/device/soc/esp/esp32/components/bt/controller/esp32/
Dbt.c153 …int32_t (* _task_create)(void *task_func, const char *name, uint32_t stack_depth, void *param, uin…
289 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p…
775 static int32_t task_create_wrapper(void *task_func, const char *name, uint32_t stack_depth, void *p… in task_create_wrapper() argument
777 …return (uint32_t)xTaskCreatePinnedToCore(task_func, name, stack_depth, param, prio, task_handle, (… in task_create_wrapper()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h783 u32 stack_depth; member
1394 void bpf_patch_call_args(struct bpf_insn *insn, u32 stack_depth);
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c3200 u16 stack = env->subprog_info[func->subprogno].stack_depth; in update_stack_depth()
3207 env->subprog_info[func->subprogno].stack_depth = -off; in update_stack_depth()
3258 depth += round_up(max_t(u32, subprog[idx].stack_depth, 1), VERIFIER_THIRTYTWO); in check_max_stack_depth()
3326 depth -= round_up(max_t(u32, subprog[idx].stack_depth, 1), VERIFIER_THIRTYTWO); in check_max_stack_depth()
3345 return env->subprog_info[subprog].stack_depth; in get_callee_stack_depth()
11054 func[i]->aux->stack_depth = env->subprog_info[i].stack_depth; in jit_subprogs()
11370 prog->aux->stack_depth = MAX_BPF_STACK; in fixup_bpf_calls()
11711 env->prog->aux->stack_depth = env->subprog_info[0].stack_depth; in do_check_main()
11724 u32 depth = env->subprog_info[i].stack_depth; in print_verification_stats()