Home
last modified time | relevance | path

Searched refs:malloced (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dssnmap.c77 retval->malloced = 1; in sctp_ssnmap_new()
121 if (map && map->malloced) { in sctp_ssnmap_free()
Dinqueue.c62 queue->malloced = 0; in sctp_inq_init()
80 if (queue->malloced) { in sctp_inq_free()
Dendpointola.c82 ep->base.malloced = 1; in sctp_endpoint_init()
153 ep->base.malloced = 1; in sctp_endpoint_new()
213 if (ep->base.malloced) { in sctp_endpoint_destroy()
Dbind_addr.c112 bp->malloced = 0; in sctp_bind_addr_init()
139 if (bp->malloced) { in sctp_bind_addr_free()
Dtransport.c111 peer->malloced = 0; in sctp_transport_init()
134 transport->malloced = 1; in sctp_transport_new()
Doutput.c125 packet->malloced = 0; in sctp_packet_init()
139 if (packet->malloced) in sctp_packet_free()
Dassociola.c99 asoc->base.malloced = 0; in sctp_association_init()
289 asoc->base.malloced = 1; in sctp_association_new()
380 if (asoc->base.malloced) { in sctp_association_destroy()
Dulpqueue.c69 ulpq->malloced = 0; in sctp_ulpq_init()
97 if (ulpq->malloced) in sctp_ulpq_free()
Dtsnmap.c71 map->malloced = 0; in sctp_tsnmap_init()
Doutqueue.c220 q->malloced = 0; in sctp_outq_init()
293 if (q->malloced) in sctp_outq_free()
/linux-2.4.37.9/include/net/sctp/
Dstructs.h415 int malloced; member
712 int malloced; member
889 int malloced; /* Is this structure kfree()able? */ member
955 int malloced; /* Is this structure kfree()able? */ member
1022 char malloced; member
1062 int malloced; /* Are we kfree()able? */ member
1128 char malloced; member
Dulpqueue.h52 char malloced; member
Dtsnmap.h114 int malloced; member
/linux-2.4.37.9/fs/reiserfs/
Dfix_node.c1986 static size_t malloced; in reiserfs_kmalloc() local
1992 if (s->u.reiserfs_sb.s_kmallocs > malloced + 200000) { in reiserfs_kmalloc()
1994 malloced = s->u.reiserfs_sb.s_kmallocs; in reiserfs_kmalloc()