Searched refs:dsh1 (Results 1 – 1 of 1) sorted by relevance
/external/libwebsockets/lib/core-net/ |
D | lws-dsh.c | 123 lws_dsh_t *dsh1 = lws_container_of(d, lws_dsh_t, list); in try_foreign() local 125 if (dsh1 == s->already_checked) in try_foreign() 128 if (dsh1->being_destroyed) in try_foreign() 131 if (dsh1->count_kinds < s->kind + 1) in try_foreign() 135 __func__, dsh1, dsh1->oha[0].owner.count); in try_foreign() 137 s->this_dsh = dsh1; in try_foreign() 138 if (lws_dll2_foreach_safe(&dsh1->oha[0].owner, s, search_best_free)) in try_foreign() 190 lws_dsh_t *dsh1 = lws_container_of(d, lws_dsh_t, list); in evict1() local 194 if (dsh1->being_destroyed) in evict1() 202 lwsl_debug("%s: checking dsh %p\n", __func__, dsh1); in evict1() [all …]
|