/arch/um/drivers/ |
D | slip_common.c | 47 int actual, n; in slip_proto_write() local 49 actual = slip_esc(buf, slip->obuf, len); in slip_proto_write() 50 n = net_write(fd, slip->obuf, actual); in slip_proto_write()
|
D | ubd_kern.c | 552 unsigned long long actual; in backing_file_mismatch() local 562 err = os_file_size(file, &actual); in backing_file_mismatch() 569 if (actual != size) { in backing_file_mismatch() 573 "vs backing file\n", (unsigned long long) size, actual); in backing_file_mismatch()
|
/arch/arm/mach-at91/ |
D | clock.c | 346 unsigned long actual; in clk_round_rate() local 353 actual = clk->parent->rate_hz; in clk_round_rate() 355 if (actual > rate) in clk_round_rate() 356 prev = actual; in clk_round_rate() 358 if (actual && actual <= rate) { in clk_round_rate() 359 if ((prev - rate) < (rate - actual)) { in clk_round_rate() 360 actual = prev; in clk_round_rate() 365 actual >>= 1; in clk_round_rate() 369 return (prescale < 7) ? actual : -ENOENT; in clk_round_rate() 378 unsigned long actual; in clk_set_rate() local [all …]
|
/arch/um/os-Linux/ |
D | aio.c | 136 unsigned long long actual; in do_not_aio() local 139 actual = lseek64(req->io_fd, req->offset, SEEK_SET); in do_not_aio() 140 if (actual != req->offset) in do_not_aio()
|
D | file.c | 243 unsigned long long actual; in os_seek_file() local 245 actual = lseek64(fd, offset, SEEK_SET); in os_seek_file() 246 if (actual != offset) in os_seek_file()
|
/arch/arm/include/debug/ |
D | tegra.S | 80 adr \rp, 99f @ actual addr of 99f 84 sub \tmp, \rp, \rv @ actual tegra_uart_config
|
/arch/arm/mm/ |
D | proc-macros.S | 77 mov \reg, \reg, lsl \tmp @ actual cache line size 88 mov \reg, \reg, lsl \tmp @ actual cache line size
|
D | proc-feroceon.S | 68 mov r2, r2, lsl r0 @ actual cache size
|
/arch/arm/nwfpe/ |
D | fpmodule.inl | 26 instruction, and points 4 bytes beyond the actual instruction
|
/arch/m68k/ |
D | Kconfig.devices | 65 To compile the actual ethernet driver, choose Y or M for the SMC91X 79 To compile the actual ethernet driver, choose Y or M in for the NE2000
|
/arch/cris/arch-v10/lib/ |
D | checksum.S | 17 ;; actual length when length < 40
|
D | checksumcopy.S | 21 ;; actual length when length < 40
|
/arch/arm/mach-pxa/ |
D | sleep.S | 106 @ We keep the change-down close to the actual suspend on SDRAM
|
/arch/cris/arch-v10/ |
D | Kconfig | 28 what YOU choose in this option. The actual bits used are configured 38 what YOU choose in this option. The actual bits used are configured 48 what YOU choose in this option. The actual bits used are configured
|
/arch/powerpc/platforms/pseries/ |
D | Kconfig | 73 will still need to enable or compile the actual drivers
|
/arch/metag/lib/ |
D | memcpy.S | 178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
|
/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 140 unsigned long actual = 0; in pll_set_rate() local 166 actual = pll_in * mul; in pll_set_rate() 167 rate_error = abs(actual - rate); in pll_set_rate() 191 return actual; in pll_set_rate()
|
/arch/arm/plat-omap/ |
D | Kconfig | 129 The actual timer selection is done in the board file
|
/arch/powerpc/platforms/85xx/ |
D | Kconfig | 304 unset based on the emulated CPU (or actual host CPU in the case
|
/arch/microblaze/ |
D | Kconfig | 154 window to be twice as large as the actual physical memory.
|
/arch/metag/ |
D | Kconfig | 90 vmalloc space and actual amount of RAM, you may not need this
|
/arch/m68k/ifpsp060/ |
D | TEST.DOC | 38 hexadecimal images of the actual tests. This format is the
|
D | isp.doc | 180 data registers, and BEFORE the actual emulated transfers occur, the
|
/arch/cris/arch-v32/kernel/ |
D | entry.S | 350 ;; Resume performs the actual task-switching, by switching stack
|
/arch/powerpc/platforms/ |
D | Kconfig.cputype | 226 SWIOTLB under Kernel Options for this to work. The actual number
|