Home
last modified time | relevance | path

Searched refs:free_sid (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dmmu_context.h15 extern void free_sid(unsigned long);
31 free_sid(mm->context.space_id); in destroy_context()
H A Dtlbflush.h56 free_sid(mm->context); in flush_tlb_mm()
H A Dcache.h39 void free_sid(unsigned long);
/openbmc/linux/net/sctp/
H A Dstream_sched_fc.c196 .free_sid = sctp_sched_fc_free_sid,
214 .free_sid = sctp_sched_fc_free_sid,
H A Dstream_sched.c99 .free_sid = sctp_sched_fcfs_free_sid,
142 sched->free_sid(stream, i); in sctp_sched_free_sched()
H A Dstream_sched_rr.c179 .free_sid = sctp_sched_rr_free_sid,
H A Dstream_sched_prio.c308 .free_sid = sctp_sched_prio_free_sid,
H A Dstream.c63 sched->free_sid(stream, sid); in sctp_stream_free_ext()
/openbmc/linux/include/net/sctp/
H A Dstream_sched.h30 void (*free_sid)(struct sctp_stream *stream, __u16 sid); member
/openbmc/linux/arch/parisc/mm/
H A Dinit.c855 void free_sid(unsigned long spaceid) in free_sid() function