HomeSort by relevance Sort by last modified time
    Searched refs:tcb (Results 26 - 50 of 57) sorted by null

12 3

  /external/qemu/slirp-android/
tcp_subr.c 56 tcb.so_next = tcb.so_prev = &tcb;
282 tcp_last_so = &tcb;
678 insque(so, &tcb);
797 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) {
1146 for (tmpso = tcb.so_next; tmpso != &tcb; tmpso = tmpso->so_next) {
socket.c 84 tcp_last_so = &tcb;
640 insque(so,&tcb);
678 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
684 if (so == &tcb) {
slirp.c 324 do_slowtimo = ((tcb.so_next != &tcb) ||
327 for (so = tcb.so_next; so != &tcb; so = so_next) {
499 for (so = tcb.so_next; so != &tcb; so = so_next) {
1135 struct socket *head = (is_udp ? &udb : &tcb);
1163 struct socket *head = (is_udp ? &udb : &tcb);
    [all...]
debug.c 279 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
misc.c 666 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
tcp_input.c 44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
385 so = solookup(&tcb, srcip, srcport, dstip, dstport);
392 * If the state is CLOSED (i.e., TCB does not exist) then
394 * If the TCB exists but is in CLOSED state, it is embryonic,
400 * XXX If a TCB does not exist, and the TH_SYN flag is
972 * Inform user that connection was reset, and close tcb.
974 * Close the tcb.
    [all...]
  /external/strace/
block.c 92 print_blkpg_req(struct tcb *tcp, struct blkpg_ioctl_arg *blkpg)
113 block_ioctl(struct tcb *tcp, long code, long arg)
sock.c 72 struct tcb *tcp;
85 sock_ioctl(struct tcb *tcp, long code, long arg)
syscall.c 474 dumpio(struct tcb *tcp)
534 struct tcb *tcp;
619 struct tcb *tcp_last = NULL;
622 internal_syscall(struct tcb *tcp)
733 get_scno(struct tcb *tcp)
    [all...]
quota.c 331 decode_cmd_data(struct tcb *tcp, u_int32_t cmd, unsigned long data)
630 sys_quotactl(struct tcb *tcp)
716 sys_quotactl(struct tcb *tcp)
count.c 51 count_syscall(struct tcb *tcp, struct timeval *tv)
term.c 181 int term_ioctl(struct tcb *tcp, long code, long arg)
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 713 if (gatt_cb.tcb[i].in_use && gatt_cb.tcb[i].ch_state == GATT_CH_OPEN)
715 memcpy( bda, gatt_cb.tcb[i].peer_bda, BD_ADDR_LEN);
804 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
814 if (gatt_cb.tcb[i].in_use &&
815 !memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN))
828 ** Description The function searches for an empty tcb entry, and return the index.
830 ** Returns GATT_INDEX_INVALID if not found. Otherwise index to the tcb.
839 if (!memcmp(gatt_cb.tcb[i].peer_bda, bda, BD_ADDR_LEN))
853 ** Description The function get TCB using the TCB inde
    [all...]
gatt_int.h 382 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */
458 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL]; member in struct:__anon3578
gatt_main.c 360 GATT_TRACE_ERROR1("Max TCB for gatt_if [%d] reached.", p_reg->gatt_if);
515 /* allocate tcb */
518 /* no tcb available, reject L2CAP connection */
    [all...]
  /external/qemu/slirp/
debug.c 307 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
misc.c 702 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
socket.c 76 tcp_last_so = &tcb;
618 insque(so,&tcb);
tcp_input.c 44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
379 so = solookup(&tcb, ti->ti_src, ti->ti_sport,
387 * If the state is CLOSED (i.e., TCB does not exist) then
389 * If the TCB exists but is in CLOSED state, it is embryonic,
395 * XXX If a TCB does not exist, and the TH_SYN flag is
966 * Inform user that connection was reset, and close tcb.
968 * Close the tcb.
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
richards.js 205 var tcb = this.blocks[id];
206 if (tcb == null) return tcb;
207 tcb.markAsNotHeld();
208 if (tcb.priority > this.currentTcb.priority) {
209 return tcb;
357 return "tcb { " + this.task + "@" + this.state + " }";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 200 var tcb = this.blocks[id];
201 if (tcb == null) return tcb;
202 tcb.markAsNotHeld();
203 if (tcb.priority > this.currentTcb.priority) {
204 return tcb;
352 return "tcb { " + this.task + "@" + this.state + " }";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 200 var tcb = this.blocks[id];
201 if (tcb == null) return tcb;
202 tcb.markAsNotHeld();
203 if (tcb.priority > this.currentTcb.priority) {
204 return tcb;
352 return "tcb { " + this.task + "@" + this.state + " }";
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 200 var tcb = this.blocks[id];
201 if (tcb == null) return tcb;
202 tcb.markAsNotHeld();
203 if (tcb.priority > this.currentTcb.priority) {
204 return tcb;
352 return "tcb { " + this.task + "@" + this.state + " }";
  /external/chromium_org/v8/benchmarks/
richards.js 205 var tcb = this.blocks[id];
206 if (tcb == null) return tcb;
207 tcb.markAsNotHeld();
208 if (tcb.priority > this.currentTcb.priority) {
209 return tcb;
357 return "tcb { " + this.task + "@" + this.state + " }";
  /external/v8/benchmarks/
richards.js 205 var tcb = this.blocks[id];
206 if (tcb == null) return tcb;
207 tcb.markAsNotHeld();
208 if (tcb.priority > this.currentTcb.priority) {
209 return tcb;
357 return "tcb { " + this.task + "@" + this.state + " }";

Completed in 833 milliseconds

12 3