Home
last modified time | relevance | path

Searched refs:reject (Results 1 – 25 of 109) sorted by relevance

12345

/linux/arch/powerpc/kvm/
H A Dbook3s_hv_rm_xics.c240 u32 *reject) in icp_rm_try_to_deliver() argument
248 *reject = 0; in icp_rm_try_to_deliver()
260 *reject = new_state.xisr; in icp_rm_try_to_deliver()
282 u32 reject; in icp_rm_deliver_irq() local
366 if (icp_rm_try_to_deliver(icp, new_irq, state->priority, &reject)) { in icp_rm_deliver_irq()
370 if (reject && reject != XICS_IPI) { in icp_rm_deliver_irq()
373 new_irq = reject; in icp_rm_deliver_irq()
532 u32 reject; in xics_rm_h_ipi() local
581 reject = 0; in xics_rm_h_ipi()
586 reject = new_state.xisr; in xics_rm_h_ipi()
[all …]
H A Dbook3s_xics.c337 u32 *reject) in icp_try_to_deliver() argument
348 *reject = 0; in icp_try_to_deliver()
360 *reject = new_state.xisr; in icp_try_to_deliver()
382 u32 reject; in icp_deliver_irq() local
468 if (icp_try_to_deliver(icp, new_irq, state->priority, &reject)) { in icp_deliver_irq()
472 if (reject && reject != XICS_IPI) { in icp_deliver_irq()
475 new_irq = reject; in icp_deliver_irq()
625 u32 reject; in kvmppc_h_ipi() local
676 reject = 0; in kvmppc_h_ipi()
681 reject = new_state.xisr; in kvmppc_h_ipi()
[all …]
/linux/tools/testing/fault-injection/
H A Dfailcmd.sh44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value
97 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help
180 --reject-start)
182 echo $2 > $FAULTATTR/reject-start
185 --reject-end)
187 echo $2 > $FAULTATTR/reject-end
/linux/arch/arm/probes/
H A Ddecode.c285 goto reject; in decode_regs()
291 goto reject; in decode_regs()
297 goto reject; in decode_regs()
304 goto reject; in decode_regs()
315 goto reject; in decode_regs()
329 reject: in decode_regs()
/linux/drivers/scsi/libfc/
H A Dfc_exch.c1045 enum fc_pf_rjt_reason reject = FC_RJT_NONE; in fc_seq_lookup_recip() local
1060 reject = FC_RJT_OX_ID; in fc_seq_lookup_recip()
1066 reject = FC_RJT_OX_ID; in fc_seq_lookup_recip()
1090 reject = FC_RJT_RX_ID; in fc_seq_lookup_recip()
1095 reject = FC_RJT_EXCH_EST; /* XXX */ in fc_seq_lookup_recip()
1101 reject = FC_RJT_RX_ID; /* XID not found */ in fc_seq_lookup_recip()
1140 reject = FC_RJT_SEQ_ID; in fc_seq_lookup_recip()
1153 return reject; in fc_seq_lookup_recip()
1157 return reject; in fc_seq_lookup_recip()
1419 goto reject; in fc_exch_recv_abts()
[all …]
H A Dfc_rport.c871 goto reject; in fc_rport_recv_flogi_req()
878 goto reject; in fc_rport_recv_flogi_req()
885 goto reject; in fc_rport_recv_flogi_req()
967 reject: in fc_rport_recv_flogi_req()
1709 goto reject; in fc_rport_recv_els_req()
1736 goto reject; in fc_rport_recv_els_req()
1772 reject: in fc_rport_recv_els_req()
1863 goto reject; in fc_rport_recv_plogi_req()
1873 goto reject; in fc_rport_recv_plogi_req()
1906 goto reject; in fc_rport_recv_plogi_req()
[all …]
H A Dfc_disc.c91 goto reject; in fc_disc_recv_rscn_req()
94 goto reject; in fc_disc_recv_rscn_req()
98 goto reject; in fc_disc_recv_rscn_req()
102 goto reject; in fc_disc_recv_rscn_req()
106 goto reject; in fc_disc_recv_rscn_req()
161 reject: in fc_disc_recv_rscn_req()
/linux/net/ceph/crush/
H A Dmapper.c479 int collide, reject; in crush_choose_firstn() local
507 reject = 1; in crush_choose_firstn()
508 goto reject; in crush_choose_firstn()
557 reject = 0; in crush_choose_firstn()
582 reject = 1; in crush_choose_firstn()
589 if (!reject && !collide) { in crush_choose_firstn()
592 reject = is_out(map, weight, in crush_choose_firstn()
597 reject: in crush_choose_firstn()
598 if (reject || collide) { in crush_choose_firstn()
617 reject, collide, ftotal, in crush_choose_firstn()
/linux/drivers/usb/core/
H A Durb.c137 atomic_inc(&urb->reject); in usb_anchor_urb()
704 atomic_inc(&urb->reject); in usb_kill_urb()
715 atomic_dec(&urb->reject); in usb_kill_urb()
751 atomic_inc(&urb->reject); in usb_poison_urb()
772 atomic_dec(&urb->reject); in usb_unpoison_urb()
793 atomic_inc(&urb->reject); in usb_block_urb()
/linux/net/ipv4/netfilter/
H A Dipt_REJECT.c33 const struct ipt_reject_info *reject = par->targinfo; in reject_tg() local
36 switch (reject->with) { in reject_tg()
/linux/net/ipv6/netfilter/
H A Dip6t_REJECT.c37 const struct ip6t_reject_info *reject = par->targinfo; in reject_tg6() local
40 switch (reject->with) { in reject_tg6()
/linux/drivers/ssb/
H A Dmain.c997 u32 reject; in ssb_device_is_enabled() local
999 reject = ssb_tmslow_reject_bitmask(dev); in ssb_device_is_enabled()
1001 val &= SSB_TMSLOW_CLOCK | SSB_TMSLOW_RESET | reject; in ssb_device_is_enabled()
1080 u32 reject, val; in ssb_device_disable() local
1085 reject = ssb_tmslow_reject_bitmask(dev); in ssb_device_disable()
1088 ssb_write32(dev, SSB_TMSLOW, reject | SSB_TMSLOW_CLOCK); in ssb_device_disable()
1089 ssb_wait_bits(dev, SSB_TMSLOW, reject, 1000, 1); in ssb_device_disable()
1102 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
1114 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
/linux/drivers/scsi/
H A Dnsp32.c1967 goto reject; in nsp32_msgin_occur()
1975 goto reject; in nsp32_msgin_occur()
2067 goto reject; in nsp32_msgin_occur()
2079 goto reject; in nsp32_msgin_occur()
2118 goto reject; /* not implemented yet */ in nsp32_msgin_occur()
2129 goto reject; in nsp32_msgin_occur()
2139 goto reject; /* not implemented yet */ in nsp32_msgin_occur()
2144 goto reject; /* not implemented yet */ in nsp32_msgin_occur()
2149 goto reject; in nsp32_msgin_occur()
2154 goto reject; in nsp32_msgin_occur()
[all …]
/linux/Documentation/ABI/obsolete/
H A Dsysfs-driver-hid-roccat-savu10 The mouse will reject invalid data.
34 The mouse will reject invalid data.
68 The mouse will reject invalid data.
H A Dsysfs-driver-hid-roccat-konepure10 The mouse will reject invalid data.
48 The mouse will reject invalid data.
64 The mouse will reject invalid data.
H A Dsysfs-driver-hid-roccat-pyra59 The mouse will reject invalid data.
87 The mouse will reject invalid data.
114 The data has to be 3 bytes long. The mouse will reject invalid
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-get-line-ioctl.rst105 - reject the request
119 Direction reject
121 Edge Detection reject
H A Dgpio-get-linehandle-ioctl.rst88 - reject the request
101 Direction reject
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c1173 goto reject; in cxgbit_handle_text_cmd()
1203 reject: in cxgbit_handle_text_cmd()
1221 goto reject; in cxgbit_target_rx_opcode()
1232 goto reject; in cxgbit_target_rx_opcode()
1240 goto reject; in cxgbit_target_rx_opcode()
1249 goto reject; in cxgbit_target_rx_opcode()
1253 goto reject; in cxgbit_target_rx_opcode()
1261 goto reject; in cxgbit_target_rx_opcode()
1280 reject: in cxgbit_target_rx_opcode()
/linux/Documentation/core-api/
H A Dsymbol-namespaces.rst29 its configuration, reject loading the module or warn about a missing import.
90 to explicitly import these namespaces. Otherwise the kernel might reject to
118 the kernel is to reject loading modules that don't specify sufficient imports.
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c1795 struct bnx2i_reject_msg *reject; in bnx2i_process_reject_mesg() local
1798 reject = (struct bnx2i_reject_msg *) cqe; in bnx2i_process_reject_mesg()
1799 if (reject->data_length) { in bnx2i_process_reject_mesg()
1800 bnx2i_get_rq_buf(bnx2i_conn, conn->data, reject->data_length); in bnx2i_process_reject_mesg()
1808 hdr->opcode = reject->op_code; in bnx2i_process_reject_mesg()
1809 hdr->reason = reject->reason; in bnx2i_process_reject_mesg()
1810 hton24(hdr->dlength, reject->data_length); in bnx2i_process_reject_mesg()
1811 hdr->max_cmdsn = cpu_to_be32(reject->max_cmd_sn); in bnx2i_process_reject_mesg()
1812 hdr->exp_cmdsn = cpu_to_be32(reject->exp_cmd_sn); in bnx2i_process_reject_mesg()
1815 reject->data_length); in bnx2i_process_reject_mesg()
/linux/Documentation/bpf/
H A Dprog_cgroup_sockopt.rst37 * ``0`` - reject the syscall, ``EPERM`` will be returned to the userspace.
59 * ``0`` - reject the syscall, ``EPERM`` will be returned to the userspace.
/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot25 but will discard writes of the "0" value and will reject writes of the
/linux/drivers/target/iscsi/
H A Discsi_target.c2190 goto reject; in iscsit_process_text_cmd()
2197 goto reject; in iscsit_process_text_cmd()
2210 goto reject; in iscsit_process_text_cmd()
2231 reject: in iscsit_process_text_cmd()
2260 goto reject; in iscsit_handle_text_cmd()
2281 goto reject; in iscsit_handle_text_cmd()
2293 goto reject; in iscsit_handle_text_cmd()
2318 reject: in iscsit_handle_text_cmd()
3930 goto reject; in iscsi_target_rx_opcode()
3942 goto reject; in iscsi_target_rx_opcode()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-roccat-kone59 The mouse will reject invalid data, whereas the profile number
72 The data has to be 36 bytes long. The mouse will reject invalid

12345