/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_hv_rm_xics.c | 157 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 …]
|
D | book3s_xics.c | 334 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/ |
D | failcmd.sh | 43 --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/ |
D | ip6t_REJECT.c | 42 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/ |
D | decode.c | 288 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/ |
D | mapper.c | 426 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/ |
D | fc_rport.c | 770 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 …]
|
D | fc_exch.c | 1010 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 …]
|
D | fc_disc.c | 105 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/ |
D | urb.c | 133 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()
|
D | hcd.c | 1181 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/ |
D | ipt_REJECT.c | 36 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/ |
D | sysfs-driver-hid-roccat-pyra | 18 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
|
D | sysfs-driver-hid-roccat-savu | 9 The mouse will reject invalid data. 33 The mouse will reject invalid data. 67 The mouse will reject invalid data.
|
D | sysfs-driver-hid-roccat-kovaplus | 28 The mouse will reject invalid data. 44 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-koneplus | 39 The mouse will reject invalid data. 55 The mouse will reject invalid data.
|
D | sysfs-driver-hid-roccat-kone | 50 The mouse will reject invalid data, whereas the profile number 62 The data has to be 36 bytes long. The mouse will reject invalid
|
D | sysfs-driver-hid-roccat-ryos | 18 The device will reject invalid data.
|
/linux-4.1.27/Documentation/networking/ |
D | policy-routing.txt | 79 [ 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
|
D | openvswitch.txt | 130 performs best-effort detection of overlapping wildcarded flows and may reject
|
D | filter.txt | 1023 (In 'secure' mode verifier will reject any type of pointer arithmetic to make 1061 the verifier will reject the program.
|
D | rxrpc.txt | 819 This is used to reject the first incoming call on the socket's queue with
|
/linux-4.1.27/drivers/ssb/ |
D | main.c | 1149 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/ |
D | nsp32.c | 1975 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 …]
|
D | libiscsi.c | 1034 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()
|
D | mesh.c | 1177 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/ |
D | fault-injection.txt | 82 - /sys/kernel/debug/fail*/reject-start: 83 - /sys/kernel/debug/fail*/reject-end: 96 [reject-start,reject-end).
|
/linux-4.1.27/mm/ |
D | zswap.c | 653 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/ |
D | iw_cm.h | 118 int (*reject)(struct iw_cm_id *cm_id, member
|
/linux-4.1.27/lib/ |
D | string.c | 449 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/ |
D | st,clkgen-vcc.txt | 58 "clk-s-hdmi-reject-pll",
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target.c | 2011 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 …]
|
D | iscsi_target_util.c | 282 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/ |
D | bnx2i_hwi.c | 1812 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()
|
D | 57xx_iscsi_hsi.h | 1521 struct bnx2i_reject_msg reject; member
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 18 tristate "Netfilter nf_tables bridge reject support" 21 Add support to reject packets.
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 69 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/ |
D | cm.c | 2313 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 …]
|
D | provider.c | 552 dev->ibdev.iwcm->reject = c4iw_reject_cr; in c4iw_register_device()
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_cm.h | 453 int (*reject)(struct nes_cm_core *, struct nes_cm_node *); member
|
D | nes_cm.c | 3491 return cm_core->api->reject(cm_core, cm_node); in nes_reject()
|
D | nes_verbs.c | 3928 nesibdev->ibdev.iwcm->reject = nes_reject; in nes_init_ofa_device()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 1355 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()
|
D | iwch_provider.c | 1430 dev->ibdev.iwcm->reject = iwch_reject_cr; in iwch_register_device()
|
/linux-4.1.27/drivers/mmc/host/ |
D | via-sdmmc.c | 318 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/ |
D | listRCU.txt | 237 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/ |
D | iwcm.c | 390 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()
|
D | cma.c | 1091 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/ |
D | fas216.c | 517 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/ |
D | aic7xxx_core.c | 3588 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 …]
|
D | aic79xx_core.c | 5106 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 …]
|
D | aic7xxx.reg | 878 mask SEND_REJECT 0x10|SEQINT /* sending a message reject */
|
D | aic79xx.reg | 137 SEND_REJECT, /* sending a message reject */
|
/linux-4.1.27/net/ipv6/ |
D | mip6.c | 349 .reject = mip6_destopt_reject,
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 60 -EPERM Submission failed because urb->reject was set.
|
/linux-4.1.27/net/xfrm/ |
D | xfrm_policy.c | 2358 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/ |
D | README.diversion | 64 Actions that may be invoked by a rule are ignore, proceed, reject,
|
D | README | 306 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/ |
D | ib_srpt.c | 2406 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/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 440 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/ |
D | elantech.txt | 124 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/ |
D | mandatory-locking.txt | 89 All the reference systems reject all calls to open() for a file on which
|
D | xfs.txt | 52 will reject the noattr2 mount option if it is set.
|
/linux-4.1.27/include/linux/ |
D | usb.h | 1450 atomic_t reject; /* submissions will fail */ member
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.c | 847 dev->ibdev.iwcm->reject = c2_reject; in c2_register_device()
|
/linux-4.1.27/drivers/net/wan/ |
D | cosa.c | 1852 goto reject; in rx_interrupt() 1863 reject: /* Reject the packet */ in rx_interrupt()
|
/linux-4.1.27/Documentation/ |
D | applying-patches.txt | 120 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/ |
D | data-integrity.txt | 27 integrity of the I/O and reject it if corruption is detected. This
|
/linux-4.1.27/net/ |
D | Kconfig | 115 filter", which means that it can reject individual network packets
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | stih416-clock.dtsi | 615 "clk-s-hdmi-reject-pll",
|
/linux-4.1.27/Documentation/hid/ |
D | hid-transport.txt | 286 requests. This request is mandatory and hid core will reject the device if
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | cachefiles.txt | 443 LSM hooks exist that allow SELinux (or Smack or whatever) to reject a request
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 376 int (*reject)(struct xfrm_state *, struct sk_buff *, member
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 197 Notice that if runtime > deadline the admission control will surely reject
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 370 reject a link if it only wants links to a certain type of object (say,
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 533 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/ |
D | README | 491 reject creatingfile with certain reserved characters).
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 313 will reject all the resets. This will cause the target to be
|