Searched refs:nparent (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/zynqmp/ |
H A D | clkc.c | 444 * @nparent: Number of parent 450 u32 *nparent) in __zynqmp_clock_get_parents() 470 *nparent += 1; in __zynqmp_clock_get_parents() 448 __zynqmp_clock_get_parents(struct clock_parent *parents, struct parents_resp *response, u32 *nparent) __zynqmp_clock_get_parents() argument
|
/kernel/linux/linux-6.6/drivers/clk/zynqmp/ |
H A D | clkc.c | 472 * @nparent: Number of parent 478 u32 *nparent) in __zynqmp_clock_get_parents() 498 *nparent += 1; in __zynqmp_clock_get_parents() 476 __zynqmp_clock_get_parents(struct clock_parent *parents, struct parents_resp *response, u32 *nparent) __zynqmp_clock_get_parents() argument
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_dmap.c | 3937 int child, parent, nparent; in dbInitTree() local 3987 nparent = le32_to_cpu(dtp->nleafs) >> 2; in dbInitTree() 3988 nparent > 0; nparent >>= 2, child = parent) { in dbInitTree() 3996 i < nparent; i++, cp += 4, cp1++) in dbInitTree()
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_dmap.c | 3873 int child, parent, nparent; in dbInitTree() local 3923 nparent = le32_to_cpu(dtp->nleafs) >> 2; in dbInitTree() 3924 nparent > 0; nparent >>= 2, child = parent) { in dbInitTree() 3932 i < nparent; i++, cp += 4, cp1++) in dbInitTree()
|
Completed in 12 milliseconds