/Linux-v5.10/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 247 u32 *reject) in icp_rm_try_to_deliver() argument 255 *reject = 0; in icp_rm_try_to_deliver() 267 *reject = new_state.xisr; in icp_rm_try_to_deliver() 289 u32 reject; in icp_rm_deliver_irq() local 373 if (icp_rm_try_to_deliver(icp, new_irq, state->priority, &reject)) { in icp_rm_deliver_irq() 377 if (reject && reject != XICS_IPI) { in icp_rm_deliver_irq() 380 new_irq = reject; in icp_rm_deliver_irq() 534 u32 reject; in xics_rm_h_ipi() local 583 reject = 0; in xics_rm_h_ipi() 588 reject = new_state.xisr; in xics_rm_h_ipi() [all …]
|
D | book3s_xics.c | 337 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-v5.10/tools/testing/fault-injection/ |
D | failcmd.sh | 44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value 89 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help 170 --reject-start) 171 echo $2 > $FAULTATTR/reject-start 174 --reject-end) 175 echo $2 > $FAULTATTR/reject-end
|
/Linux-v5.10/arch/arm/probes/ |
D | decode.c | 285 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-v5.10/net/ceph/crush/ |
D | mapper.c | 475 int collide, reject; in crush_choose_firstn() local 503 reject = 1; in crush_choose_firstn() 504 goto reject; in crush_choose_firstn() 553 reject = 0; in crush_choose_firstn() 578 reject = 1; in crush_choose_firstn() 585 if (!reject && !collide) { in crush_choose_firstn() 588 reject = is_out(map, weight, in crush_choose_firstn() 593 reject: in crush_choose_firstn() 594 if (reject || collide) { in crush_choose_firstn() 613 reject, collide, ftotal, in crush_choose_firstn()
|
/Linux-v5.10/drivers/scsi/libfc/ |
D | fc_exch.c | 1047 enum fc_pf_rjt_reason reject = FC_RJT_NONE; in fc_seq_lookup_recip() local 1062 reject = FC_RJT_OX_ID; in fc_seq_lookup_recip() 1068 reject = FC_RJT_OX_ID; in fc_seq_lookup_recip() 1092 reject = FC_RJT_RX_ID; in fc_seq_lookup_recip() 1097 reject = FC_RJT_EXCH_EST; /* XXX */ in fc_seq_lookup_recip() 1103 reject = FC_RJT_RX_ID; /* XID not found */ in fc_seq_lookup_recip() 1142 reject = FC_RJT_SEQ_ID; in fc_seq_lookup_recip() 1155 return reject; in fc_seq_lookup_recip() 1159 return reject; in fc_seq_lookup_recip() 1421 goto reject; in fc_exch_recv_abts() [all …]
|
D | fc_rport.c | 871 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() 1706 goto reject; in fc_rport_recv_els_req() 1733 goto reject; in fc_rport_recv_els_req() 1769 reject: in fc_rport_recv_els_req() 1860 goto reject; in fc_rport_recv_plogi_req() 1870 goto reject; in fc_rport_recv_plogi_req() 1903 goto reject; in fc_rport_recv_plogi_req() [all …]
|
D | fc_disc.c | 92 goto reject; in fc_disc_recv_rscn_req() 95 goto reject; in fc_disc_recv_rscn_req() 99 goto reject; in fc_disc_recv_rscn_req() 103 goto reject; in fc_disc_recv_rscn_req() 107 goto reject; in fc_disc_recv_rscn_req() 164 reject: in fc_disc_recv_rscn_req()
|
/Linux-v5.10/net/ipv4/netfilter/ |
D | ipt_REJECT.c | 33 const struct ipt_reject_info *reject = par->targinfo; in reject_tg() local 36 switch (reject->with) { in reject_tg()
|
/Linux-v5.10/drivers/usb/core/ |
D | urb.c | 136 atomic_inc(&urb->reject); in usb_anchor_urb() 708 atomic_inc(&urb->reject); in usb_kill_urb() 713 atomic_dec(&urb->reject); in usb_kill_urb() 749 atomic_inc(&urb->reject); in usb_poison_urb() 764 atomic_dec(&urb->reject); in usb_unpoison_urb() 785 atomic_inc(&urb->reject); in usb_block_urb()
|
/Linux-v5.10/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 37 const struct ip6t_reject_info *reject = par->targinfo; in reject_tg6() local 40 switch (reject->with) { in reject_tg6()
|
/Linux-v5.10/drivers/ssb/ |
D | main.c | 993 u32 reject; in ssb_device_is_enabled() local 995 reject = ssb_tmslow_reject_bitmask(dev); in ssb_device_is_enabled() 997 val &= SSB_TMSLOW_CLOCK | SSB_TMSLOW_RESET | reject; in ssb_device_is_enabled() 1074 u32 reject, val; in ssb_device_disable() local 1079 reject = ssb_tmslow_reject_bitmask(dev); in ssb_device_disable() 1082 ssb_write32(dev, SSB_TMSLOW, reject | SSB_TMSLOW_CLOCK); in ssb_device_disable() 1083 ssb_wait_bits(dev, SSB_TMSLOW, reject, 1000, 1); in ssb_device_disable() 1096 reject | SSB_TMSLOW_RESET | in ssb_device_disable() 1108 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
|
/Linux-v5.10/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-savu | 10 The mouse will reject invalid data. 34 The mouse will reject invalid data. 68 The mouse will reject invalid data.
|
D | sysfs-driver-hid-roccat-konepure | 10 The mouse will reject invalid data. 48 The mouse will reject invalid data. 64 The mouse will reject invalid data.
|
D | sysfs-driver-hid-roccat-pyra | 59 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
|
D | sysfs-selinux-checkreqprot | 22 but will discard writes of the "0" value and will reject writes of the
|
/Linux-v5.10/drivers/scsi/ |
D | nsp32.c | 1962 goto reject; in nsp32_msgin_occur() 1970 goto reject; in nsp32_msgin_occur() 2062 goto reject; in nsp32_msgin_occur() 2074 goto reject; in nsp32_msgin_occur() 2113 goto reject; /* not implemented yet */ in nsp32_msgin_occur() 2124 goto reject; in nsp32_msgin_occur() 2134 goto reject; /* not implemented yet */ in nsp32_msgin_occur() 2139 goto reject; /* not implemented yet */ in nsp32_msgin_occur() 2144 goto reject; in nsp32_msgin_occur() 2149 goto reject; in nsp32_msgin_occur() [all …]
|
/Linux-v5.10/drivers/target/iscsi/cxgbit/ |
D | cxgbit_target.c | 1159 goto reject; in cxgbit_handle_text_cmd() 1189 reject: in cxgbit_handle_text_cmd() 1207 goto reject; in cxgbit_target_rx_opcode() 1218 goto reject; in cxgbit_target_rx_opcode() 1226 goto reject; in cxgbit_target_rx_opcode() 1235 goto reject; in cxgbit_target_rx_opcode() 1239 goto reject; in cxgbit_target_rx_opcode() 1247 goto reject; in cxgbit_target_rx_opcode() 1266 reject: in cxgbit_target_rx_opcode()
|
/Linux-v5.10/mm/ |
D | zswap.c | 1019 goto reject; in zswap_frontswap_store() 1024 goto reject; in zswap_frontswap_store() 1037 goto reject; in zswap_frontswap_store() 1043 goto reject; in zswap_frontswap_store() 1053 goto reject; in zswap_frontswap_store() 1138 reject: in zswap_frontswap_store()
|
/Linux-v5.10/crypto/asymmetric_keys/ |
D | asymmetric_type.c | 109 goto reject; in find_asymmetric_key() 113 goto reject; in find_asymmetric_key() 120 reject: in find_asymmetric_key()
|
/Linux-v5.10/Documentation/bpf/ |
D | prog_cgroup_sockopt.rst | 37 * ``0`` - reject the syscall, ``EPERM`` will be returned to the userspace. 59 * ``0`` - reject the syscall, ``EPERM`` will be returned to the userspace.
|
/Linux-v5.10/Documentation/core-api/ |
D | symbol-namespaces.rst | 29 its configuration, reject loading the module or warn about a missing import. 91 to explicitly import these namespaces. Otherwise the kernel might reject to 119 the kernel is to reject loading modules that don't specify sufficient imports.
|
/Linux-v5.10/drivers/block/rnbd/ |
D | rnbd-srv.c | 713 goto reject; in process_msg_open() 719 goto reject; in process_msg_open() 726 goto reject; in process_msg_open() 812 reject: in process_msg_open()
|
/Linux-v5.10/drivers/scsi/bnx2i/ |
D | bnx2i_hwi.c | 1795 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-v5.10/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-kone | 59 The mouse will reject invalid data, whereas the profile number 72 The data has to be 36 bytes long. The mouse will reject invalid
|