Searched refs:expect (Results 1 - 200 of 912) sorted by relevance

12345

/linux-4.4.14/arch/alpha/include/asm/
H A Dsegment.h4 /* Only here because we have some old header files that expect it.. */
/linux-4.4.14/arch/ia64/include/asm/
H A Dsegment.h4 /* Only here because we have some old header files that expect it.. */
/linux-4.4.14/include/asm-generic/
H A Dsegment.h4 * Only here because we have some old header files that expect it...
H A Dsyscall.h14 * All of these functions expect to be called with no locks,
/linux-4.4.14/tools/testing/selftests/net/
H A Dsocket.c17 int expect; member in struct:socket_testcase
53 if (s->expect < 0 && run_tests()
54 errno == -s->expect) run_tests()
57 strerror_r(-s->expect, err_string1, ERR_STRING_SZ); run_tests()
70 if (s->expect < 0) { run_tests()
H A Dpsock_fanout.c188 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) sock_fanout_read() argument
195 fprintf(stderr, "info: count=%d,%d, expect=%d,%d\n", sock_fanout_read()
196 ret[0], ret[1], expect[0], expect[1]); sock_fanout_read()
198 if ((!(ret[0] == expect[0] && ret[1] == expect[1])) && sock_fanout_read()
199 (!(ret[0] == expect[1] && ret[1] == expect[0]))) { sock_fanout_read()
/linux-4.4.14/net/netfilter/
H A Dnf_conntrack_expect.c194 /* Optimization: most connection never expect any others. */ nf_ct_remove_expectations()
388 static inline int __nf_ct_expect_check(struct nf_conntrack_expect *expect) __nf_ct_expect_check() argument
392 struct nf_conn *master = expect->master; __nf_ct_expect_check()
395 struct net *net = nf_ct_exp_net(expect); __nf_ct_expect_check()
404 h = nf_ct_expect_dst_hash(&expect->tuple); __nf_ct_expect_check()
406 if (expect_matches(i, expect)) { __nf_ct_expect_check()
412 } else if (expect_clash(i, expect)) { __nf_ct_expect_check()
421 p = &helper->expect_policy[expect->class]; __nf_ct_expect_check()
423 master_help->expecting[expect->class] >= p->max_expected) { __nf_ct_expect_check()
424 evict_oldest_expect(master, expect); __nf_ct_expect_check()
425 if (master_help->expecting[expect->class] __nf_ct_expect_check()
441 int nf_ct_expect_related_report(struct nf_conntrack_expect *expect, nf_ct_expect_related_report() argument
447 ret = __nf_ct_expect_check(expect); nf_ct_expect_related_report()
451 ret = nf_ct_expect_insert(expect); nf_ct_expect_related_report()
455 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report); nf_ct_expect_related_report()
529 struct nf_conntrack_expect *expect; exp_seq_show() local
534 expect = hlist_entry(n, struct nf_conntrack_expect, hnode); exp_seq_show()
536 if (expect->timeout.function) exp_seq_show()
537 seq_printf(s, "%ld ", timer_pending(&expect->timeout) exp_seq_show()
538 ? (long)(expect->timeout.expires - jiffies)/HZ : 0); exp_seq_show()
542 expect->tuple.src.l3num, exp_seq_show()
543 expect->tuple.dst.protonum); exp_seq_show()
544 print_tuple(s, &expect->tuple, exp_seq_show()
545 __nf_ct_l3proto_find(expect->tuple.src.l3num), exp_seq_show()
546 __nf_ct_l4proto_find(expect->tuple.src.l3num, exp_seq_show()
547 expect->tuple.dst.protonum)); exp_seq_show()
549 if (expect->flags & NF_CT_EXPECT_PERMANENT) { exp_seq_show()
553 if (expect->flags & NF_CT_EXPECT_INACTIVE) { exp_seq_show()
557 if (expect->flags & NF_CT_EXPECT_USERSPACE) exp_seq_show()
560 helper = rcu_dereference(nfct_help(expect->master)->helper); exp_seq_show()
562 seq_printf(s, "%s%s", expect->flags ? " " : "", helper->name); exp_seq_show()
563 if (helper->expect_policy[expect->class].name) exp_seq_show()
565 helper->expect_policy[expect->class].name); exp_seq_show()
H A Dnf_conntrack_h323_main.c283 /* Create expect for RTP */ expect_rtp_rtcp()
291 /* Create expect for RTCP */ expect_rtp_rtcp()
313 pr_debug("nf_ct_h323: expect RTP "); expect_rtp_rtcp()
315 pr_debug("nf_ct_h323: expect RTCP "); expect_rtp_rtcp()
352 /* Create expect for T.120 connections */ expect_t120()
372 pr_debug("nf_ct_h323: expect T.120 "); expect_t120()
698 /* Create expect for h245 connection */ expect_h245()
718 pr_debug("nf_ct_q931: expect H.245 "); expect_h245()
827 /* Create expect for the second call leg */ expect_callforwarding()
847 pr_debug("nf_ct_q931: expect Call Forwarding "); expect_callforwarding()
1314 /* Create expect for Q.931 */ expect_q931()
1332 pr_debug("nf_ct_ras: expect Q.931 "); expect_q931()
1335 /* Save port for looking up expect in processing RCF */ expect_q931()
1390 /* Need new expect */ process_gcf()
1399 pr_debug("nf_ct_ras: expect RAS "); process_gcf()
1480 /* Set expect timeout */ process_rcf()
1485 pr_debug("nf_ct_ras: set Q.931 expect " process_rcf()
1520 /* Clear old expect */ process_urq()
1605 /* Need new expect */ process_acf()
1615 pr_debug("nf_ct_ras: expect Q.931 "); process_acf()
1661 /* Need new expect for call signal */ process_lcf()
1671 pr_debug("nf_ct_ras: expect Q.931 "); process_lcf()
H A Dnf_conntrack_sane.c151 pr_debug("nf_ct_sane: expect: "); help()
154 /* Can't expect this? Best to drop packet now. */ help()
H A Dnf_conntrack_pptp.c167 pr_debug("unexpect_related of expect %p\n", exp); destroy_sibling_or_exp()
202 /* expect GRE connections (PNS->PAC and PAC->PNS direction) */ exp_gre()
305 /* server accepted call, we now expect GRE frames */ pptp_inbound_pkt()
355 /* we expect a GRE connection from PAC to PNS */ pptp_inbound_pkt()
H A Dnf_conntrack_tftp.c73 pr_debug("expect: "); tftp_help()
/linux-4.4.14/include/uapi/linux/
H A Dnvram.h12 /* all these functions expect an NVRAM offset, not an absolute */
H A Dx25.h68 * As this is missing lots of options, user should expect major
H A Dnet_tstamp.h41 * %SIOCGHWTSTAMP and %SIOCSHWTSTAMP expect a &struct ifreq with a
H A Djffs2.h23 /* Values we may expect to find in the 'magic' field */
H A Dmic_common.h107 * struct mic_vqconfig: This is how we expect the device configuration field
/linux-4.4.14/include/net/netfilter/
H A Dnf_conntrack_expect.h21 /* We expect this tuple, with the following mask */
113 int nf_ct_expect_related_report(struct nf_conntrack_expect *expect,
115 static inline int nf_ct_expect_related(struct nf_conntrack_expect *expect) nf_ct_expect_related() argument
117 return nf_ct_expect_related_report(expect, 0, 0); nf_ct_expect_related()
H A Dnf_conntrack.h39 /* insert expect proto private data here */
H A Dnf_conntrack_ecache.h19 u16 expmask; /* bitmask of expect events to be delivered */
/linux-4.4.14/lib/
H A Dtest_printf.c44 do_test(int bufsize, const char *expect, int elen, do_test() argument
79 if (memcmp(test_buffer, expect, written)) { do_test()
81 bufsize, fmt, test_buffer, written, expect); do_test()
88 __test(const char *expect, int elen, const char *fmt, ...) __test() argument
104 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); __test()
107 failed_tests += do_test(rand, expect, elen, fmt, ap); __test()
108 failed_tests += do_test(0, expect, elen, fmt, ap); __test()
112 if (memcmp(p, expect, elen+1)) { __test()
114 fmt, p, expect); __test()
122 #define test(expect, fmt, ...) \
123 __test(expect, strlen(expect), fmt, ##__VA_ARGS__)
H A Dpci_iomap.c22 * you expect from them in the correct way.
61 * you expect from them in the correct way. When possible write combining
105 * you expect from them in the correct way.
125 * you expect from them in the correct way. When possible write combining
H A Ddebugobjects.c622 * @expect: expected state
627 unsigned int expect, unsigned int next) debug_object_active_state()
644 if (obj->astate == expect) debug_object_active_state()
626 debug_object_active_state(void *addr, struct debug_obj_descr *descr, unsigned int expect, unsigned int next) debug_object_active_state() argument
H A Diomap.c246 * you expect in the correct way. */ pci_iounmap()
/linux-4.4.14/include/linux/netfilter/
H A Dnf_conntrack_ftp.h25 * connection we should expect. */
H A Dnf_conntrack_h323_asn1.h13 * expect it to be a full ASN.1 library.
H A Dnf_conntrack_pptp.h37 /* in pre-2.6.11 this used to be per-expect. Now it is per-conntrack
H A Dnf_conntrack_sip.h120 unsigned int (*expect)(struct sk_buff *skb, member in struct:nf_nat_sip_hooks
/linux-4.4.14/kernel/trace/
H A Dtrace_branch.c30 probe_likely_condition(struct ftrace_branch_data *f, int val, int expect) probe_likely_condition() argument
81 entry->correct = val == expect; probe_likely_condition()
92 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) trace_likely_condition() argument
97 probe_likely_condition(f, val, expect); trace_likely_condition()
198 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) trace_likely_condition() argument
203 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect) ftrace_likely_update() argument
211 trace_likely_condition(f, val, expect); ftrace_likely_update()
214 if (val == expect) ftrace_likely_update()
/linux-4.4.14/tools/perf/tests/
H A Dattr.py137 self.expect = {}
140 self.load_events(path, self.expect)
180 def compare(self, expect, result):
187 for exp_name, exp_event in expect.items():
209 for exp_name, exp_event in expect.items():
250 self.resolve_groups(self.expect);
254 self.compare(self.expect, self.result)
255 self.compare(self.result, self.expect)
H A Dkmod-path.c37 static int test_is_kernel_module(const char *path, int cpumode, bool expect) test_is_kernel_module() argument
40 (!!is_kernel_module(path, cpumode)) == (!!expect)); test_is_kernel_module()
42 path, cpumode, expect ? "true" : "false"); test_is_kernel_module()
H A Dbpf.c43 int expect) do_test()
126 if (count != expect) do_test()
42 do_test(struct bpf_object *obj, int (*func)(void), int expect) do_test() argument
H A Dattr.c11 * these files can be checked for values we expect for command.
/linux-4.4.14/include/media/
H A Dvideobuf-vmalloc.h4 * The functions expect the hardware being able to scatter gather
H A Dupd64083.h28 The first two operating modes expect a composite signal on the Y input,
H A Dvideobuf-dma-sg.h4 * The functions expect the hardware being able to scatter gather
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Dclose_clears_pmcc_test.c46 * that we have closed the event. We expect that we will. */ close_clears_pmcc()
H A Dno_handler_test.c47 /* We expect to see the PMU frozen & PMAO set */ no_handler_test()
H A Dcpu_event_pinned_vs_ebb_test.c77 /* We expect it to fail to read the event */ cpu_event_pinned_vs_ebb()
H A Dcpu_event_vs_ebb_test.c75 /* We expect the child to succeed */ cpu_event_vs_ebb()
H A Debb_vs_cpu_event_test.c79 /* The cpu event may have run, but we don't expect 100% */ ebb_vs_cpu_event()
H A Dtask_event_pinned_vs_ebb_test.c72 /* We expect it to fail to read the event */ task_event_pinned_vs_ebb()
/linux-4.4.14/include/uapi/asm-generic/
H A Dmman-common.h38 #define MADV_RANDOM 1 /* expect random page references */
39 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
/linux-4.4.14/drivers/bluetooth/
H A Dhci_h4.c188 bt_cb(skb)->expect = (&pkts[i])->hlen; h4_recv_buf()
200 len = min_t(uint, bt_cb(skb)->expect - skb->len, count); h4_recv_buf()
207 if (skb->len < bt_cb(skb)->expect) h4_recv_buf()
231 bt_cb(skb)->expect += dlen; h4_recv_buf()
242 bt_cb(skb)->expect += dlen; h4_recv_buf()
H A Dbtusb.c449 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE; btusb_recv_intr()
452 len = min_t(uint, bt_cb(skb)->expect, count); btusb_recv_intr()
457 bt_cb(skb)->expect -= len; btusb_recv_intr()
461 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; btusb_recv_intr()
463 if (skb_tailroom(skb) < bt_cb(skb)->expect) { btusb_recv_intr()
472 if (bt_cb(skb)->expect == 0) { btusb_recv_intr()
504 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE; btusb_recv_bulk()
507 len = min_t(uint, bt_cb(skb)->expect, count); btusb_recv_bulk()
512 bt_cb(skb)->expect -= len; btusb_recv_bulk()
518 bt_cb(skb)->expect = __le16_to_cpu(dlen); btusb_recv_bulk()
520 if (skb_tailroom(skb) < bt_cb(skb)->expect) { btusb_recv_bulk()
529 if (bt_cb(skb)->expect == 0) { btusb_recv_bulk()
561 bt_cb(skb)->expect = HCI_SCO_HDR_SIZE; btusb_recv_isoc()
564 len = min_t(uint, bt_cb(skb)->expect, count); btusb_recv_isoc()
569 bt_cb(skb)->expect -= len; btusb_recv_isoc()
573 bt_cb(skb)->expect = hci_sco_hdr(skb)->dlen; btusb_recv_isoc()
575 if (skb_tailroom(skb) < bt_cb(skb)->expect) { btusb_recv_isoc()
584 if (bt_cb(skb)->expect == 0) { btusb_recv_isoc()
/linux-4.4.14/arch/x86/kernel/
H A Djump_label.c52 * So we expect a default_nop... __jump_label_transform()
59 * ...otherwise expect an ideal_nop. Otherwise __jump_label_transform()
H A Dreboot_fixups_32.c77 * is a fixup, we call it and we expect to never return from it. if we
H A Dmcount_64.S126 * where ftrace_call returns. But the callbacks expect the
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dmman.h45 #define MADV_RANDOM 1 /* expect random page references */
46 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dmman.h39 #define MADV_RANDOM 1 /* expect random page references */
40 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
/linux-4.4.14/arch/x86/kernel/acpi/
H A Dapei.c35 * We expect HEST to provide a list of MC banks that report errors arch_apei_enable_cmcff()
/linux-4.4.14/include/linux/
H A Dadb.h41 #define ADBREQ_REPLY 1 /* expect reply */
H A Dsplice.h20 #define SPLICE_F_MORE (0x04) /* expect more data */
H A Dbug.h80 * If you have some code that you expect the compiler to eliminate at
H A Ddebugobjects.h79 unsigned int expect, unsigned int next);
H A Dcompiler.h108 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
113 #define __branch_check__(x, expect) ({ \
124 ftrace_likely_update(&______f, ______r, expect); \
H A Datalk.h59 /* And netatalk apps expect to stick the type in themselves */
H A Dnubus.h104 success and -1 for failure, as you'd expect. */
H A Dipmi.h209 * interrupts, and it will expect that commands will complete. It
219 * will still expect a response from that command. So the BMC should
H A Dvirtio.h21 * @num_free: number of elements we expect to be able to fit.
/linux-4.4.14/include/uapi/linux/nfsd/
H A Dexport.h39 #define NFSEXP_MSNFS 0x1000 /* do silly things that MS clients expect; no longer supported */
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dkvm_virtio.h36 * This is how we expect the device configuration field for a virtqueue
/linux-4.4.14/arch/arm/include/asm/
H A Dtypes.h8 * unambiguous on ARM as you would expect. For the types below, there is a
/linux-4.4.14/arch/arm/mach-imx/devices/
H A Dplatform-mxc_nand.c56 /* AXI has to come first, that's how the mxc_nand driver expect it */ imx_add_mxc_nand()
/linux-4.4.14/net/ipv6/
H A Dtcpv6_offload.c56 /* Set up pseudo header, usually expect stack to have done tcp6_gso_segment()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_bitmap.c460 if (!expect(device->bitmap)) drbd_bm_capacity()
469 if (!expect(device->bitmap)) drbd_bm_cleanup()
644 if (!expect(b)) drbd_bm_resize()
767 if (!expect(b)) _drbd_bm_total_weight()
769 if (!expect(b->bm_pages)) _drbd_bm_total_weight()
793 if (!expect(b)) drbd_bm_words()
795 if (!expect(b->bm_pages)) drbd_bm_words()
804 if (!expect(b)) drbd_bm_bits()
826 if (!expect(b)) drbd_bm_merge_lel()
828 if (!expect(b->bm_pages)) drbd_bm_merge_lel()
873 if (!expect(b)) drbd_bm_get_lel()
875 if (!expect(b->bm_pages)) drbd_bm_get_lel()
904 if (!expect(b)) drbd_bm_set_all()
906 if (!expect(b->bm_pages)) drbd_bm_set_all()
920 if (!expect(b)) drbd_bm_clear_all()
922 if (!expect(b->bm_pages)) drbd_bm_clear_all()
1282 if (!expect(b)) bm_find_next()
1284 if (!expect(b->bm_pages)) bm_find_next()
1386 if (!expect(b)) bm_change_bits_to()
1388 if (!expect(b->bm_pages)) bm_change_bits_to()
1529 if (!expect(b)) drbd_bm_test_bit()
1531 if (!expect(b->bm_pages)) drbd_bm_test_bit()
1566 if (!expect(b)) drbd_bm_count_bits()
1568 if (!expect(b->bm_pages)) drbd_bm_count_bits()
1582 if (expect(bitnr < b->bm_bits)) drbd_bm_count_bits()
1615 if (!expect(b)) drbd_bm_e_weight()
1617 if (!expect(b->bm_pages)) drbd_bm_e_weight()
H A Ddrbd_req.h220 /* We expect a receive ACK (wire proto B) */
223 /* We expect a write ACK (wite proto C) */
H A Ddrbd_receiver.c396 if (!expect(!(peer_req->flags & EE_CALL_AL_COMPLETE_IO))) { __drbd_free_peer_req()
1620 if (!expect(IS_ALIGNED(data_size, 512))) __must_hold()
1623 if (!trim && !expect(data_size <= DRBD_MAX_BIO_SIZE)) __must_hold()
1712 int digest_size, err, expect; recv_dless_read() local
1734 expect = min_t(int, data_size, bvec.bv_len); bio_for_each_segment()
1735 err = drbd_recv_all_warn(peer_device->connection, mapped, expect); bio_for_each_segment()
1739 data_size -= expect; bio_for_each_segment()
1951 /* we expect it to be marked out of sync anyways... e_end_block()
3584 /* we expect NUL terminated string */ receive_SyncParam()
3590 /* we still expect NUL terminated strings */ receive_SyncParam()
4821 const int expect = sizeof(struct p_connection_features); drbd_do_features() local
4839 if (pi.size != expect) { drbd_do_features()
4841 expect, pi.size); drbd_do_features()
4846 err = drbd_recv_all_warn(connection, p, expect); drbd_do_features()
5505 int expect = header_size; drbd_asender() local
5550 rv = drbd_recv_short(connection->meta.socket, buf, expect-received, 0); drbd_asender()
5603 if (received == expect && cmd == NULL) { drbd_asender()
5612 expect = header_size + cmd->pkt_size; drbd_asender()
5613 if (pi.size != expect - header_size) { drbd_asender()
5619 if (received == expect) { drbd_asender()
5638 expect = header_size; drbd_asender()
5643 rv = drbd_recv_short(connection->meta.socket, buf, expect-received, MSG_DONTWAIT); drbd_asender()
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dmman.h85 #define MADV_RANDOM 1 /* expect random page references */
86 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
/linux-4.4.14/scripts/
H A Dconmakehash.c183 /* we have a range; expect the word "idem" or a Unicode range of the main()
227 /* no range; expect a list of unicode values for a single font position */ main()
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dlite5200.c66 printk(KERN_ERR "%s() failed; expect abnormal behaviour\n", lite5200_fix_clock_config()
101 printk(KERN_ERR "%s() failed. expect abnormal behavior\n", lite5200_fix_port_config()
H A Dmedia5200.c216 printk(KERN_ERR "%s() failed. expect abnormal behavior\n", media5200_setup_arch()
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dmman.h72 #define MADV_RANDOM 1 /* expect random page references */
73 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
/linux-4.4.14/drivers/net/wireless/ti/wl18xx/
H A Dcmd.h37 /* Stop the role TX, should expect it after radar detection */
/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunvnet.h14 /* length of time (or less) we expect pending descriptors to be marked
/linux-4.4.14/arch/sparc/lib/
H A Dbitext.c7 * We expect a couple of fixed sizes of requests, so a rotating counter, reset
/linux-4.4.14/drivers/clk/imx/
H A Dclk-cpu.c66 /* Ensure the divider is what we expect */ clk_cpu_set_rate()
/linux-4.4.14/arch/alpha/lib/
H A Dclear_user.S19 * return address in $28 (exceptions expect it there)
H A Dev6-clear_user.S19 * return address in $28 (exceptions expect it there)
132 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
H A Ddivide.S20 * calling sequence, these expect their arguments in registers
H A Dev6-memset.S152 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
329 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
516 * CWG Section 3.7.6: do not expect a sustained store rate of > 1/cycle
H A Dev6-divide.S20 * calling sequence, these expect their arguments in registers
/linux-4.4.14/security/integrity/
H A Ddigsig.c55 /* v1 API expect signature without xattr type */ integrity_digsig_verify()
/linux-4.4.14/include/linux/spi/
H A Dspi_gpio.h61 * drivers expect to see all-ones data as the no slave "response".)
/linux-4.4.14/arch/ia64/sn/include/xtalk/
H A Dhubdev.h60 u32 filler; /* older PROMs expect the default size of a spinlock_t */
/linux-4.4.14/arch/arm64/include/asm/
H A Ddma-mapping.h36 * We expect no ISA devices, and all other DMA masters are expected to __generic_dma_ops()
/linux-4.4.14/arch/arm/mach-ks8695/
H A Dboard-dsm320.c80 .start = SZ_32M, /* We expect the bootloader to map
H A Dboard-acs5k.c141 .start = SZ_32M, /* We expect the bootloader to map
/linux-4.4.14/include/linux/input/
H A Dsparse-keymap.h29 * expect driver to supply value for the event.
/linux-4.4.14/tools/testing/selftests/firmware/
H A Dfw_filesystem.sh69 # Verify the contents are what we expect.
/linux-4.4.14/arch/powerpc/sysdev/
H A Dmsi_bitmap.c173 /* With no node, there's no msi-available-ranges, so expect > 0 */ test_basics()
237 /* No msi-available-ranges, so expect > 0 */ test_of_node()
254 /* msi-available-ranges, so expect == 0 */ test_of_node()
H A Dppc4xx_cpm.c81 * set them and expect them to eventually go off when they can. cpm_set()
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_nat_h323.c266 pr_debug("nf_nat_h323: expect RTP %pI4:%hu->%pI4:%hu\n", nat_rtp_rtcp()
271 pr_debug("nf_nat_h323: expect RTCP %pI4:%hu->%pI4:%hu\n", nat_rtp_rtcp()
322 pr_debug("nf_nat_h323: expect T.120 %pI4:%hu->%pI4:%hu\n", nat_t120()
382 pr_debug("nf_nat_q931: expect H.245 %pI4:%hu->%pI4:%hu\n", nat_h245()
392 * This conntrack expect function replaces nf_conntrack_q931_expect()
484 pr_debug("nf_nat_ras: expect Q.931 %pI4:%hu->%pI4:%hu\n", nat_q931()
561 pr_debug("nf_nat_q931: expect Call Forwarding %pI4:%hu->%pI4:%hu\n", nat_callforwarding()
/linux-4.4.14/net/netfilter/ipvs/
H A Dip_vs_nfct.c207 " - unknown expect\n", ip_vs_nfct_expect_callback()
223 * Use port 0 to expect connection from any port.
246 IP_VS_DBG(7, "%s: ct=%p, expect tuple=" FMT_TUPLE "\n", ip_vs_nfct_expect_related()
/linux-4.4.14/drivers/usb/host/
H A Duhci-platform.c126 * expect the hardware to be idle: not doing DMA or generating IRQs.
H A Duhci-grlib.c165 * expect the hardware to be idle: not doing DMA or generating IRQs.
H A Duhci-pci.c151 * expect the hardware to be idle: not doing DMA or generating IRQs.
/linux-4.4.14/drivers/usb/serial/
H A Dch341.c199 /* expect two bytes 0x27 0x00 */ ch341_configure()
212 /* expect two bytes 0x56 0x00 */ ch341_configure()
221 /* expect 0xff 0xee */ ch341_configure()
238 /* expect 0x9f 0xee */ ch341_configure()
/linux-4.4.14/drivers/video/backlight/
H A Djornada720_bl.c81 * at this point we expect that the mcu has accepted jornada_bl_update_status()
/linux-4.4.14/drivers/input/tablet/
H A Dwacom_serial4.c172 u8 expect; member in struct:wacom
289 if (wacom->data[0] != '~' || wacom->data[1] != wacom->expect) { wacom_handle_response()
473 wacom->expect = cmd[1]; wacom_send_and_wait()
486 wacom->expect = 0; wacom_send_and_wait()
/linux-4.4.14/drivers/net/wireless/ti/wl12xx/
H A Dcmd.h115 /* Stop the role TX, should expect it after radar detection */
/linux-4.4.14/arch/tile/include/asm/
H A Dirq.h40 * expect that interrupts will fire on a single core at a time and
H A Dmmu_context.h69 * we have efficient per-page TLB shootdown, and don't expect to spend
/linux-4.4.14/fs/nfsd/
H A Dexport.h36 * to least preferred. For the foreseeable future, we don't expect more
/linux-4.4.14/init/
H A Ddo_mounts_initrd.c2 * Many of the syscalls used in this file expect some of the arguments
H A Ddo_mounts_md.c2 * Many of the syscalls used in this file expect some of the arguments
H A Ddo_mounts_rd.c2 * Many of the syscalls used in this file expect some of the arguments
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddbdma.h57 #define INPUT_LAST 0x3000 /* ditto, expect end marker */
/linux-4.4.14/arch/metag/kernel/
H A Dftrace.c69 /* Make sure it is what we expect it to be */ ftrace_modify_code()
/linux-4.4.14/drivers/i2c/busses/
H A Di2c-cros-ec-tunnel.c28 * @request_buf: Buffer for transmitting data; we expect most transfers to fit.
29 * @response_buf: Buffer for receiving data; we expect most transfers to fit.
H A Di2c-isch.c162 * SMBus, so expect 33 MHz and calculate a bus clock of sch_access()
/linux-4.4.14/drivers/auxdisplay/
H A Dcfag12864b.c73 * If low, cfag12864b will expect commands.
74 * If high, cfag12864b will expect data.
/linux-4.4.14/drivers/block/
H A Dskd_s1120.h238 * the cycle value to expect is 1. When completions are added
240 * cycle value to expect is incremented.
H A Dmg_disk.c213 static unsigned int mg_wait(struct mg_host *host, u32 expect, u32 msec) mg_wait() argument
237 if (expect == ATA_BUSY) mg_wait()
246 if (expect == MG_STAT_READY) mg_wait()
250 if (expect == ATA_DRQ) mg_wait()
/linux-4.4.14/include/linux/mmc/
H A Dcore.h28 #define MMC_RSP_CRC (1 << 2) /* expect valid crc */
46 * is all zeros, which means we don't expect a response.
/linux-4.4.14/arch/s390/kernel/
H A Dftrace.c130 /* Verify that the to be replaced code matches what we expect. */ ftrace_make_nop()
158 /* Verify that the to be replaced code matches what we expect. */ ftrace_make_call()
H A Dmachine_kexec.c108 * Start kdump: We expect here that a store status has been done on our CPU
/linux-4.4.14/net/llc/
H A Dllc_s_ac.c35 * UNITDATA INDICATION; verify our event is the kind we expect
175 * kind we expect.
/linux-4.4.14/drivers/watchdog/
H A Dshwdt.c17 * Added expect close support, made emulated timeout runtime changeable
58 * Also, since we can't really expect userspace to be responsive enough
/linux-4.4.14/drivers/parisc/
H A Dpdc_stable.c201 /* We expect the caller to set the ready flag to 0 if the hardware pdcspath_store()
209 /* else, we expect the provided hwpath to be valid. */ pdcspath_store()
505 /* We hard define the 4 types of path we expect to find */
751 * We expect a precise syntax:
813 printk(KERN_WARNING "%s: Parse error: expect \"n\" (n == 0 or 1)\n", __func__); pdcs_auto_write()
823 * We expect a precise syntax:
839 * We expect a precise syntax:
H A Deisa_enumerator.c285 * describes which other records to expect in this configure_choise()
441 /* Maybe we didn't expect a card to be here... */ init_slot()
/linux-4.4.14/drivers/char/
H A Dnvram.c489 unsigned short expect; pc_check_checksum() local
493 expect = __nvram_read_byte(PC_CKS_LOC)<<8 | pc_check_checksum()
495 return (sum & 0xffff) == expect; pc_check_checksum()
/linux-4.4.14/arch/powerpc/kernel/
H A Dftrace.c63 /* Make sure it is what we expect it to be */ ftrace_modify_code()
209 /* verify that this is what we expect it to be */ __ftrace_make_nop()
301 * We expect to see: __ftrace_make_call()
/linux-4.4.14/net/irda/
H A Dparameters.c223 * Check that the integer length is what we expect it to be. If the irda_extract_integer()
233 * that the handler expect). This is necessary, as some irda_extract_integer()
235 * If the parameter is shorter than we expect or is big irda_extract_integer()
/linux-4.4.14/drivers/usb/musb/
H A Dmusb_core.h100 MUSB_EP0_START, /* expect ack of setup */
101 MUSB_EP0_IN, /* expect IN DATA */
102 MUSB_EP0_OUT, /* expect ack of OUT DATA */
103 MUSB_EP0_STATUS, /* expect ack of STATUS */
H A Dmusb_dma.h110 * interrupts we expect.
/linux-4.4.14/drivers/spi/
H A Dspi-clps711x.c43 /* We are expect that SPI-device is not selected */ spi_clps711x_setup()
H A Dspi-butterfly.c275 * both, AVR uses AT45). Here we expect firmware for the first option. butterfly_attach()
H A Dspi-falcon.c213 * go to end and expect another falcon_sflash_xfer()
/linux-4.4.14/drivers/media/radio/
H A Dradio-typhoon.c24 * value where I do expect just noise and turn the speaker volume down.
/linux-4.4.14/drivers/media/rc/img-ir/
H A Dimg-ir-raw.c66 * The raw decoders expect to get a final sample even if there are no edges, in
/linux-4.4.14/drivers/misc/
H A Datmel_tclib.c16 * one of the TC blocks. For simplicity, it doesn't currently expect to
/linux-4.4.14/drivers/net/ieee802154/
H A Datusb.c223 uint8_t expect = atusb->tx_ack_seq; atusb_tx_done() local
225 dev_dbg(&usb_dev->dev, "atusb_tx_done (0x%02x/0x%02x)\n", seq, expect); atusb_tx_done()
226 if (seq == expect) { atusb_tx_done()
232 * unlikely case now that seq == expect is then true, but can atusb_tx_done()
/linux-4.4.14/drivers/net/usb/
H A Dint51x1.c124 /* do not expect to see traffic of other PLCs */ int51x1_set_multicast()
/linux-4.4.14/arch/x86/xen/
H A Dxen-asm.S60 * Callers expect the status to be in X86_EFLAGS_IF, and other bits
/linux-4.4.14/drivers/char/hw_random/
H A Dvirtio-rng.c126 /* We expect a single virtqueue. */ probe_common()
/linux-4.4.14/arch/alpha/kernel/
H A Dsys_rawhide.c142 * 0x80 *higher* than one might expect, as PCI IRQ 0 (ie bit 0) rawhide_srm_device_interrupt()
/linux-4.4.14/kernel/
H A Duser.c86 * the caller of free_uid() didn't expect that..
H A Dtracepoint.c340 * The notifier block callback should expect a "struct tp_module" data
364 * The notifier block callback should expect a "struct tp_module" data
/linux-4.4.14/include/linux/mfd/wm831x/
H A Dpdata.h57 int dvs_init_state; /** DVS state to expect on startup */
/linux-4.4.14/arch/powerpc/mm/
H A Dinit_32.c153 /* Freescale Book-E parts expect lowmem to be mapped by fixed TLB MMU_init()
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dfault.c123 * in time, we can still expect to get the same fault spufs_handle_class1()
/linux-4.4.14/arch/mips/include/asm/sn/
H A Dkldir.h137 * and expect more space to be allocated. The way to find out the true size
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dtraps.h99 /* Is this a trap we never expect to get? */
/linux-4.4.14/arch/microblaze/include/asm/
H A Dmmu_context_mm.h63 * This caches the next context number that we expect to be free.
/linux-4.4.14/arch/arm/kernel/
H A Ddma-isa.c86 * Cope with ISA-style drivers which expect cache isa_enable_dma()
/linux-4.4.14/arch/arm/mach-ixp4xx/
H A Domixp-setup.c110 * This way standard images can be used with the kernel that expect
/linux-4.4.14/net/mac80211/
H A Dpm.c78 /* Drivers don't expect to suspend while some operations like __ieee80211_suspend()
/linux-4.4.14/sound/isa/msnd/
H A Dmsnd_midi.c8 * input is done also via polling. Do not expect good performance.
/linux-4.4.14/drivers/remoteproc/
H A Dremoteproc_elf_loader.c129 * Some remote processors will expect their code and data to be placed
132 * We currently support only those kind of remote processors, and expect
/linux-4.4.14/drivers/cpufreq/
H A Dimx6q-cpufreq.c130 /* Ensure the arm clock divider is what we expect */ imx6q_set_target()
233 * We expect an OPP table supplied by platform. imx6q_cpufreq_probe()
H A Ds3c2440-cpufreq.c175 BUG(); /* we don't expect to get here. */ s3c2440_cpufreq_setdivs()
/linux-4.4.14/fs/notify/dnotify/
H A Ddnotify.c292 /* expect most fcntl to add new rather than augment old */ fcntl_dirnotify()
299 /* new fsnotify mark, we expect most fcntl calls to add a new mark */ fcntl_dirnotify()
/linux-4.4.14/include/net/
H A Dieee80211_radiotap.h53 * should expect in the following, and for that reason I tell the
267 #define IEEE80211_RADIOTAP_F_TX_NOACK 0x0008 /* don't expect an ack */
/linux-4.4.14/include/net/irda/
H A Dirda_device.h187 /* Maximum SIR frame (skb) that we expect to receive *unwrapped*.
195 /* Maximum SIR frame that we expect to send, wrapped (i.e. with XBOFS
/linux-4.4.14/net/l2tp/
H A Dl2tp_core.h61 unsigned int recv_seq:1; /* expect receive packets with
119 unsigned int recv_seq:1; /* expect receive packets with
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h383 * This is the PHASE we expect at this point.
938 * We expect MESSAGE IN phase.
1187 * to check against the data direction we expect.
1263 * to check against the data direction we expect.
1370 * We expect an immediate disconnect once
1648 * we expect an immediate disconnect
H A Dsym_fw2.h368 * This is the PHASE we expect at this point.
883 * We expect MESSAGE IN phase.
1073 * to check against the data direction we expect.
1138 * to check against the data direction we expect.
1249 * We expect an immediate disconnect once
1521 * we expect an immediate disconnect
/linux-4.4.14/drivers/staging/most/aim-v4l2/
H A Dvideo.c496 pr_err("wrong direction, expect rx\n"); aim_probe_channel()
502 pr_err("wrong channel type, expect sync or isoc_avp\n"); aim_probe_channel()
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dtxc43128_phy.c22 /* We expect these MMDs to be in the package */
195 /* Check that all the MMDs we expect are present and responding. */ txc_reset_phy()
H A Dmdio_10g.c71 /* This ought to be ridiculous overkill. We expect it to fail rarely */
/linux-4.4.14/fs/ecryptfs/
H A Dmiscdev.c148 * this is NULL, then we do not expect a reply.
318 /* We do not expect a reply from the userspace daemon for any ecryptfs_miscdev_read()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_serial.c228 /* support all relevant hardware speeds... we expect that when gser_bind()
/linux-4.4.14/drivers/tty/serial/
H A Dkgdboc.c54 /* We do not expect anyone to actually bind to us */ kgdboc_reset_disconnect()
/linux-4.4.14/drivers/video/fbdev/
H A Dfm2fb.c111 * line needs 1 second so do not expect to much from this
/linux-4.4.14/drivers/scsi/arm/
H A Darxescsi.c109 * transfer - minimum number of bytes we expect to transfer
/linux-4.4.14/drivers/leds/
H A Dleds-wm831x-status.c150 /* Always update; if we fail turn off blinking since we expect wm831x_status_blink_set()
/linux-4.4.14/drivers/macintosh/
H A Dwindfarm_smu_sat.c244 /* expect location to be CPU [AB][01] ... */ wf_sat_probe()
/linux-4.4.14/drivers/md/
H A Ddm-cache-policy.h250 * expect to relax this in future.
H A Draid1.h94 * recovery to be attempted as we expect a read error.
/linux-4.4.14/drivers/mmc/core/
H A Dsdio_irq.c132 * Just like traditional hard IRQ handlers, we expect SDIO sdio_irq_thread()
/linux-4.4.14/drivers/infiniband/hw/mlx4/
H A Dah.c142 * might sleep. We don't expect this mlx4_ib_create_ah()
/linux-4.4.14/drivers/hv/
H A Dhv_snapshot.c103 /* Daemon doesn't expect us to reply */ vss_handle_handshake()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr300_cmdbuf.c515 /* do the counts match what we expect ? */ r300_emit_3d_load_vbpntr()
609 DRM_ERROR("3D_DRAW_INDX_2: expect subsequent INDX_BUFFER, but stream is too short.\n"); r300_emit_draw_indx_2()
624 DRM_ERROR("3D_DRAW_INDX_2: expect subsequent INDX_BUFFER.\n"); r300_emit_draw_indx_2()
676 /* Check again now that we know how much data to expect */ r300_emit_raw_packet3()
/linux-4.4.14/drivers/media/v4l2-core/
H A Dvideobuf-vmalloc.c4 * The functions expect the hardware being able to scatter gather
/linux-4.4.14/drivers/misc/eeprom/
H A Deeprom_93cx6.c333 * Note, since we do not expect large number of write operations
/linux-4.4.14/drivers/nvmem/
H A Dvf610-ocotp.c198 * In case of error, we do not abort and expect to read vf610_ocotp_read()
/linux-4.4.14/drivers/of/
H A Dof_pci.c155 * expect IO ranges to be present in the device tree.
/linux-4.4.14/drivers/pci/host/
H A Dpci-host-generic.c42 * ARM pcibios functions expect the ARM struct pci_sys_data as the PCI
H A Dpci-versatile.c202 * PCI_INTERRUPT_LINE register to tell QEMU that we expect versatile_pci_probe()
/linux-4.4.14/drivers/pcmcia/
H A Domap_cf.c31 /* NOTE: don't expect this to support many I/O cards. The 16xx chips have
/linux-4.4.14/drivers/pinctrl/vt8500/
H A Dpinctrl-wm8650.c28 * expect.
/linux-4.4.14/drivers/power/
H A Dpower_supply_sysfs.c305 /* When a battery is absent, we expect -ENODEV. Don't abort; power_supply_uevent()
/linux-4.4.14/drivers/clocksource/
H A Dacpi_pm.c162 /* Check that the PMTMR delta is within 5% of what we expect */ verify_pmtmr_rate()
/linux-4.4.14/drivers/connector/
H A Dconnector.c55 * If we expect a reply to our message then the sequence number in
/linux-4.4.14/arch/tile/kernel/
H A Dptrace.c60 * PEEKUSR, and two copies for POKEUSR. But in general we expect
/linux-4.4.14/arch/tile/lib/
H A Datomic_asm_32.S26 * since they are only used from kernel space and don't expect to fault.
H A Dspinlock_32.c122 BUG_ON(val == 0); /* we don't expect wraparound */ arch_read_trylock()
/linux-4.4.14/arch/um/os-Linux/
H A Dsignal.c272 * handlers expect them off when they are called. They will unblock_signals()
/linux-4.4.14/arch/unicore32/kernel/
H A Dhead.S39 * make sure that KERNEL_RAM_VADDR is correctly set. Currently, we expect
/linux-4.4.14/crypto/
H A Dpoly1305_generic.c59 * simultaneously. Instead we expect the key as the first 32 bytes in crypto_poly1305_setkey()
/linux-4.4.14/arch/cris/arch-v10/lib/
H A Dmemset.c30 result is somewhat depending on gcc generating what we expect rather
H A Dstring.c30 result is somewhat depending on gcc generating what we expect rather
/linux-4.4.14/arch/cris/arch-v32/lib/
H A Dmemset.c30 result is somewhat depending on gcc generating what we expect rather
H A Dstring.c30 result is somewhat depending on gcc generating what we expect rather
/linux-4.4.14/net/8021q/
H A Dvlan_core.c39 * vlan_insert_tag expect skb->data pointing to mac header. vlan_do_receive()
/linux-4.4.14/net/sunrpc/auth_gss/
H A Dgss_rpc_upcall.c260 * pass in the max length we expect for each of these gssp_accept_sec_context_upcall()
/linux-4.4.14/net/sunrpc/xprtrdma/
H A Drpc_rdma.c820 /* never expect read chunks */ rpcrdma_reply_handler()
821 /* never expect reply chunks (two ways to check) */ rpcrdma_reply_handler()
822 /* never expect write chunks without having offered RDMA */ rpcrdma_reply_handler()
860 /* never expect read or write chunks, always reply chunks */ rpcrdma_reply_handler()
/linux-4.4.14/fs/
H A Dattr.c185 * be appropriate for callers that expect the underlying filesystem not
/linux-4.4.14/kernel/locking/
H A Dsemaphore.c19 * parts of the kernel expect to be able to use down() on a semaphore in
/linux-4.4.14/fs/xfs/
H A Dxfs_export.c148 * confuse applications using bulkstat that expect EINVAL. xfs_nfs_get_inode()

Completed in 5830 milliseconds

12345