Searched refs:queue_depth (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/misc/threadpool/ |
H A D | threadpool.c | 94 int queue_depth; member 183 tp->name, tp->queue_depth, tp->running_tasks, in lws_threadpool_dump() 197 if (count != tp->queue_depth) in lws_threadpool_dump() 199 __func__, tp->queue_depth, count); in lws_threadpool_dump() 534 tp->queue_depth--; in lws_threadpool_worker() 761 tp->queue_depth--; in lws_threadpool_finish() 875 tp->queue_depth--; in lws_threadpool_dequeue_task() 991 if (tp->queue_depth == tp->max_queue_depth) { in lws_threadpool_enqueue() 1023 tp->queue_depth++; in lws_threadpool_enqueue() 1039 lws_wsi_tag(task_to_wsi(task)), tp->queue_depth); in lws_threadpool_enqueue() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deinterlace_vaapi.c | 45 int queue_depth; member 146 ctx->queue_depth = ctx->pipeline_caps.num_backward_references + in deint_vaapi_build_filter_params() 149 if (ctx->queue_depth > MAX_REFERENCES) { in deint_vaapi_build_filter_params() 200 if (ctx->queue_count < ctx->queue_depth) { in deint_vaapi_filter_frame() 202 if (ctx->queue_count < ctx->queue_depth) { in deint_vaapi_filter_frame()
|
/third_party/eudev/test/ |
H A D | udev-test.pl | 101 SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", ATTRS{model}=="ST910021AS", ATTRS{scsi_level}=="6", ATTRS{rev}=="4.06", ATTRS{type}=="0", ATTRS{queue_depth}=="32", SYMLINK+="boot_diskXX%n"
|
Completed in 5 milliseconds