Home
last modified time | relevance | path

Searched defs:malloc_flags (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/tests/sys/netlink/
H A Dtest_netlink_message_writer.py45 def test_mbuf_writer_allocation(self, sz, writer_type, malloc_flags): argument
72 def test_mbuf_chain_allocation(self, sz, malloc_flags): argument
/freebsd-14.2/sys/netlink/
H A Dktest_netlink_message_writer.h52 nl_get_mbuf_chain_wrapper(int len, int malloc_flags) in nl_get_mbuf_chain_wrapper()
H A Dnetlink_message_writer.c102 nl_get_mbuf_flags(int size, int malloc_flags, int mbuf_flags) in nl_get_mbuf_flags()
126 nl_get_mbuf(int size, int malloc_flags) in nl_get_mbuf()
136 nl_get_mbuf_chain(int len, int malloc_flags) in nl_get_mbuf_chain()
/freebsd-14.2/sys/net/route/
H A Dnhgrp.c277 nhgrp_ctl_alloc_default(struct nh_control *ctl, int malloc_flags) in nhgrp_ctl_alloc_default()
/freebsd-14.2/sys/fs/pseudofs/
H A Dpseudofs.c72 int malloc_flags; in pfs_alloc_node_flags() local
/freebsd-14.2/sys/vm/
H A Dvm_page.h561 malloc2vm_flags(int malloc_flags) in malloc2vm_flags()