precomputed       971 drivers/clk/ti/dpll3xxx.c 	static const struct omap3_dpll5_settings precomputed[] = {
precomputed       990 drivers/clk/ti/dpll3xxx.c 	for (i = 0; i < ARRAY_SIZE(precomputed); ++i) {
precomputed       991 drivers/clk/ti/dpll3xxx.c 		if (parent_rate == precomputed[i].rate)
precomputed       995 drivers/clk/ti/dpll3xxx.c 	if (i == ARRAY_SIZE(precomputed))
precomputed       998 drivers/clk/ti/dpll3xxx.c 	d = &precomputed[i];
precomputed      2435 mm/slab.c      	bool precomputed;
precomputed      2440 mm/slab.c      	precomputed = freelist_state_initialize(&state, cachep, count);
precomputed      2444 mm/slab.c      		if (!precomputed)
precomputed      2457 mm/slab.c      	if (!precomputed) {