Searched refs:collected (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/init/ |
H A D | initramfs.c | 235 static __initdata char *collected; variable 242 collected = victim; in read_into() 246 collect = collected = buf; in read_into() 277 if (!memcmp(collected, "070701", 6)) { in do_header() 279 } else if (!memcmp(collected, "070702", 6)) { in do_header() 282 if (memcmp(collected, "070707", 6) == 0) in do_header() 288 parse_header(collected); in do_header() 297 collect = collected = symlink_buf; in do_header() 345 char *old = find_link(major, minor, ino, mode, collected); in maybe_link() 347 clean_path(collected, in maybe_link() [all...] |
/kernel/linux/linux-5.10/init/ |
H A D | initramfs.c | 205 static __initdata char *collected; variable 212 collected = victim; in read_into() 216 collect = collected = buf; in read_into() 247 if (memcmp(collected, "070707", 6)==0) { in do_header() 251 if (memcmp(collected, "070701", 6)) { in do_header() 255 parse_header(collected); in do_header() 264 collect = collected = symlink_buf; in do_header() 312 char *old = find_link(major, minor, ino, mode, collected); in maybe_link() 314 clean_path(collected, 0); in maybe_link() 315 return (init_link(old, collected) < in maybe_link() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conncount.c | 227 unsigned int collected = 0; in nf_conncount_gc_list() local 238 collected++; in nf_conncount_gc_list() 250 collected++; in nf_conncount_gc_list() 255 if (collected > CONNCOUNT_GC_MAX_NODES) in nf_conncount_gc_list()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conncount.c | 233 unsigned int collected = 0; in nf_conncount_gc_list() local 248 collected++; in nf_conncount_gc_list() 260 collected++; in nf_conncount_gc_list() 265 if (collected > CONNCOUNT_GC_MAX_NODES) in nf_conncount_gc_list()
|
/kernel/linux/linux-6.6/mm/ |
H A D | gup.c | 2026 * Returns the number of collected pages. Return value is always >= 0. 2033 unsigned long i, collected = 0; in collect_longterm_unpinnable_pages() local 2047 collected++; in collect_longterm_unpinnable_pages() 2071 return collected; in collect_longterm_unpinnable_pages() 2164 unsigned long collected; in check_and_migrate_movable_pages() local 2167 collected = collect_longterm_unpinnable_pages(&movable_page_list, in check_and_migrate_movable_pages() 2169 if (!collected) in check_and_migrate_movable_pages()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | binstr.S | 33 | will be collected by the carry.
|
H A D | bindec.S | 64 | 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,
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 170 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | binstr.S | 33 | will be collected by the carry.
|
H A D | bindec.S | 64 | 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,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | ams-delta-fiq-handler.S | 171 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,
|
Completed in 11 milliseconds