Searched refs:lastnode (Results 1 – 7 of 7) sorted by relevance
70 static phandle_t lastnode; /* speed hack */ variable139 if (node != 0 && node != lastnode) { in openfirm_ioctl()144 lastnode = node; in openfirm_ioctl()241 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()248 *(phandle_t *)data = lastnode = node; in openfirm_ioctl()260 of->of_nodeid = lastnode = node; in openfirm_ioctl()
141 tnp->dir.lastnode != NULL) { in tarfs_lookup_dir()143 "cookie %jd\n", __func__, tnp->dir.lastnode, in tarfs_lookup_dir()145 return (tnp->dir.lastnode); in tarfs_lookup_dir()
89 struct tarfs_node *lastnode; member
463 tnp->dir.lastnode = NULL; in tarfs_readdir()466 tnp->dir.lastnode = current; in tarfs_readdir()
2720 int lastnode, bitpos, bit; in add_value() local2745 lastnode = 0; in add_value()2751 if (code->tree[lastnode].branches[0] == in add_value()2752 code->tree[lastnode].branches[1]) in add_value()2795 if (code->tree[lastnode].branches[bit] < 0) in add_value()2802 code->tree[lastnode].branches[bit] = code->numentries++; in add_value()2806 lastnode = code->tree[lastnode].branches[bit]; in add_value()2810 if (!(code->tree[lastnode].branches[0] == -1 in add_value()2811 && code->tree[lastnode].branches[1] == -2)) in add_value()2819 code->tree[lastnode].branches[0] = value; in add_value()[all …]
197 uint32_t lastnode, i; in treehash_setup() local203 lastnode = idx+(1<<height); in treehash_setup()212 for (; idx < lastnode; idx++) { in treehash_setup()
396 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}397 \let\lastnode=\relax399 \def\donoderef{\ifx\lastnode\relax\else400 \expandafter\expandafter\expandafter\setref{\lastnode}\fi401 \let\lastnode=\relax}403 \def\unnumbnoderef{\ifx\lastnode\relax\else404 \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi405 \let\lastnode=\relax}