Searched refs:kmalloc (Results 276 - 300 of 1728) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Desp4.c113 sg = kmalloc(sizeof(struct scatterlist)*nfrags, GFP_ATOMIC);
203 sg = kmalloc(sizeof(struct scatterlist)*nfrags, GFP_ATOMIC);
381 esp->auth.work_icv = kmalloc(esp->auth.icv_full_len, GFP_KERNEL);
394 esp->conf.ivec = kmalloc(esp->conf.ivlen, GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_dh.c141 tbl = kmalloc(sizeof(struct ip_vs_dh_bucket)*IP_VS_DH_TAB_SIZE,
H A Dip_vs_sh.c138 tbl = kmalloc(sizeof(struct ip_vs_sh_bucket)*IP_VS_SH_TAB_SIZE,
H A Dip_vs_sync.c177 if (!(sb=kmalloc(sizeof(struct ip_vs_sync_buff), GFP_ATOMIC)))
180 if (!(sb->mesg=kmalloc(sync_send_mesg_maxlen, GFP_ATOMIC))) {
689 if (!(buf = kmalloc(sync_recv_mesg_maxlen, GFP_ATOMIC))) {
690 IP_VS_ERR("sync_backup_loop: kmalloc error\n");
876 tinfo = kmalloc(sizeof(struct ip_vs_sync_thread_data), GFP_KERNEL);
H A Dip_vs_wrr.c96 mark = kmalloc(sizeof(struct ip_vs_wrr_mark), GFP_ATOMIC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_SAME.c75 mr->iparray = kmalloc((sizeof(u_int32_t) * mr->ipnum), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netfilter/
H A Dxt_dccp.c171 dccp_optbuf = kmalloc(256 * 4, GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dem_text.c85 tm = kmalloc(sizeof(*tm), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dbcast.h181 item->next = kmalloc(sizeof(*item), GFP_ATOMIC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/x25/
H A Dx25_forward.c61 if ((new_frwd = kmalloc(sizeof(struct x25_forward),
H A Dx25_route.c47 rt = kmalloc(sizeof(*rt), GFP_ATOMIC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/w1/
H A Dw1_int.c44 dev = kmalloc(sizeof(struct w1_master) + sizeof(struct w1_bus_master), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/configfs/
H A Ditem.c87 name = kmalloc(limit,GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/dlm/
H A Dlockspace.c428 ls->ls_rsbtbl = kmalloc(sizeof(struct dlm_rsbtable) * size, GFP_KERNEL);
440 ls->ls_lkbtbl = kmalloc(sizeof(struct dlm_lkbtable) * size, GFP_KERNEL);
452 ls->ls_dirtbl = kmalloc(sizeof(struct dlm_dirtable) * size, GFP_KERNEL);
494 ls->ls_recover_buf = kmalloc(dlm_config.ci_buffer_size, GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_fshead.c84 if (!(fhp = kmalloc(sizeof(*fhp), GFP_KERNEL)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dtrans.c147 struct gfs2_revoke *rv = kmalloc(sizeof(struct gfs2_revoke),
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hpfs/
H A Dname.c98 if (!(to = kmalloc(len, GFP_KERNEL))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/selinux/ss/
H A Dhashtab.c26 p->htable = kmalloc(sizeof(*(p->htable)) * size, GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/mips/
H A Dau1x00.c172 stream->buffer = kmalloc(sizeof(struct au1000_period), GFP_KERNEL);
180 pointer->next = kmalloc(sizeof(struct au1000_period), GFP_KERNEL);
647 au1000->stream[PLAYBACK] = kmalloc(sizeof(struct audio_stream), GFP_KERNEL);
648 au1000->stream[CAPTURE ] = kmalloc(sizeof(struct audio_stream), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dcardmo.c120 if ((midiq = kmalloc(sizeof(struct midi_queue), GFP_KERNEL)) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/ice1712/
H A Dak4xxx.c130 priv = kmalloc(sizeof(*priv), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/parport/
H A Dshare.c285 tmp = kmalloc(sizeof(struct parport), GFP_KERNEL);
314 name = kmalloc(15, GFP_KERNEL);
549 kmalloc.
557 tmp = kmalloc(sizeof(struct pardevice), GFP_KERNEL);
563 tmp->state = kmalloc(sizeof(struct parport_state), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dpciehp_ctrl.c47 info = kmalloc(sizeof(*info), GFP_ATOMIC);
359 info = kmalloc(sizeof(*info), GFP_KERNEL);
388 info = kmalloc(sizeof(*info), GFP_KERNEL);
477 info = kmalloc(sizeof(*info), GFP_KERNEL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/
H A Dhtirq.c116 cfg = kmalloc(sizeof(*cfg), GFP_KERNEL);
H A Drom.c173 res->start = (unsigned long)kmalloc(*size, GFP_KERNEL);

Completed in 204 milliseconds

<<11121314151617181920>>