Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c157 u32 *reject) in icp_rm_try_to_deliver() argument
165 *reject = 0; in icp_rm_try_to_deliver()
177 *reject = new_state.xisr; in icp_rm_try_to_deliver()
199 u32 reject; in icp_rm_deliver_irq() local
279 if (icp_rm_try_to_deliver(icp, new_irq, state->priority, &reject)) { in icp_rm_deliver_irq()
283 if (reject && reject != XICS_IPI) { in icp_rm_deliver_irq()
285 new_irq = reject; in icp_rm_deliver_irq()
430 u32 reject; in kvmppc_rm_h_ipi() local
479 reject = 0; in kvmppc_rm_h_ipi()
484 reject = new_state.xisr; in kvmppc_rm_h_ipi()
[all …]
Dbook3s_xics.c334 u32 *reject) in icp_try_to_deliver() argument
345 *reject = 0; in icp_try_to_deliver()
357 *reject = new_state.xisr; in icp_try_to_deliver()
379 u32 reject; in icp_deliver_irq() local
461 if (icp_try_to_deliver(icp, new_irq, state->priority, &reject)) { in icp_deliver_irq()
465 if (reject && reject != XICS_IPI) { in icp_deliver_irq()
468 new_irq = reject; in icp_deliver_irq()
610 u32 reject; in kvmppc_h_ipi() local
661 reject = 0; in kvmppc_h_ipi()
666 reject = new_state.xisr; in kvmppc_h_ipi()
[all …]
/linux-4.1.27/tools/testing/fault-injection/
Dfailcmd.sh43 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value
88 LONGOPTS=$LONGOPTS,reject-start:,reject-end:,oom-kill-allocating-task:,help
169 --reject-start)
170 echo $2 > $FAULTATTR/reject-start
173 --reject-end)
174 echo $2 > $FAULTATTR/reject-end
/linux-4.1.27/net/ipv6/netfilter/
Dip6t_REJECT.c42 const struct ip6t_reject_info *reject = par->targinfo; in reject_tg6() local
46 switch (reject->with) { in reject_tg6()
69 net_info_ratelimited("case %u not handled yet\n", reject->with); in reject_tg6()
/linux-4.1.27/arch/arm/probes/
Ddecode.c288 goto reject; in decode_regs()
294 goto reject; in decode_regs()
300 goto reject; in decode_regs()
307 goto reject; in decode_regs()
318 goto reject; in decode_regs()
332 reject: in decode_regs()
/linux-4.1.27/net/ceph/crush/
Dmapper.c426 int collide, reject; in crush_choose_firstn() local
454 reject = 1; in crush_choose_firstn()
455 goto reject; in crush_choose_firstn()
497 reject = 0; in crush_choose_firstn()
518 reject = 1; in crush_choose_firstn()
525 if (!reject) { in crush_choose_firstn()
528 reject = is_out(map, weight, in crush_choose_firstn()
532 reject = 0; in crush_choose_firstn()
535 reject: in crush_choose_firstn()
536 if (reject || collide) { in crush_choose_firstn()
[all …]
/linux-4.1.27/drivers/scsi/libfc/
Dfc_rport.c770 goto reject; in fc_rport_recv_flogi_req()
777 goto reject; in fc_rport_recv_flogi_req()
784 goto reject; in fc_rport_recv_flogi_req()
811 goto reject; in fc_rport_recv_flogi_req()
828 goto reject; in fc_rport_recv_flogi_req()
834 goto reject; in fc_rport_recv_flogi_req()
858 reject: in fc_rport_recv_flogi_req()
1484 goto reject; in fc_rport_recv_els_req()
1497 goto reject; in fc_rport_recv_els_req()
1529 reject: in fc_rport_recv_els_req()
[all …]
Dfc_exch.c1010 enum fc_pf_rjt_reason reject = FC_RJT_NONE; in fc_seq_lookup_recip() local
1025 reject = FC_RJT_OX_ID; in fc_seq_lookup_recip()
1031 reject = FC_RJT_OX_ID; in fc_seq_lookup_recip()
1055 reject = FC_RJT_RX_ID; in fc_seq_lookup_recip()
1060 reject = FC_RJT_EXCH_EST; /* XXX */ in fc_seq_lookup_recip()
1066 reject = FC_RJT_RX_ID; /* XID not found */ in fc_seq_lookup_recip()
1105 reject = FC_RJT_SEQ_ID; in fc_seq_lookup_recip()
1118 return reject; in fc_seq_lookup_recip()
1122 return reject; in fc_seq_lookup_recip()
1376 goto reject; in fc_exch_recv_abts()
[all …]
Dfc_disc.c105 goto reject; in fc_disc_recv_rscn_req()
108 goto reject; in fc_disc_recv_rscn_req()
112 goto reject; in fc_disc_recv_rscn_req()
116 goto reject; in fc_disc_recv_rscn_req()
120 goto reject; in fc_disc_recv_rscn_req()
177 reject: in fc_disc_recv_rscn_req()
/linux-4.1.27/drivers/usb/core/
Durb.c133 atomic_inc(&urb->reject); in usb_anchor_urb()
665 atomic_inc(&urb->reject); in usb_kill_urb()
670 atomic_dec(&urb->reject); in usb_kill_urb()
706 atomic_inc(&urb->reject); in usb_poison_urb()
721 atomic_dec(&urb->reject); in usb_unpoison_urb()
742 atomic_inc(&urb->reject); in usb_block_urb()
Dhcd.c1181 if (unlikely(atomic_read(&urb->reject))) { in usb_hcd_link_urb_to_ep()
1585 if (atomic_read(&urb->reject)) in usb_hcd_submit_urb()
1693 if (unlikely(atomic_read(&urb->reject))) in __usb_hcd_giveback_urb()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_REJECT.c36 const struct ipt_reject_info *reject = par->targinfo; in reject_tg() local
39 switch (reject->with) { in reject_tg()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-roccat-pyra18 The mouse will reject invalid data.
33 The mouse will reject invalid data.
47 The data has to be 3 bytes long. The mouse will reject invalid
Dsysfs-driver-hid-roccat-savu9 The mouse will reject invalid data.
33 The mouse will reject invalid data.
67 The mouse will reject invalid data.
Dsysfs-driver-hid-roccat-kovaplus28 The mouse will reject invalid data.
44 The mouse will reject invalid data.
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.
Dsysfs-driver-hid-roccat-koneplus39 The mouse will reject invalid data.
55 The mouse will reject invalid data.
Dsysfs-driver-hid-roccat-kone50 The mouse will reject invalid data, whereas the profile number
62 The data has to be 36 bytes long. The mouse will reject invalid
Dsysfs-driver-hid-roccat-ryos18 The device will reject invalid data.
/linux-4.1.27/Documentation/networking/
Dpolicy-routing.txt79 [ metric METRIC ] [ reject ] ... (look at iproute utility)
120 Area classes must be terminated with reject record.
121 iproute add default reject class 250
122 iproute add default reject class 249
Dopenvswitch.txt130 performs best-effort detection of overlapping wildcarded flows and may reject
Dfilter.txt1023 (In 'secure' mode verifier will reject any type of pointer arithmetic to make
1061 the verifier will reject the program.
Drxrpc.txt819 This is used to reject the first incoming call on the socket's queue with
/linux-4.1.27/drivers/ssb/
Dmain.c1149 u32 reject; in ssb_device_is_enabled() local
1151 reject = ssb_tmslow_reject_bitmask(dev); in ssb_device_is_enabled()
1153 val &= SSB_TMSLOW_CLOCK | SSB_TMSLOW_RESET | reject; in ssb_device_is_enabled()
1230 u32 reject, val; in ssb_device_disable() local
1235 reject = ssb_tmslow_reject_bitmask(dev); in ssb_device_disable()
1238 ssb_write32(dev, SSB_TMSLOW, reject | SSB_TMSLOW_CLOCK); in ssb_device_disable()
1239 ssb_wait_bits(dev, SSB_TMSLOW, reject, 1000, 1); in ssb_device_disable()
1252 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
1264 reject | SSB_TMSLOW_RESET | in ssb_device_disable()
/linux-4.1.27/drivers/scsi/
Dnsp32.c1975 goto reject; in nsp32_msgin_occur()
1983 goto reject; in nsp32_msgin_occur()
2075 goto reject; in nsp32_msgin_occur()
2087 goto reject; in nsp32_msgin_occur()
2126 goto reject; /* not implemented yet */ in nsp32_msgin_occur()
2137 goto reject; in nsp32_msgin_occur()
2147 goto reject; /* not implemented yet */ in nsp32_msgin_occur()
2152 goto reject; /* not implemented yet */ in nsp32_msgin_occur()
2157 goto reject; in nsp32_msgin_occur()
2162 goto reject; in nsp32_msgin_occur()
[all …]
Dlibiscsi.c1034 struct iscsi_reject *reject = (struct iscsi_reject *)hdr; in iscsi_handle_reject() local
1038 conn->exp_statsn = be32_to_cpu(reject->statsn) + 1; in iscsi_handle_reject()
1040 if (ntoh24(reject->dlength) > datalen || in iscsi_handle_reject()
1041 ntoh24(reject->dlength) < sizeof(struct iscsi_hdr)) { in iscsi_handle_reject()
1044 "%u, datalen %d\n", ntoh24(reject->dlength), in iscsi_handle_reject()
1051 switch (reject->reason) { in iscsi_handle_reject()
1108 rejected_pdu.itt, reject->reason); in iscsi_handle_reject()
1715 goto reject; in iscsi_queuecommand()
1721 goto reject; in iscsi_queuecommand()
1751 reject: in iscsi_queuecommand()
Dmesh.c1177 goto reject; in handle_msgin()
1206 goto reject; in handle_msgin()
1239 goto reject; in handle_msgin()
1243 reject: in handle_msgin()
/linux-4.1.27/Documentation/fault-injection/
Dfault-injection.txt82 - /sys/kernel/debug/fail*/reject-start:
83 - /sys/kernel/debug/fail*/reject-end:
96 [reject-start,reject-end).
/linux-4.1.27/mm/
Dzswap.c653 goto reject; in zswap_frontswap_store()
662 goto reject; in zswap_frontswap_store()
671 goto reject; in zswap_frontswap_store()
730 reject: in zswap_frontswap_store()
/linux-4.1.27/include/rdma/
Diw_cm.h118 int (*reject)(struct iw_cm_id *cm_id, member
/linux-4.1.27/lib/
Dstring.c449 size_t strcspn(const char *s, const char *reject) in strcspn() argument
456 for (r = reject; *r != '\0'; ++r) { in strcspn()
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-vcc.txt58 "clk-s-hdmi-reject-pll",
/linux-4.1.27/drivers/target/iscsi/
Discsi_target.c2011 goto reject; in iscsit_process_text_cmd()
2018 goto reject; in iscsit_process_text_cmd()
2024 goto reject; in iscsit_process_text_cmd()
2033 goto reject; in iscsit_process_text_cmd()
2054 reject: in iscsit_process_text_cmd()
2084 goto reject; in iscsit_handle_text_cmd()
2108 goto reject; in iscsit_handle_text_cmd()
2124 goto reject; in iscsit_handle_text_cmd()
2149 reject: in iscsit_handle_text_cmd()
4023 goto reject; in iscsi_target_rx_opcode()
[all …]
Discsi_target_util.c282 bool reject = false; in iscsit_sequence_cmd() local
294 reject = true; in iscsit_sequence_cmd()
301 reject = true; in iscsit_sequence_cmd()
322 if (reject) in iscsit_sequence_cmd()
/linux-4.1.27/drivers/scsi/bnx2i/
Dbnx2i_hwi.c1812 struct bnx2i_reject_msg *reject; in bnx2i_process_reject_mesg() local
1815 reject = (struct bnx2i_reject_msg *) cqe; in bnx2i_process_reject_mesg()
1816 if (reject->data_length) { in bnx2i_process_reject_mesg()
1817 bnx2i_get_rq_buf(bnx2i_conn, conn->data, reject->data_length); in bnx2i_process_reject_mesg()
1825 hdr->opcode = reject->op_code; in bnx2i_process_reject_mesg()
1826 hdr->reason = reject->reason; in bnx2i_process_reject_mesg()
1827 hton24(hdr->dlength, reject->data_length); in bnx2i_process_reject_mesg()
1828 hdr->max_cmdsn = cpu_to_be32(reject->max_cmd_sn); in bnx2i_process_reject_mesg()
1829 hdr->exp_cmdsn = cpu_to_be32(reject->exp_cmd_sn); in bnx2i_process_reject_mesg()
1832 reject->data_length); in bnx2i_process_reject_mesg()
D57xx_iscsi_hsi.h1521 struct bnx2i_reject_msg reject; member
/linux-4.1.27/net/bridge/netfilter/
DKconfig18 tristate "Netfilter nf_tables bridge reject support"
21 Add support to reject packets.
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt69 and reject the ioctl if that's not the case. Otherwise your nice plan for
96 otherwise perfectly valid data. Without this an earlier check might reject
141 * Check that input time values are normalized and reject them if not. Note
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c2313 goto reject; in pass_accept_req()
2319 goto reject; in pass_accept_req()
2346 goto reject; in pass_accept_req()
2354 goto reject; in pass_accept_req()
2363 goto reject; in pass_accept_req()
2440 reject: in pass_accept_req()
3670 goto reject; in rx_pkt()
3677 goto reject; in rx_pkt()
3687 goto reject; in rx_pkt()
3703 goto reject; in rx_pkt()
[all …]
Dprovider.c552 dev->ibdev.iwcm->reject = c4iw_reject_cr; in c4iw_register_device()
/linux-4.1.27/drivers/infiniband/hw/nes/
Dnes_cm.h453 int (*reject)(struct nes_cm_core *, struct nes_cm_node *); member
Dnes_cm.c3491 return cm_core->api->reject(cm_core, cm_node); in nes_reject()
Dnes_verbs.c3928 nesibdev->ibdev.iwcm->reject = nes_reject; in nes_init_ofa_device()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.c1355 goto reject; in pass_accept_req()
1366 goto reject; in pass_accept_req()
1378 goto reject; in pass_accept_req()
1386 goto reject; in pass_accept_req()
1394 goto reject; in pass_accept_req()
1415 reject: in pass_accept_req()
Diwch_provider.c1430 dev->ibdev.iwcm->reject = iwch_reject_cr; in iwch_register_device()
/linux-4.1.27/drivers/mmc/host/
Dvia-sdmmc.c318 int reject; member
681 if (!(status & VIA_CRDR_SDSTS_SLOTG) || host->reject) { in via_sdc_request()
1188 sdhost->reject = 1; in via_sd_remove()
/linux-4.1.27/Documentation/RCU/
DlistRCU.txt237 If the system-call audit module were to ever need to reject stale data,
303 function to reject newly deleted data.
/linux-4.1.27/drivers/infiniband/core/
Diwcm.c390 cm_id->device->iwcm->reject(cm_id, NULL, 0); in destroy_cm_id()
495 ret = cm_id->device->iwcm->reject(cm_id, private_data, in iw_cm_reject()
Dcma.c1091 goto reject; in cma_rep_recv()
1095 goto reject; in cma_rep_recv()
1099 goto reject; in cma_rep_recv()
1102 reject: in cma_rep_recv()
3047 goto reject; in rdma_accept()
3050 reject: in rdma_accept()
/linux-4.1.27/drivers/scsi/arm/
Dfas216.c517 enum { sync, async, none, reject } res = none; in fas216_handlesync() enumerator
545 res = reject; in fas216_handlesync()
581 res = reject; in fas216_handlesync()
591 res = reject; in fas216_handlesync()
602 case reject: in fas216_handlesync()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_core.c3588 int reject; in ahc_parse_msg() local
3595 reject = FALSE; in ahc_parse_msg()
3644 reject = TRUE; in ahc_parse_msg()
3691 reject = TRUE; in ahc_parse_msg()
3722 reject = TRUE; in ahc_parse_msg()
3756 reject = TRUE; in ahc_parse_msg()
3796 if (sending_reply == FALSE && reject == FALSE) { in ahc_parse_msg()
3822 reject = TRUE; in ahc_parse_msg()
3879 reject = TRUE; in ahc_parse_msg()
3928 reject = TRUE; in ahc_parse_msg()
[all …]
Daic79xx_core.c5106 int reject; in ahd_parse_msg() local
5112 reject = FALSE; in ahd_parse_msg()
5159 reject = TRUE; in ahd_parse_msg()
5203 reject = TRUE; in ahd_parse_msg()
5234 reject = TRUE; in ahd_parse_msg()
5268 reject = TRUE; in ahd_parse_msg()
5308 if (sending_reply == FALSE && reject == FALSE) { in ahd_parse_msg()
5333 reject = TRUE; in ahd_parse_msg()
5386 reject = TRUE; in ahd_parse_msg()
5434 reject = TRUE; in ahd_parse_msg()
[all …]
Daic7xxx.reg878 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
Daic79xx.reg137 SEND_REJECT, /* sending a message reject */
/linux-4.1.27/net/ipv6/
Dmip6.c349 .reject = mip6_destopt_reject,
/linux-4.1.27/Documentation/usb/
Derror-codes.txt60 -EPERM Submission failed because urb->reject was set.
/linux-4.1.27/net/xfrm/
Dxfrm_policy.c2358 if (!x->type->reject) in xfrm_secpath_reject()
2360 return x->type->reject(x, skb, fl); in xfrm_secpath_reject()
2551 goto reject; in __xfrm_policy_check()
2579 goto reject; in __xfrm_policy_check()
2585 goto reject; in __xfrm_policy_check()
2593 reject: in __xfrm_policy_check()
/linux-4.1.27/Documentation/isdn/
DREADME.diversion64 Actions that may be invoked by a rule are ignore, proceed, reject,
DREADME306 or to reject the call actively. (isdnctrl busreject ...)
471 This enables (default) or disables an active hangup (reject) when getting an
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c2406 goto reject; in srpt_cm_req_recv()
2415 goto reject; in srpt_cm_req_recv()
2461 goto reject; in srpt_cm_req_recv()
2470 goto reject; in srpt_cm_req_recv()
2603 reject: in srpt_cm_req_recv()
/linux-4.1.27/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt440 An implementation of CIPSO on a host MUST have the capability to reject a
444 MUST be able to reject datagrams going to networks that can not provide
547 addition, the host MUST reject any incoming datagram that has a label which
/linux-4.1.27/Documentation/input/
Delantech.txt124 can check these bits and reject any packet that appears corrupted. Using
139 driver will reject any packet that appears corrupted. Using this knob,
/linux-4.1.27/Documentation/filesystems/
Dmandatory-locking.txt89 All the reference systems reject all calls to open() for a file on which
Dxfs.txt52 will reject the noattr2 mount option if it is set.
/linux-4.1.27/include/linux/
Dusb.h1450 atomic_t reject; /* submissions will fail */ member
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_provider.c847 dev->ibdev.iwcm->reject = c2_reject; in c2_register_device()
/linux-4.1.27/drivers/net/wan/
Dcosa.c1852 goto reject; in rx_interrupt()
1863 reject: /* Reject the packet */ in rx_interrupt()
/linux-4.1.27/Documentation/
Dapplying-patches.txt120 outright and leaves a file with a .rej extension (a reject file). You can
127 never see a fuzz or reject message from patch. If you do see such messages
/linux-4.1.27/Documentation/block/
Ddata-integrity.txt27 integrity of the I/O and reject it if corruption is detected. This
/linux-4.1.27/net/
DKconfig115 filter", which means that it can reject individual network packets
/linux-4.1.27/arch/arm/boot/dts/
Dstih416-clock.dtsi615 "clk-s-hdmi-reject-pll",
/linux-4.1.27/Documentation/hid/
Dhid-transport.txt286 requests. This request is mandatory and hid core will reject the device if
/linux-4.1.27/Documentation/filesystems/caching/
Dcachefiles.txt443 LSM hooks exist that allow SELinux (or Smack or whatever) to reject a request
/linux-4.1.27/include/net/
Dxfrm.h376 int (*reject)(struct xfrm_state *, struct sk_buff *, member
/linux-4.1.27/Documentation/scheduler/
Dsched-deadline.txt197 Notice that if runtime > deadline the admission control will surely reject
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt370 reject a link if it only wants links to a certain type of object (say,
/linux-4.1.27/net/netfilter/
DKconfig533 tristate "Netfilter nf_tables reject support"
535 This option adds the "reject" expression that you can use to
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME491 reject creatingfile with certain reserved characters).
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc313 will reject all the resets. This will cause the target to be