Searched refs:nusers (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | dummy.c | 37 int nusers; /* number of concurrent users to be simulated by variable 124 nusers = atoi(argv[1]); 125 if (nusers < 1) { 126 fprintf(stderr, "%s: impossible nusers (%d<-%s)\n", prog, nusers, argv[1]); 129 fprintf(stderr, "%d Users\n", nusers); 143 while (nusers > MAXCHILD) { 145 if (nusers >= 2*MAXCHILD) 150 nchild = nusers - MAXCHILD; 158 nusers -= nchild; 168 nusers = nchild; [all …]
|
| H A D | big.c | 60 int nusers; /* number of concurrent users to be simulated by variable 156 nusers = atoi(argv[1]); 157 if (nusers < 1) { 158 fprintf(stderr, "%s: impossible nusers (%d<-%s)\n", prog, nusers, argv[1]); 161 fprintf(stderr, "%d Users\n", nusers); 175 while (nusers > MAXCHILD) { 177 if (nusers >= 2*MAXCHILD) 182 nchild = nusers - MAXCHILD; 190 nusers -= nchild; 200 nusers = nchild; [all …]
|
| /OK3568_Linux_fs/kernel/net/can/j1939/ |
| H A D | bus.c | 68 ent->nusers += ecu->nusers; in j1939_ecu_map_locked() 87 ent->nusers -= ecu->nusers; in j1939_ecu_unmap_locked() 284 priv->ents[sa].nusers++; in j1939_local_ecu_get() 296 ecu->nusers++; in j1939_local_ecu_get() 300 priv->ents[ecu->addr].nusers++; in j1939_local_ecu_get() 315 priv->ents[sa].nusers--; in j1939_local_ecu_put() 324 ecu->nusers--; in j1939_local_ecu_put() 328 priv->ents[ecu->addr].nusers--; in j1939_local_ecu_put()
|
| H A D | j1939-priv.h | 40 int nusers; member 67 int nusers; member
|
| H A D | main.c | 98 priv->ents[skcb->addr.sa].nusers) in j1939_can_recv() 101 priv->ents[skcb->addr.da].nusers) in j1939_can_recv()
|
| H A D | transport.c | 358 priv->ents[skcb->addr.da].nusers) in j1939_session_skb_queue() 1975 priv->ents[skcb->addr.da].nusers) in j1939_tp_send()
|