HomeSort by relevance Sort by last modified time
    Searched full:tb_control (Results 1 - 1 of 1) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 61 static tb_control_t *tb_control; variable
72 if (tb_control)
74 ++tb_control->nusers;
77 tb_control = (tb_control_t *)TB_MALLOC(tb_control_size());
78 if (!tb_control)
80 memset(tb_control, 0, tb_control_size());
81 tb_control->nusers = 1;
86 tb_control->self_delay = tb_control->entry[1].ts - tb_control->entry[0].ts
    [all...]

Completed in 1085 milliseconds