Searched refs:nidx (Results 1 – 3 of 3) sorted by relevance
931 unsigned short nidx = child->next; in xbc_parse_kv() local935 child->next = nidx; /* keep subkeys */ in xbc_parse_kv()
521 int nidx; in vcap_copy_to_w32be() local526 nidx = idx + first_byte_index - (idx & ~0x3); in vcap_copy_to_w32be()527 dst[nidx] = src[idx]; in vcap_copy_to_w32be()1082 int idx, ridx, wstart, nidx; in vcap_copy_from_w32be() local1087 nidx = wstart + 3 - (idx & 0x3); in vcap_copy_from_w32be()1088 if (nidx >= size) in vcap_copy_from_w32be()1089 nidx -= tail_bytes; in vcap_copy_from_w32be()1090 dst[nidx] = src[ridx]; in vcap_copy_from_w32be()
670 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() local673 if (!nidx) in xfrm_byidx_resize()679 xfrm_idx_hash_transfer(oidx + i, nidx, nhashmask); in xfrm_byidx_resize()681 net->xfrm.policy_byidx = nidx; in xfrm_byidx_resize()