Home
last modified time | relevance | path

Searched refs:othern (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltable.c412 Node *othern; in luaH_newkey() local
420 othern = mainposition(t, gkey(mp)); in luaH_newkey()
421 if (othern != mp) { /* is colliding node out of its main position? */ in luaH_newkey()
423 while (gnext(othern) != mp) othern = gnext(othern); /* find previous */ in luaH_newkey()
424 gnext(othern) = n; /* redo the chain with `n' in place of `mp' */ in luaH_newkey()