Searched refs:read_more (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/testing/selftests/arm64/fp/ |
H A D | fp-stress.c | 199 bool read_more; in child_output() local 203 read_more = child_output_read(child); in child_output() 204 } while (read_more); in child_output()
|
/openbmc/linux/fs/jffs2/ |
H A D | readinode.c | 940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more() function 1084 err = read_more(c, ref, sizeof(struct jffs2_raw_dirent), &len, buf); in jffs2_get_inode_nodes() 1099 err = read_more(c, ref, sizeof(struct jffs2_raw_inode), &len, buf); in jffs2_get_inode_nodes() 1113 err = read_more(c, ref, sizeof(struct jffs2_unknown_node), &len, buf); in jffs2_get_inode_nodes()
|
/openbmc/linux/drivers/md/ |
H A D | raid10.c | 4894 read_more: in reshape_request() 5011 goto read_more; in reshape_request()
|