Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
Dcirrusfb.c2596 u_long nsrc, u_long ndest, in cirrusfb_set_blitter() argument
2632 vga_wgfx(regbase, CL_GR2C, (u_char) (nsrc & 0xff)); in cirrusfb_set_blitter()
2634 vga_wgfx(regbase, CL_GR2D, (u_char) (nsrc >> 8)); in cirrusfb_set_blitter()
2636 vga_wgfx(regbase, CL_GR2E, (u_char) (nsrc >> 16)); in cirrusfb_set_blitter()
2662 u_long nsrc, ndest; in cirrusfb_BitBLT() local
2676 nsrc = (cury * line_length) + curx; in cirrusfb_BitBLT()
2682 nsrc += nheight * line_length + nwidth; in cirrusfb_BitBLT()
2689 nsrc, ndest, bltmode, line_length); in cirrusfb_BitBLT()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_state.c120 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; in xfrm_hash_resize() local
129 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
130 if (!nsrc) { in xfrm_hash_resize()
137 xfrm_hash_free(nsrc, nsize); in xfrm_hash_resize()
147 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nhashmask); in xfrm_hash_resize()
154 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize()
/kernel/linux/linux-5.10/kernel/
Dmodule.c2747 unsigned int i, nsrc, ndst, strtab_size = 0; in layout_symtab() local
2756 nsrc = symsect->sh_size / sizeof(*src); in layout_symtab()
2759 for (ndst = i = 0; i < nsrc; i++) { in layout_symtab()
2788 mod->init_layout.size += nsrc * sizeof(char); in layout_symtab()