Searched refs:collected (Results 1 - 6 of 6) sorted by relevance

/linux-master/init/
H A Dinitramfs.c236 static __initdata char *collected; variable
243 collected = victim;
247 collect = collected = buf;
278 if (!memcmp(collected, "070701", 6)) {
280 } else if (!memcmp(collected, "070702", 6)) {
283 if (memcmp(collected, "070707", 6) == 0)
289 parse_header(collected);
298 collect = collected = symlink_buf;
346 char *old = find_link(major, minor, ino, mode, collected);
348 clean_path(collected,
[all...]
/linux-master/net/netfilter/
H A Dnf_conncount.c233 unsigned int collected = 0; local
248 collected++;
260 collected++;
265 if (collected > CONNCOUNT_GC_MAX_NODES)
/linux-master/mm/
H A Dgup.c2383 * Returns the number of collected pages. Return value is always >= 0.
2390 unsigned long i, collected = 0; local
2404 collected++;
2428 return collected;
2522 unsigned long collected; local
2525 collected = collect_longterm_unpinnable_pages(&movable_page_list,
2527 if (!collected)
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S33 | will be collected by the carry.
H A Dbindec.S64 | only one rounding error. The grs bits are collected in
69 | significant digits. The excess digits are collected
440 | only one rounding error. The grs bits are collected in
452 | digits. The excess digits are collected in INEX2. If mul,
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S171 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,

Completed in 127 milliseconds