/arch/um/kernel/skas/ |
D | uaccess.c | 93 long size, remain, n; in buffer_op() local 96 remain = len; in buffer_op() 100 remain = (n < 0 ? remain : 0); in buffer_op() 105 remain -= size; in buffer_op() 106 if (remain == 0) in buffer_op() 109 while (addr < ((addr + remain) & PAGE_MASK)) { in buffer_op() 112 remain = (n < 0 ? remain : 0); in buffer_op() 117 remain -= PAGE_SIZE; in buffer_op() 119 if (remain == 0) in buffer_op() 122 n = do_op_one_page(addr, remain, is_write, op, arg); in buffer_op() [all …]
|
/arch/mips/netlogic/xlr/ |
D | setup.c | 104 int i, remain, len; in build_arcs_cmdline() local 107 remain = sizeof(arcs_cmdline) - 1; in build_arcs_cmdline() 112 if (len + 1 > remain) in build_arcs_cmdline() 116 remain -= len + 1; in build_arcs_cmdline() 123 if (len > remain) in build_arcs_cmdline() 126 remain -= len; in build_arcs_cmdline() 132 if (len > remain) in build_arcs_cmdline() 135 remain -= len; in build_arcs_cmdline()
|
/arch/um/drivers/ |
D | umcast_kern.c | 73 char *port_str = NULL, *ttl_str = NULL, *remain; in mcast_setup() local 81 remain = split_if_spec(str, mac_out, &init->addr, &port_str, &ttl_str, in mcast_setup() 83 if (remain != NULL) { in mcast_setup() 85 "specification : '%s'\n", remain); in mcast_setup() 119 char *lport_str = NULL, *rport_str = NULL, *remain; in ucast_setup() local 127 remain = split_if_spec(str, mac_out, &init->addr, in ucast_setup() 129 if (remain != NULL) { in ucast_setup() 131 "specification : '%s'\n", remain); in ucast_setup()
|
D | net_user.c | 52 int remain, ret, expected; in read_output() local 62 ret = read(fd, &remain, sizeof(remain)); in read_output() 64 if (ret != sizeof(remain)) { in read_output() 67 expected = sizeof(remain); in read_output() 72 while (remain != 0) { in read_output() 73 expected = (remain < len) ? remain : len; in read_output() 81 remain -= ret; in read_output()
|
D | pcap_kern.c | 56 char *remain, *host_if = NULL, *options[2] = { NULL, NULL }; in pcap_setup() local 65 remain = split_if_spec(str, &host_if, &init->filter, in pcap_setup() 67 if (remain != NULL) { in pcap_setup() 69 "specification : '%s'\n", remain); in pcap_setup()
|
D | vde_kern.c | 73 char *remain, *port_str = NULL, *mode_str = NULL, *last; in vde_setup() local 82 remain = split_if_spec(str, &init->vde_switch, mac_out, &port_str, in vde_setup() 85 if (remain != NULL) in vde_setup() 87 "'%s'\n", remain); in vde_setup()
|
D | daemon_kern.c | 64 char *remain; in daemon_setup() local 70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock, in daemon_setup() 72 if (remain != NULL) in daemon_setup()
|
D | net_kern.c | 897 char *remain; in tap_setup_common() local 899 remain = split_if_spec(str, dev_name, mac_out, gate_addr, NULL); in tap_setup_common() 900 if (remain != NULL) { in tap_setup_common() 902 "specification : '%s'\n", remain); in tap_setup_common()
|
/arch/powerpc/kernel/ |
D | udbg.c | 106 int remain = n; in udbg_write() local 113 while (((c = *s++) != '\0') && (remain-- > 0)) { in udbg_write() 121 return n - remain; in udbg_write()
|
/arch/alpha/lib/ |
D | memchr.S | 72 # Deal with the case where at most 8 bytes remain to be searched 103 # Deal with the case where $18 > 8 bytes remain to be 127 # At least two quads remain to be accessed. 133 # At least three quads remain to be accessed
|
D | ev6-memchr.S | 71 # Deal with the case where at most 8 bytes remain to be searched 122 # Deal with the case where $18 > 8 bytes remain to be 144 # At least two quads remain to be accessed. 149 # At least three quads remain to be accessed
|
/arch/x86/kernel/ |
D | kdebugfs.c | 34 unsigned long remain; in setup_data_read() local 58 remain = copy_to_user(user_buf, p, count); in setup_data_read() 63 if (remain) in setup_data_read()
|
/arch/alpha/kernel/ |
D | osf_sys.c | 1215 struct timeval32 __user *, remain) in SYSCALL_DEFINE2() argument 1227 if (remain) { in SYSCALL_DEFINE2() 1229 if (put_tv32(remain, &tmp)) in SYSCALL_DEFINE2()
|
/arch/m68k/ifpsp060/ |
D | ilsp.doc | 74 The entry point addresses at the beginning of the package will remain
|
D | fplsp.doc | 75 The entry point addresses at the beginning of the package will remain
|
D | TEST.DOC | 175 must remain system independent.
|
/arch/arm/kernel/ |
D | entry-header.S | 22 @ This _must_ remain a multiple of 8 for EABI.
|
D | entry-armv.S | 1042 @ Prepare for SVC32 mode. IRQs remain disabled.
|
/arch/unicore32/kernel/ |
D | entry.S | 706 @ Prepare for PRIV mode. INTRs remain disabled.
|
/arch/arm64/ |
D | Kconfig | 570 # These have to remain sorted largest to smallest 784 The feature is detected at runtime, and will remain as a 'nop'
|
/arch/arm/ |
D | Kconfig | 1717 Their lower 1MB needs to remain accessible for the vectors, but
|