Home
last modified time | relevance | path

Searched refs:wt_head (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/plugins/ssh-base/
Dsshd.c96 pss->write_task[pss->wt_head] = task; in write_task()
97 pss->write_channel[pss->wt_head] = ch; in write_task()
98 pss->wt_head = (pss->wt_head + 1) & 7; in write_task()
2112 if (pss->wt_head == pss->wt_tail) in lws_callback_raw_sshd()
2480 if (pss->wt_head != pss->wt_tail || in lws_callback_raw_sshd()
/external/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h529 uint8_t wt_head, wt_tail; member