Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
Dcirrusfb.c2600 u_long nsrc, u_long ndest, in cirrusfb_set_blitter() argument
2636 vga_wgfx(regbase, CL_GR2C, (u_char) (nsrc & 0xff)); in cirrusfb_set_blitter()
2638 vga_wgfx(regbase, CL_GR2D, (u_char) (nsrc >> 8)); in cirrusfb_set_blitter()
2640 vga_wgfx(regbase, CL_GR2E, (u_char) (nsrc >> 16)); in cirrusfb_set_blitter()
2666 u_long nsrc, ndest; in cirrusfb_BitBLT() local
2680 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2686 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2693 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
/Linux-v4.19/net/xfrm/
Dxfrm_state.c118 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; in xfrm_hash_resize() local
127 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
128 if (!nsrc) { in xfrm_hash_resize()
135 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize()
145 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nhashmask); in xfrm_hash_resize()
152 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize()
/Linux-v4.19/kernel/
Dmodule.c2621 unsigned int i, nsrc, ndst, strtab_size = 0; in layout_symtab() local
2630 nsrc = symsect->sh_size / sizeof(*src); in layout_symtab()
2633 for (ndst = i = 0; i < nsrc; i++) { in layout_symtab()