Searched refs:nsrc (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/module/
H A Dkallsyms.c118 unsigned int i, nsrc, ndst, strtab_size = 0; local
129 nsrc = symsect->sh_size / sizeof(*src);
132 for (ndst = i = 0; i < nsrc; i++) {
162 mod_mem_init_data->size += nsrc * sizeof(char);
/linux-master/drivers/video/fbdev/
H A Dcirrusfb.c2600 u_long nsrc, u_long ndest,
2636 vga_wgfx(regbase, CL_GR2C, (u_char) (nsrc & 0xff));
2638 vga_wgfx(regbase, CL_GR2D, (u_char) (nsrc >> 8));
2640 vga_wgfx(regbase, CL_GR2E, (u_char) (nsrc >> 16));
2666 u_long nsrc, ndest; local
2680 nsrc = (cury * line_length) + curx;
2686 nsrc += nheight * line_length + nwidth;
2693 nsrc, ndest, bltmode, line_length);
2598 cirrusfb_set_blitter(u8 __iomem *regbase, u_short nwidth, u_short nheight, u_long nsrc, u_long ndest, u_short bltmode, u_short line_length) argument
/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c772 int nsrc = ee->ops->get_num_sources(ph); local
774 if (nsrc <= 0)
776 num_sources = nsrc;
/linux-master/net/xfrm/
H A Dxfrm_state.c153 struct hlist_head *ndst, *nsrc, *nspi, *nseq, *odst, *osrc, *ospi, *oseq; local
162 nsrc = xfrm_hash_alloc(nsize);
163 if (!nsrc) {
170 xfrm_hash_free(nsrc, nsize);
176 xfrm_hash_free(nsrc, nsize);
187 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nseq, nhashmask);
195 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc);

Completed in 153 milliseconds