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

/linux-master/mm/kmsan/
H A Dinit.c142 static struct smallstack collect = { variable in typeref:struct:smallstack
170 while (collect.index >= 3) {
171 page = smallstack_pop(&collect);
172 shadow = smallstack_pop(&collect);
173 origin = smallstack_pop(&collect);
174 kmsan_setup_meta(page, shadow, origin, collect.order);
175 __free_pages_core(page, collect.order);
182 .order = collect.order - 1,
187 if (!collect.order)
189 while (collect
[all...]
/linux-master/init/
H A Dinitramfs.c238 static __initdata char *collect; variable
247 collect = collected = buf;
267 memcpy(collect, victim, n);
269 collect += n;
298 collect = collected = symlink_buf;
/linux-master/net/netfilter/
H A Dnf_conncount.c133 unsigned int collect = 0; local
140 if (collect > CONNCOUNT_GC_MAX_NODES)
152 collect++;
176 collect++;
/linux-master/arch/arm/lib/
H A Dcsumpartial.S71 .Ldone: adc r0, sum, #0 @ collect up the last carry
/linux-master/fs/nilfs2/
H A Dsegment.c580 * Callback functions that enumerate, mark, and collect dirty blocks
996 int (*collect)(struct nilfs_sc_info *,
1003 if (collect) {
1006 err = collect(sci, bh, inode);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h2258 * to collect all the sensor samples.
3336 } collect; member in union:ec_params_keyscan_seq_ctrl::__anon1205
3346 } collect; member in union:ec_result_keyscan_seq_ctrl::__anon1206

Completed in 237 milliseconds