Lines Matching refs:fdctx
49 static FdContext fdctx; variable
72 CHECK_NE(s, &fdctx.globsync); in unref()
73 CHECK_NE(s, &fdctx.filesync); in unref()
74 CHECK_NE(s, &fdctx.socksync); in unref()
83 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2]; in fddesc()
120 d->sync = &fdctx.globsync; in init()
140 atomic_store(&fdctx.globsync.rc, (u64)-1, memory_order_relaxed); in FdInit()
141 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed); in FdInit()
142 atomic_store(&fdctx.socksync.rc, (u64)-1, memory_order_relaxed); in FdInit()
150 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); in FdOnFork()
162 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); in FdLocation()
257 init(thr, pc, fd, &fdctx.filesync); in FdFileCreate()
336 init(thr, pc, fd, &fdctx.socksync); in FdSocketCreate()
344 Acquire(thr, pc, (uptr)&fdctx.connectsync); in FdSocketAccept()
345 init(thr, pc, newfd, &fdctx.socksync); in FdSocketAccept()
353 Release(thr, pc, (uptr)&fdctx.connectsync); in FdSocketConnecting()
360 init(thr, pc, fd, &fdctx.socksync); in FdSocketConnect()