HomeSort by: relevance | last modified time | path
    Searched defs:locknum (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
hack.main.c 87 int locknum; /* max num of players */ variable in typeref:typename:int
243 locknum = atoi(argv[1]);
245 if (!locknum || locknum > MAX_NR_OF_PLAYERS)
246 locknum = MAX_NR_OF_PLAYERS;
273 * (if !locknum) or check max nr of players (otherwise)
277 if (!locknum)
279 getlock(); /* sets lock if locknum != 0 */
  /src/sys/uvm/pmap/
pmap.c 2291 size_t locknum = atomic_add_int_nv(&pli->pli_lock_index, 37); local in function:pmap_pvlist_lock_addr
2292 size_t lockid = locknum & pli->pli_lock_mask;

Completed in 37 milliseconds