freebsd-dev/sys/compat/linuxkpi/common/include
Hans Petter Selasky 05d4f501dc Implement minimalistic memory mapping structure, struct mm_struct, and
some associated helper functions in the LinuxKPI. Let the existing
linux_alloc_current() function allocate and initialize the new
structure and let linux_free_current() drop the refcount on the memory
mapping structure. When the mm_struct's refcount reaches zero, the
structure is freed.

Obtained from:		kmacy @
MFC after:		1 week
Sponsored by:		Mellanox Technologies
2017-03-17 10:30:06 +00:00
..
asm Implement more LinuxKPI atomic functions and macros. 2017-02-16 12:56:10 +00:00
linux Implement minimalistic memory mapping structure, struct mm_struct, and 2017-03-17 10:30:06 +00:00
net