Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 33) sorted by relevance

12

/arch/um/drivers/
Dslip_common.c47 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()
Dubd_kern.c552 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/
Dclock.c346 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/
Daio.c136 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()
Dfile.c243 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/
Dtegra.S80 adr \rp, 99f @ actual addr of 99f
84 sub \tmp, \rp, \rv @ actual tegra_uart_config
/arch/arm/mm/
Dproc-macros.S77 mov \reg, \reg, lsl \tmp @ actual cache line size
88 mov \reg, \reg, lsl \tmp @ actual cache line size
Dproc-feroceon.S68 mov r2, r2, lsl r0 @ actual cache size
/arch/arm/nwfpe/
Dfpmodule.inl26 instruction, and points 4 bytes beyond the actual instruction
/arch/m68k/
DKconfig.devices65 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/
Dchecksum.S17 ;; actual length when length < 40
Dchecksumcopy.S21 ;; actual length when length < 40
/arch/arm/mach-pxa/
Dsleep.S106 @ We keep the change-down close to the actual suspend on SDRAM
/arch/cris/arch-v10/
DKconfig28 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/
DKconfig73 will still need to enable or compile the actual drivers
/arch/metag/lib/
Dmemcpy.S178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
/arch/avr32/mach-at32ap/
Dat32ap700x.c140 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/
DKconfig129 The actual timer selection is done in the board file
/arch/powerpc/platforms/85xx/
DKconfig304 unset based on the emulated CPU (or actual host CPU in the case
/arch/microblaze/
DKconfig154 window to be twice as large as the actual physical memory.
/arch/metag/
DKconfig90 vmalloc space and actual amount of RAM, you may not need this
/arch/m68k/ifpsp060/
DTEST.DOC38 hexadecimal images of the actual tests. This format is the
Disp.doc180 data registers, and BEFORE the actual emulated transfers occur, the
/arch/cris/arch-v32/kernel/
Dentry.S350 ;; Resume performs the actual task-switching, by switching stack
/arch/powerpc/platforms/
DKconfig.cputype226 SWIOTLB under Kernel Options for this to work. The actual number

12