Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dbtree.c289 u32 nidx, idx; in hfs_bmap_alloc() local
300 nidx = 0; in hfs_bmap_alloc()
301 node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
339 nidx = node->next; in hfs_bmap_alloc()
340 if (!nidx) { in hfs_bmap_alloc()
344 next_node = hfs_bnode_find(tree, nidx); in hfs_bmap_alloc()
364 u32 nidx; in hfs_bmap_free() local
369 nidx = node->this; in hfs_bmap_free()
374 while (nidx >= len * 8) { in hfs_bmap_free()
377 nidx -= len * 8; in hfs_bmap_free()
[all …]
/linux/lib/
H A Dbootconfig.c785 unsigned short nidx = child->next; in xbc_open_brace()
789 child->next = nidx; /* keep subkeys */ in xbc_open_brace()
729 unsigned short nidx = child->next; xbc_parse_kv() local
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c521 int nidx; in vcap_copy_to_w32be() local
526 nidx = idx + first_byte_index - (idx & ~0x3); in vcap_copy_to_w32be()
527 dst[nidx] = src[idx]; in vcap_copy_to_w32be()
1072 int idx, ridx, wstart, nidx; in vcap_copy_from_w32be() local
1077 nidx = wstart + 3 - (idx & 0x3); in vcap_copy_from_w32be()
1078 if (nidx >= size) in vcap_copy_from_w32be()
1079 nidx -= tail_bytes; in vcap_copy_from_w32be()
1080 dst[nidx] = src[ridx]; in vcap_copy_from_w32be()
/linux/net/core/
H A Dneighbour.c2582 int family, tidx, nidx = 0; in neightbl_valid_dump_info()
2613 nidx = 0; in neightbl_dump_info()
2619 if (nidx < neigh_skip) in neightbl_dump_info()
2629 nidx++; in neightbl_dump_info()
2638 cb->args[1] = nidx; in neightbl_dump_info()
2589 int family, tidx, nidx = 0; neightbl_dump_info() local
/linux/net/xfrm/
H A Dxfrm_policy.c670 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize()
673 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()
667 struct hlist_head *nidx = xfrm_hash_alloc(nsize); xfrm_byidx_resize() local