Searched refs:usecount (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsys_domain.h102 u_int32_t usecount; member in struct:ctl_cb
/macosx-10.9.5/libiconv-41/libiconv/tools/
H A D8bit_tab_to_h.c338 struct { int minline; int maxline; int usecount; const char* suffix; } tables[0x2000]; member in struct:__anon9528
388 tables[t].usecount = 0;
393 tables[t].usecount++;
396 if (tables[t].usecount > 1) {
413 if (tables[t].usecount > 1) {
460 if (t >= 0 && tables[t].usecount == 0) abort();
461 if (t >= 0 && tables[t].usecount == 1) {
H A Dcjk_tab_to_h.c550 struct { int minline; int maxline; int usecount; } tables[0x6000]; member in struct:__anon9531
591 tables[t].usecount = 0;
596 tables[t].usecount++;
601 if (tables[t].usecount > 1) {
636 if (tables[t].usecount == 0) abort();
637 if (tables[t].usecount == 1) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_control.c392 while (kcb->usecount != 0) {
393 msleep(&kcb->usecount, ctl_mtx, 0, "kcb->usecount", 0);
962 kcb->usecount++;
981 kcb->usecount--;
982 if (kcb->usecount == 0)
983 wakeup((event_t)&kcb->usecount);
1067 panic("ctl_unlock: so=%p usecount=%x lrh= %s\n",
1072 panic("ctl_unlock: so=%p NO PCB usecount=%x lr=%p lrh= %s\n",
1096 panic("ctl_getlock: so=%p usecount
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_interface.c1503 int usecount = 0; local
1583 usecount = tcp_find_anypcb_byaddr(ifal->ifal_ifa);
1584 usecount += udp_find_anypcb_byaddr(ifal->ifal_ifa);
1585 if (usecount) {
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py1580 @header("{0: <20s} {1: >8s} {2: >8s} {3: <20s} {4: <6s} {5: <20s} {6: <6s} {7: <35s}".format('vnode', 'usecount', 'iocount', 'v_data', 'vtype', 'parent', 'mapped', 'name'))
1586 usecount = int(vnode.v_usecount)
1609 out_str += format_string.format(vnode, usecount, iocount, v_data_ptr, vtype_str, parent_ptr, mapped, name)
H A Dnet.py1694 out_string += "socket unit usecount\n"
1697 out_string += "socket unit usecount\n"
1700 out_string += kcb_format_string.format(kcb.so, kcb.unit, kcb.usecount)

Completed in 98 milliseconds