FreeBSD virtual memory subsystem code
vm_unix.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
#include <sys/racct.h>
#include <sys/resourcevar.h>
#include <sys/syscallsubr.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
Include dependency graph for vm_unix.c:

Go to the source code of this file.

Data Structures

struct  break_args
 

Functions

 __FBSDID ("$FreeBSD$")
 
int sys_break (struct thread *td, struct break_args *uap)
 
int kern_break (struct thread *td, uintptr_t *addr)
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ kern_break()

int kern_break ( struct thread *  td,
uintptr_t *  addr 
)

◆ sys_break()

int sys_break ( struct thread *  td,
struct break_args uap 
)

Definition at line 73 of file vm_unix.c.

References kern_break(), and break_args::nsize.

Here is the call graph for this function: