Searched refs:rc (Results 251 - 275 of 3200) sorted by last modified time

<<11121314151617181920>>

/linux-master/arch/riscv/kernel/
H A Dsmpboot.c129 int rc; local
132 rc = riscv_early_of_processor_hartid(dn, &hart);
133 if (rc < 0)
H A Dsuspend.c56 int rc = 0; local
76 rc = finish(arg, __pa_symbol(__cpu_resume_enter),
84 if (!rc)
85 rc = -EOPNOTSUPP;
94 return rc;
H A Dcpufeature.c489 int rc; local
511 rc = of_property_read_string(node, "riscv,isa", &isa);
513 if (rc) {
518 rc = acpi_get_riscv_isa(rhct, cpu, &isa);
519 if (rc < 0) {
/linux-master/arch/riscv/include/asm/
H A Datomic.h201 int prev, rc; local
206 " add %[rc], %[p], %[a]\n"
207 " sc.w.rl %[rc], %[rc], %[c]\n"
208 " bnez %[rc], 0b\n"
211 : [p]"=&r" (prev), [rc]"=&r" (rc), [c]"+A" (v->counter)
222 long rc; local
227 " add %[rc], %[p], %[a]\n"
228 " sc.d.rl %[rc],
242 int prev, rc; local
262 int prev, rc; local
282 int prev, rc; local
304 long rc; local
325 long rc; local
346 long rc; local
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Dsmp.c69 long rc; local
89 rc = opal_query_cpu_status(pcpu, &status);
90 if (rc != OPAL_SUCCESS) {
91 pr_warn("OPAL Error %ld querying CPU %d state\n", rc, nr);
107 rc = opal_start_cpu(pcpu, start_here);
108 if (rc != OPAL_SUCCESS) {
109 pr_warn("OPAL Error %ld starting CPU %d\n", rc, nr);
357 int64_t rc; local
365 rc = opal_signal_system_reset(h);
370 if (rc !
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsmp.c265 WARN(err < 0, "unable to request_irq %d for %s (rc %d)\n",
1276 int rc; local
1297 rc = smp_ops->prepare_cpu(cpu);
1298 if (rc)
1299 return rc;
1315 rc = smp_ops->kick_cpu(cpu);
1316 if (rc) {
1317 pr_err("smp: failed starting cpu %d (rc %d)\n", cpu, rc);
1318 return rc;
[all...]
/linux-master/arch/arm/include/asm/
H A Dptrace.h167 static inline void regs_set_return_value(struct pt_regs *regs, unsigned long rc) argument
169 regs->ARM_r0 = rc;
/linux-master/net/iucv/
H A Diucv.c427 int rc; local
436 rc = iucv_call_b2f0(IUCV_DECLARE_BUFFER, parm);
437 if (rc) {
439 switch (rc) {
457 cpu, rc, err);
544 int cpu, rc; local
547 rc = -ENOMEM;
553 rc = -EIO;
565 return rc;
724 int rc; local
823 int rc; local
871 int rc; local
932 int rc; local
964 int rc; local
993 int rc; local
1027 int rc; local
1116 int rc; local
1163 int rc; local
1189 int rc; local
1228 int rc; local
1279 int rc; local
1332 int rc; local
1366 int rc; local
1820 int rc; local
[all...]
H A Daf_iucv.c1144 int rc; local
1172 rc = pr_iucv->message_receive(path, msg,
1176 rc = pr_iucv->message_receive(path, msg,
1180 if (rc) {
1482 int rc; local
1493 rc = 0;
1508 rc = -EINVAL;
1513 rc = -EINVAL;
1518 rc = -ENOPROTOOPT;
1523 return rc;
[all...]
/linux-master/include/linux/
H A Dof.h1240 int rc = of_property_read_string_helper(np, propname, output, 1, index); local
1241 return rc < 0 ? rc : 0;
/linux-master/fs/smb/server/
H A Dvfs_cache.c176 int rc; local
188 rc = ksmbd_inode_init(ci, fp);
189 if (rc) {
H A Dsmb_common.c433 int i, rc = 0; local
460 rc = ksmbd_vfs_fill_dentry_attrs(work,
464 if (rc)
467 rc = fn(conn, info_level, d_info, &ksmbd_kstat);
468 if (rc)
481 return rc;
642 int rc = 0; local
669 rc = -EPERM;
685 rc = -EPERM;
694 rc
[all...]
H A Doplock.c582 int rc = 0; local
584 rc = wait_event_interruptible_timeout(opinfo->oplock_q,
590 if (!rc) {
/linux-master/drivers/thermal/mediatek/
H A Dlvts_thermal.c284 int rc; local
297 rc = readl_poll_timeout(msr, value, value & BIT(16),
311 if (rc)
/linux-master/drivers/s390/virtio/
H A Dvirtio_ccw.c275 int rc; local
291 rc = register_adapter_interrupt(&info->airq);
292 if (rc) {
798 u64 rc; local
808 rc = 0;
818 rc = 0;
822 rc = le32_to_cpu(features->features);
834 rc |= (u64)le32_to_cpu(features->features) << 32;
839 return rc;
1420 int rc; local
1492 int rc, ret; local
1521 int rc; local
1556 int rc; local
[all...]
/linux-master/drivers/s390/scsi/
H A Dzfcp_qdio.c588 int rc; local
593 rc = ccw_device_siosl(adapter->ccw_device);
594 if (!rc)
/linux-master/drivers/s390/net/
H A Dlcs.c167 int rc; local
178 rc = lcs_alloc_channel(&card->read);
179 if (rc){
185 rc = lcs_alloc_channel(&card->write);
186 if (rc) {
313 int rc = 0; local
316 rc = (card->thread_running_mask & threads);
318 return rc;
357 int rc = 0; local
363 rc
376 int rc = 0; local
386 int rc = 0; local
472 int rc; local
496 int rc; local
521 int rc; local
548 int rc; local
613 int rc; local
658 int index, rc; local
845 int rc; local
1049 int rc; local
1080 int rc; local
1360 int rc, index; local
1519 int rc = NETDEV_TX_OK; local
1580 int rc; local
1594 int rc; local
1608 int rc, i; local
1642 int rc = 0; local
1673 int rc; local
1833 int rc; local
1857 int rc; local
1898 int rc; local
1959 int rc; local
2085 int rc; local
2224 int rc; local
2333 int rc; local
[all...]
H A Dctcm_mpc.c1508 int rc; local
1513 rc = ccw_device_start(ch->cdev, &ch->ccw[15], 0, 0xff, 0);
1516 if (rc != 0) {
1517 ctcm_ccw_check_rc(ch, rc, (char *)__func__);
1536 int rc = 0; local
1544 rc = 1;
1557 rc = 2;
1606 rc = 3;
1613 rc = 4;
1620 rc
1653 int rc = 0; local
[all...]
H A Dctcm_main.c469 int rc = 0; local
572 rc = ccw_device_start(ch->cdev, &ch->ccw[ccw_idx], 0, 0xff, 0);
576 if (rc != 0) {
578 ctcm_ccw_check_rc(ch, rc, "single skb TX");
594 return rc;
605 /* int rc = 0; */
622 /* rc = -ENOMEM; */
656 int rc = 0; local
795 rc = ccw_device_start(ch->cdev, &ch->ccw[ccw_idx], 0, 0xff, 0);
799 if (rc !
1305 int rc = 0; local
[all...]
H A Dctcm_fsms.c191 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg) argument
195 CTCM_FUNTAIL, ch->id, msg, rc);
196 switch (rc) {
209 rc);
281 int rc; local
310 rc = ccw_device_start(ch->cdev, &ch->ccw[0], 0, 0xff, 0);
312 if (rc != 0) {
316 ctcm_ccw_check_rc(ch, rc, "chained TX");
364 int rc; local
419 rc
433 int rc; local
515 int rc; local
551 int rc; local
592 int rc; local
655 int rc; local
797 int rc = ccw_device_halt(ch->cdev, 0); local
833 int rc; local
1017 int rc = 0; local
1222 int rc; local
1435 int rc, dolock; local
1534 int rc; local
1753 int rc = 0; local
[all...]
/linux-master/drivers/s390/crypto/
H A Dzcrypt_api.c178 int rc; local
181 rc = ap_parse_mask_str(buf, zcdndev->perms.ioctlm,
183 if (rc)
184 return rc;
215 int rc; local
218 rc = ap_parse_mask_str(buf, zcdndev->perms.apm,
220 if (rc)
221 return rc;
252 int rc; local
255 rc
289 int rc; local
323 int rc; local
340 int rc; local
366 int i, rc = 0; local
430 int rc = 0; local
548 int rc = -EPERM; local
646 int cpen, qpen, qid = 0, rc = -ENODEV; local
750 int cpen, qpen, qid = 0, rc = -ENODEV; local
855 int cpen, qpen, qid = 0, rc = -ENODEV; local
978 int rc; local
1038 int cpen, qpen, qid = 0, rc = -ENODEV; local
1182 int rc; local
1212 int qid = 0, rc = -ENODEV; local
1470 int rc; local
1499 int rc; local
1528 int rc; local
1558 int rc; local
1588 int rc; local
1733 long rc; local
1780 long rc; local
1838 long rc; local
1885 int rc; local
1935 int rc; local
1962 int rc = 0; local
2016 int rc; local
2081 int rc; local
2140 int rc; local
[all...]
/linux-master/drivers/s390/cio/
H A Dqdio_thinint.c141 int rc; local
151 rc = chsc_sadc(irq_ptr->schid, scssc, summary_indicator_addr,
153 if (rc) {
163 return rc;
168 int rc; local
176 rc = set_subchannel_ind(irq_ptr, 0);
177 if (rc) {
179 return rc;
205 int rc; local
212 rc
[all...]
H A Dqdio_setup.c125 int rc; local
127 rc = __qdio_allocate_qs(irq_ptr->input_qs, nr_input_qs);
128 if (rc)
129 return rc;
131 rc = __qdio_allocate_qs(irq_ptr->output_qs, nr_output_qs);
132 if (rc) {
134 return rc;
241 int rc; local
252 rc = chsc_ssqd(*schid, ssqd);
253 if (rc)
274 int rc; local
[all...]
H A Ddevice_status.c316 int rc; local
339 rc = cio_start(sch, sense_ccw, 0xff);
340 if (rc == -ENODEV || rc == -EACCES)
342 return rc;
H A Ddevice_pgid.c34 static void verify_done(struct ccw_device *cdev, int rc) argument
41 if (rc)
46 rc = cio_commit_config(sch);
49 CIO_MSG_EVENT(2, "vrfy: device 0.%x.%04x: rc=%d pgroup=%d mpath=%d "
50 "vpm=%02x\n", id->ssid, id->devno, rc, pgroup, mpath,
52 ccw_device_verify_done(cdev, rc);
105 static void nop_callback(struct ccw_device *cdev, void *data, int rc) argument
110 switch (rc) {
129 verify_done(cdev, rc);
150 static void pgid_wipeout_callback(struct ccw_device *cdev, void *data, int rc) argument
228 spid_callback(struct ccw_device *cdev, void *data, int rc) argument
379 snid_done(struct ccw_device *cdev, int rc) argument
481 snid_callback(struct ccw_device *cdev, void *data, int rc) argument
575 disband_callback(struct ccw_device *cdev, void *data, int rc) argument
626 int rc; member in struct:stlck_data
645 stlck_callback(struct ccw_device *cdev, void *data, int rc) argument
689 int rc; local
[all...]

Completed in 248 milliseconds

<<11121314151617181920>>