Lines Matching refs:ret
68 int ret;
70 ret = ida_alloc_max(&misc_minors_ida, DYNAMIC_MINORS - 1, GFP_KERNEL);
71 if (ret >= 0) {
72 ret = DYNAMIC_MINORS - ret - 1;
74 ret = ida_alloc_range(&misc_minors_ida, MISC_DYNAMIC_MINOR + 1,
77 return ret;
289 struct proc_dir_entry *ret;
291 ret = proc_create_seq("misc", 0, NULL, &misc_seq_ops);
305 if (ret)