Searched refs:brk (Results 1 - 25 of 120) sorted by last modified time

12345

/linux-master/include/linux/
H A Dmm.h236 void *end_data, void *brk);
908 return vma->vm_start < vma->vm_mm->brk &&
H A Dserial_core.h422 __u32 brk; member in struct:uart_icount
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c419 port->icount.brk++;
H A Dserial_core.c1307 icount->brk = cnow.brk;
2083 if (uport->icount.brk)
2084 seq_printf(m, " brk:%d", uport->icount.brk);
H A Dpmac_zilog.c267 uap->port.icount.brk++;
H A Dmxs-auart.c632 s->port.icount.brk++;
H A Dxilinx_uartps.c268 port->icount.brk++;
282 port->icount.brk++;
H A Dsunplus-uart.c244 port->icount.brk++;
H A Dst-asc.c278 port->icount.brk++;
H A Dsh-sci.c1027 port->icount.brk++;
H A Dserial_txx9.c270 up->icount.brk++;
H A Dsamsung_tty.c816 port->icount.brk++;
H A Dqcom_geni_serial.c131 bool brk; member in struct:qcom_geni_serial_port
546 if (port->brk && buf[c] == 0) {
547 port->brk = false;
1001 uport->icount.brk++;
1002 port->brk = true;
1019 uport->icount.brk++;
H A Dpxa.c118 up->port.icount.brk++;
H A Dpch_uart.c563 port->icount.brk++;
H A Domap-serial.c460 up->port.icount.brk++;
H A Dowl-uart.c209 port->icount.brk++;
H A Dmsm_serial.c581 port->icount.brk++;
754 port->icount.brk++;
807 port->icount.brk++;
/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c40 err = brk(addr + 4096);
41 err |= brk(addr);
/linux-master/drivers/md/
H A Ddm-integrity.c3112 goto brk;
3120 brk:
/linux-master/kernel/
H A Dsys.c1951 offsetof(struct prctl_mm_map, brk),
1979 error |= __prctl_check_order(start_brk, <=, brk);
1991 if (check_data_rlimit(rlimit(RLIMIT_DATA), prctl_map->brk,
2074 * - @start_brk/@brk which are used in do_brk_flags but kernel lookups
2086 mm->brk = prctl_map.brk;
2190 prctl_map.brk = mm->brk;
2217 prctl_map.brk = addr;
2263 mm->brk
[all...]
/linux-master/fs/
H A Dbinfmt_elf_fdpic.c406 current->mm->brk = current->mm->start_brk =
410 /* create a stack area and zero-size brk area */
431 current->mm->brk = current->mm->start_brk;
446 kdebug("- brk %lx", current->mm->brk);
/linux-master/mm/
H A Dmmap.c178 SYSCALL_DEFINE1(brk, unsigned long, brk)
191 origbrk = mm->brk;
206 if (brk < min_brk)
215 if (check_data_rlimit(rlimit(RLIMIT_DATA), brk, mm->start_brk,
219 newbrk = PAGE_ALIGN(brk);
220 oldbrk = PAGE_ALIGN(mm->brk);
222 mm->brk = brk;
226 /* Always allow shrinking brk
[all...]
/linux-master/drivers/usb/serial/
H A Dftdi_sio.c2499 port->icount.brk++;
H A Dcp210x.c821 port->icount.brk++;

Completed in 342 milliseconds

12345