Searched refs:rc (Results 1 - 18 of 18) sorted by path

/kernel/
H A Daudit.c287 int rc = 0; local
291 return rc;
294 rc = audit_log_task_context(ab);
295 if (rc)
299 return rc;
304 int allow_changes, rc = 0; local
314 rc = audit_log_config_change(function_name, new, old, allow_changes);
315 if (rc)
323 else if (rc == 0)
324 rc
346 int rc; local
696 int rc = 0; local
1698 int rc; local
[all...]
H A Dauditfilter.c1322 int rc, ret; local
1328 rc = audit_filter_user_rules(&e->rule, type, &state);
1329 if (rc) {
1330 if (rc > 0 && state == AUDIT_DISABLED)
H A Dauditsc.c314 int rc; local
317 rc = audit_uid_comparator(uid, f->op, name->uid);
318 if (rc)
319 return rc;
324 rc = audit_uid_comparator(uid, f->op, n->uid);
325 if (rc)
326 return rc;
338 int rc; local
341 rc = audit_gid_comparator(gid, f->op, name->gid);
342 if (rc)
986 int rc = 0; local
2036 audit_log_set_loginuid(kuid_t koldloginuid, kuid_t kloginuid, unsigned int oldsessionid, unsigned int sessionid, int rc) argument
2073 int rc; local
[all...]
H A Dfutex.c2859 int rc; local
2888 rc = fetch_robust_entry(&next_entry, &entry->next, &next_pi);
2897 if (rc)
H A Dfutex_compat.c58 int rc; local
88 rc = fetch_robust_entry(&next_uentry, &next_entry,
100 if (rc)
H A Dhung_task.c55 int rc = kstrtouint(str, 0, &sysctl_hung_task_panic); local
57 if (rc)
58 return rc;
H A Dpid_namespace.c186 int rc; local
229 rc = sys_wait4(-1, NULL, __WALL, NULL);
230 } while (rc != -ECHILD);
H A Dreboot.c473 int rc; local
476 rc = kstrtoint(str+1, 0, &reboot_cpu);
477 if (rc)
478 return rc;
481 rc = kstrtoint(str+3, 0, &reboot_cpu);
482 if (rc)
483 return rc;
H A Dres_counter.c189 int rc = kstrtoull(buf + 1, 10, &res); local
191 if (rc)
192 return rc;
H A Dtaskstats.c114 int rc; local
116 rc = genlmsg_end(skb, reply);
117 if (rc < 0) {
119 return rc;
135 int rc, delcount = 0; local
137 rc = genlmsg_end(skb, reply);
138 if (rc < 0) {
143 rc = 0;
152 rc = genlmsg_unicast(&init_net, skb_cur, s->pid);
153 if (rc
222 int rc = -ESRCH; local
427 int rc = 0; local
478 int rc; local
494 int rc; local
525 int rc; local
554 int rc; local
618 int rc; local
704 int rc; local
[all...]
/kernel/events/
H A Duprobes.c1731 int rc = 0; local
1734 rc = uc->handler(uc, regs);
1735 WARN(rc & ~UPROBE_HANDLER_MASK,
1736 "bad rc=0x%x from %pf()\n", rc, uc->handler);
1742 remove &= rc;
/kernel/gcov/
H A Dfs.c184 int rc = -ENOMEM; local
198 rc = seq_open(file, &gcov_seq_ops);
199 if (rc)
205 return rc;
763 int rc = -EIO; local
789 return rc;
H A Dgcc_3_4.c523 int rc = -EINVAL; local
527 rc = seq_write_gcov_u32(seq, GCOV_DATA_MAGIC);
530 rc = seq_write_gcov_u32(seq, iter->info->version);
533 rc = seq_write_gcov_u32(seq, iter->info->stamp);
536 rc = seq_write_gcov_u32(seq, GCOV_TAG_FUNCTION);
539 rc = seq_write_gcov_u32(seq, 2);
542 rc = seq_write_gcov_u32(seq, get_func(iter)->ident);
545 rc = seq_write_gcov_u32(seq, get_func(iter)->checksum);
548 rc = seq_write_gcov_u32(seq,
552 rc
[all...]
/kernel/irq/
H A Ddevres.c53 int rc; local
60 rc = request_threaded_irq(irq, handler, thread_fn, irqflags, devname,
62 if (rc) {
64 return rc;
99 int rc; local
106 rc = request_any_context_irq(irq, handler, irqflags, devname, dev_id);
107 if (rc) {
109 return rc;
H A Dirqdomain.c138 int rc = irq_alloc_descs(first_irq, first_irq, size, local
140 if (rc < 0)
193 int rc; local
203 rc = h->ops->match(h, node);
205 rc = (h->of_node != NULL) && (h->of_node == node);
207 if (rc) {
296 pr_info("%s didn't like hwirq-0x%lx to VIRQ%i mapping (rc=%d)\n",
/kernel/power/
H A Dhibernate.c1142 int rc = kstrtouint(str, 0, &resume_delay); local
1144 if (rc)
1145 return rc;
/kernel/time/
H A Dclockevents.c246 int rc; local
270 rc = dev->set_next_event((unsigned long) clc, dev);
272 return (rc && force) ? clockevents_program_min_delta(dev) : rc;
H A Dntp.c930 int rc = kstrtol(str, 0, (long *)&ntp_tick_adj); local
932 if (rc)
933 return rc;

Completed in 113 milliseconds