Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 150 of 150) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_expect.c388 static inline int __nf_ct_expect_check(struct nf_conntrack_expect *expect) in __nf_ct_expect_check() argument
392 struct nf_conn *master = expect->master; in __nf_ct_expect_check()
395 struct net *net = nf_ct_exp_net(expect); in __nf_ct_expect_check()
404 h = nf_ct_expect_dst_hash(&expect->tuple); in __nf_ct_expect_check()
406 if (expect_matches(i, expect)) { in __nf_ct_expect_check()
412 } else if (expect_clash(i, expect)) { in __nf_ct_expect_check()
421 p = &helper->expect_policy[expect->class]; in __nf_ct_expect_check()
423 master_help->expecting[expect->class] >= p->max_expected) { in __nf_ct_expect_check()
424 evict_oldest_expect(master, expect); in __nf_ct_expect_check()
425 if (master_help->expecting[expect->class] in __nf_ct_expect_check()
[all …]
Dnf_nat_sip.c637 .expect = nf_nat_sip_expect,
Dnf_conntrack_sip.c1258 ret = hooks->expect(skb, protoff, dataoff, dptr, datalen, in process_register_request()
/linux-4.4.14/lib/
Dtest_printf.c44 do_test(int bufsize, const char *expect, int elen, in do_test() argument
79 if (memcmp(test_buffer, expect, written)) { in do_test()
81 bufsize, fmt, test_buffer, written, expect); in do_test()
88 __test(const char *expect, int elen, const char *fmt, ...) in __test() argument
104 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test()
107 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test()
108 failed_tests += do_test(0, expect, elen, fmt, ap); in __test()
112 if (memcmp(p, expect, elen+1)) { in __test()
114 fmt, p, expect); in __test()
122 #define test(expect, fmt, ...) \ argument
[all …]
Ddebugobjects.c627 unsigned int expect, unsigned int next) in debug_object_active_state() argument
644 if (obj->astate == expect) in debug_object_active_state()
/linux-4.4.14/tools/testing/selftests/net/
Dsocket.c17 int expect; member
53 if (s->expect < 0 && in run_tests()
54 errno == -s->expect) in run_tests()
57 strerror_r(-s->expect, err_string1, ERR_STRING_SZ); in run_tests()
70 if (s->expect < 0) { in run_tests()
Dpsock_fanout.c188 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read() argument
196 ret[0], ret[1], expect[0], expect[1]); in sock_fanout_read()
198 if ((!(ret[0] == expect[0] && ret[1] == expect[1])) && in sock_fanout_read()
199 (!(ret[0] == expect[1] && ret[1] == expect[0]))) { in sock_fanout_read()
/linux-4.4.14/kernel/trace/
Dtrace_branch.c30 probe_likely_condition(struct ftrace_branch_data *f, int val, int expect) in probe_likely_condition() argument
81 entry->correct = val == expect; in probe_likely_condition()
92 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) in trace_likely_condition() argument
97 probe_likely_condition(f, val, expect); in trace_likely_condition()
198 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) in trace_likely_condition() argument
203 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect) in ftrace_likely_update() argument
211 trace_likely_condition(f, val, expect); in ftrace_likely_update()
214 if (val == expect) in ftrace_likely_update()
/linux-4.4.14/tools/perf/tests/
Dattr.py137 self.expect = {}
140 self.load_events(path, self.expect)
180 def compare(self, expect, result): argument
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)
Dkmod-path.c37 static int test_is_kernel_module(const char *path, int cpumode, bool expect) in test_is_kernel_module() argument
40 (!!is_kernel_module(path, cpumode)) == (!!expect)); in test_is_kernel_module()
42 path, cpumode, expect ? "true" : "false"); in test_is_kernel_module()
Dbpf.c43 int expect) in do_test() argument
126 if (count != expect) in do_test()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_bitmap.c460 if (!expect(device->bitmap)) in drbd_bm_capacity()
469 if (!expect(device->bitmap)) in drbd_bm_cleanup()
644 if (!expect(b)) in drbd_bm_resize()
767 if (!expect(b)) in _drbd_bm_total_weight()
769 if (!expect(b->bm_pages)) in _drbd_bm_total_weight()
793 if (!expect(b)) in drbd_bm_words()
795 if (!expect(b->bm_pages)) in drbd_bm_words()
804 if (!expect(b)) in drbd_bm_bits()
826 if (!expect(b)) in drbd_bm_merge_lel()
828 if (!expect(b->bm_pages)) in drbd_bm_merge_lel()
[all …]
Ddrbd_receiver.c396 if (!expect(!(peer_req->flags & EE_CALL_AL_COMPLETE_IO))) { in __drbd_free_peer_req()
1620 if (!expect(IS_ALIGNED(data_size, 512))) in read_in_block()
1623 if (!trim && !expect(data_size <= DRBD_MAX_BIO_SIZE)) in read_in_block()
1712 int digest_size, err, expect; in recv_dless_read() local
1734 expect = min_t(int, data_size, bvec.bv_len); in recv_dless_read()
1735 err = drbd_recv_all_warn(peer_device->connection, mapped, expect); in recv_dless_read()
1739 data_size -= expect; in recv_dless_read()
4821 const int expect = sizeof(struct p_connection_features); in drbd_do_features() local
4839 if (pi.size != expect) { in drbd_do_features()
4841 expect, pi.size); in drbd_do_features()
[all …]
Ddrbd_actlog.c854 if (!expect(sector < nr_sectors)) in __drbd_change_sync()
856 if (!expect(esector < nr_sectors)) in __drbd_change_sync()
Ddrbd_main.c1246 if (!expect(device->bitmap)) in _drbd_send_bitmap()
2240 expect(atomic_read(&req->completion_ref) == 0) && in do_retry()
2241 expect(req->rq_state & RQ_POSTPONED) && in do_retry()
2242 expect((req->rq_state & RQ_LOCAL_PENDING) == 0 || in do_retry()
Ddrbd_int.h160 #define expect(exp) ({ \ macro
Ddrbd_nl.c1358 if (!expect(new_disk_conf->resync_rate >= 1)) in drbd_adm_disk_opts()
/linux-4.4.14/drivers/bluetooth/
Dhci_h4.c188 bt_cb(skb)->expect = (&pkts[i])->hlen; in h4_recv_buf()
200 len = min_t(uint, bt_cb(skb)->expect - skb->len, count); in h4_recv_buf()
207 if (skb->len < bt_cb(skb)->expect) in h4_recv_buf()
231 bt_cb(skb)->expect += dlen; in h4_recv_buf()
242 bt_cb(skb)->expect += dlen; in h4_recv_buf()
Dbtusb.c449 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE; in btusb_recv_intr()
452 len = min_t(uint, bt_cb(skb)->expect, count); in btusb_recv_intr()
457 bt_cb(skb)->expect -= len; in btusb_recv_intr()
461 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr()
463 if (skb_tailroom(skb) < bt_cb(skb)->expect) { in btusb_recv_intr()
472 if (bt_cb(skb)->expect == 0) { in btusb_recv_intr()
504 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE; in btusb_recv_bulk()
507 len = min_t(uint, bt_cb(skb)->expect, count); in btusb_recv_bulk()
512 bt_cb(skb)->expect -= len; in btusb_recv_bulk()
518 bt_cb(skb)->expect = __le16_to_cpu(dlen); in btusb_recv_bulk()
[all …]
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_expect.h113 int nf_ct_expect_related_report(struct nf_conntrack_expect *expect,
115 static inline int nf_ct_expect_related(struct nf_conntrack_expect *expect) in nf_ct_expect_related() argument
117 return nf_ct_expect_related_report(expect, 0, 0); in nf_ct_expect_related()
/linux-4.4.14/include/linux/
Dcompiler.h108 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);
113 #define __branch_check__(x, expect) ({ \ argument
124 ftrace_likely_update(&______f, ______r, expect); \
Ddebugobjects.h79 unsigned int expect, unsigned int next);
/linux-4.4.14/drivers/input/tablet/
Dwacom_serial4.c172 u8 expect; member
289 if (wacom->data[0] != '~' || wacom->data[1] != wacom->expect) { in wacom_handle_response()
473 wacom->expect = cmd[1]; in wacom_send_and_wait()
486 wacom->expect = 0; in wacom_send_and_wait()
/linux-4.4.14/Documentation/
DSecurityBugs27 expect these delays to be short, measurable in days, not weeks or months.
32 to a few weeks. As a basic default policy, we expect report date to
Deisa.txt186 You *must not* expect any EISA device to be detected when returning
191 expect to have explored the whole machine when they exit their probe
DSubmittingDrivers116 other people already in the tree don't expect 'we are the
Dbcache.txt105 cache, don't expect the filesystem to be recoverable - you will have massive
145 - Bad performance, or traffic not going to the SSD that you'd expect
Dstatic-keys.txt289 'branch-misses'. This is where we would expect to get the most savings, since
Dsysfs-rules.txt182 Userspace applications can, however, expect the format and contents of
Drobust-futexes.txt158 (1 million held locks are unheard of - we expect at most a handful of
Dunaligned-memory-access.txt86 not be unreasonable to expect that accessing field2 would cause an unaligned
Dremoteproc.txt285 We also expect that platform-specific resource entries will show up
DHOWTO52 documented; do not expect people to adapt to you or your company's way
440 - expect your patch to be accepted without question
D00-INDEX23 - how the maintainers expect the C code in the kernel to look.
Dxillybus.txt239 doesn't expect a card to go away all of the sudden. But since the PCIe card
Ddma-buf-sharing.txt241 opengl drivers that expect to still use all the existing upload/download
Dapplying-patches.txt310 These kernels are not stable and you should expect occasional breakage if
Dpinctrl.txt555 expect pinmux drivers to present *all* possible function vs pin group mappings
1062 Finally, some devices expect the mapping table to contain certain specific
Dkprobes.txt537 so keep this in mind if you're not seeing the probe hits you expect.
DSubmittingPatches148 say that this is version N of the patch (series). Don't expect the
Dmemory-barriers.txt1275 is natural to expect that CPU 3's load from X must therefore return 1.
2835 they would then expect that the CPU will complete the memory operation for each
/linux-4.4.14/drivers/char/
Dnvram.c489 unsigned short expect; in pc_check_checksum() local
493 expect = __nvram_read_byte(PC_CKS_LOC)<<8 | in pc_check_checksum()
495 return (sum & 0xffff) == expect; in pc_check_checksum()
/linux-4.4.14/arch/arm64/boot/dts/altera/
Dsocfpga_stratix10_socdk.dts32 /* We expect the bootloader to fill in the reg */
/linux-4.4.14/Documentation/filesystems/
Dudf.txt58 The following expect a offset from 0.
66 The following expect a offset from the partition root.
Dhfs.txt50 expect:
Dromfs.txt45 romfs operates on block devices as you can expect, and the underlying
128 they will behave as you can expect (i.e. share the inode number).
Dseq_file.txt192 expect. seq_escape() is like seq_puts(), except that any character in s
Dramfs-rootfs-initramfs.txt160 two example "file" entries expect to find files named "init.sh" and "busybox" in
DLocking507 What filesystem should expect from the generic quota functions:
Dext4.txt352 store and expect 16-bit values.
Dcoda.txt1616 It can expect requests through:
/linux-4.4.14/arch/um/
DKconfig.char88 this if you expect the UML that you build to be run in environments
100 this if you expect the UML that you build to be run in environments
/linux-4.4.14/Documentation/i2c/
Dten-bit-addresses14 you can expect some problems along the way:
Dwriting-clients181 responsive address in the list. If you expect more than one device to be
/linux-4.4.14/drivers/net/ieee802154/
Datusb.c223 uint8_t expect = atusb->tx_ack_seq; in atusb_tx_done() local
225 dev_dbg(&usb_dev->dev, "atusb_tx_done (0x%02x/0x%02x)\n", seq, expect); in atusb_tx_done()
226 if (seq == expect) { in atusb_tx_done()
/linux-4.4.14/Documentation/security/
DLSM.txt27 what it tries to protect against and in what cases one would expect to
DSmack.txt578 Smack does not expect the level or category sets to be related in any
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd41 tiles get changed and it's not appropriate to expect the application
Dsysfs-firmware-dmi-entries23 never expect to find a specific entry type on their
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dspear_spics.txt7 desired by some of the device protocols above spi which expect (multiple)
/linux-4.4.14/drivers/block/
Dmg_disk.c213 static unsigned int mg_wait(struct mg_host *host, u32 expect, u32 msec) in mg_wait() argument
237 if (expect == ATA_BUSY) in mg_wait()
246 if (expect == MG_STAT_READY) in mg_wait()
250 if (expect == ATA_DRQ) in mg_wait()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_sip.h120 unsigned int (*expect)(struct sk_buff *skb, member
/linux-4.4.14/firmware/
DREADME.AddingFirmware45 Maintainers are really busy, so don't expect a prompt reply.
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c1196 static int test_type(enum event_type type, enum event_type expect) in test_type() argument
1198 if (type != expect) { in test_type()
1200 expect, type); in test_type()
1207 enum event_type expect, const char *expect_tok) in test_type_token() argument
1209 if (type != expect) { in test_type_token()
1211 expect, type); in test_type_token()
1223 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type() argument
1231 return test_type(type, expect); in __read_expect_type()
1234 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type() argument
1236 return __read_expect_type(expect, tok, 1); in read_expect_type()
[all …]
/linux-4.4.14/sound/soc/codecs/
Dwm5100.c740 u16 val, expect, i; in wm5100_seq_notifier() local
744 expect = snd_soc_read(codec, WM5100_CHANNEL_ENABLES_1); in wm5100_seq_notifier()
747 if (val == expect) { in wm5100_seq_notifier()
754 expect); in wm5100_seq_notifier()
759 expect = snd_soc_read(codec, WM5100_OUTPUT_ENABLES_2); in wm5100_seq_notifier()
762 if (val == expect) { in wm5100_seq_notifier()
769 expect); in wm5100_seq_notifier()
/linux-4.4.14/drivers/block/paride/
Dpg.c391 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pg_reset() local
407 err = memcmp(expect, got, sizeof(got)) ? -1 : 0; in pg_reset()
Dpf.c539 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pf_reset() local
553 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset()
Dpcd.c542 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pcd_reset() local
556 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset()
Dpt.c455 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pt_reset() local
469 flg &= (read_reg(pi, i + 1) == expect[i]); in pt_reset()
/linux-4.4.14/tools/perf/tests/attr/
DREADME10 these files are checked for values we expect for command.
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h310 __u16 expect; member
/linux-4.4.14/Documentation/device-mapper/
Ddm-io.txt68 and specify the number of pages they expect to perform I/O on concurrently.
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME42 expect quick action. Bugs still exist. The problem remains in isolating
/linux-4.4.14/Documentation/cdrom/
Dpacket-writing.txt51 However, some drives don't follow the specification and expect the
/linux-4.4.14/Documentation/networking/
Dtlan.txt43 but I do not expect any problems.
Dde4x5.txt176 autosense setting. In reality, I expect only the full duplex option to
Drds.txt43 RDS sockets work *mostly* as you would expect from a BSD
Dppp_generic.txt341 SC_MP_SHORTSEQ expect short multilink sequence
Dip-sysctl.txt909 This is the behaviour network many administrators will expect from
Darcnet-hardware.txt33 expect it to work.
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c521 const unsigned char *expect, size_t size) in rocker_dma_test_one() argument
535 if (buf[i] != expect[i]) { in rocker_dma_test_one()
537 buf[i], i, expect[i]); in rocker_dma_test_one()
553 unsigned char *expect; in rocker_dma_test_offset() local
563 expect = buf + ROCKER_TEST_DMA_BUF_SIZE; in rocker_dma_test_offset()
575 memset(expect, ROCKER_TEST_DMA_FILL_PATTERN, ROCKER_TEST_DMA_BUF_SIZE); in rocker_dma_test_offset()
577 dma_handle, buf, expect, in rocker_dma_test_offset()
582 memset(expect, 0, ROCKER_TEST_DMA_BUF_SIZE); in rocker_dma_test_offset()
584 dma_handle, buf, expect, in rocker_dma_test_offset()
591 expect[i] = ~buf[i]; in rocker_dma_test_offset()
[all …]
/linux-4.4.14/Documentation/scsi/
Daacraid.txt145 so don't expect him to support it.
Dlibsas.txt339 I expect user space applications to actually create a
379 4. Read the amount of data you expect to receive for the frame you built.
DFlashPoint.txt150 expect to have some data to report in the not too distant future.
Dscsi_fc_transport.txt93 Here's what to expect in the device tree :
105 Here's what to expect in the sysfs tree :
Dscsi_eh.txt147 SCSI EH thread can expect that all in-flight commands have failed and
Dncr53c8xx.txt1803 As a consequence, PCI devices generally expect DWORDS using little endian
/linux-4.4.14/Documentation/usb/
Dehci.txt25 you should expect this driver to work with them too.
182 you issue a control or bulk request you can often expect to learn that
Dgadget_multi.txt24 As one might expect, things one need to do very from system to system.
Derror-codes.txt166 * (expect also other submit and transfer status codes) *
Dhotplug.txt4 into the bus with power on. In most cases, users expect the devices to become
DCREDITS46 expect such a great help.
Dpersist.txt92 you would expect. The kernel destroys the old device structure and
DURB.txt233 transfer_buffer), and the length you want to write/expect to read.
Dproc_usb_info.txt67 read its descriptors to make sure it's the device you expect, and then
/linux-4.4.14/drivers/net/wireless/iwlwifi/
DKconfig90 expect incoming broadcasts for their normal operations.
/linux-4.4.14/Documentation/hwmon/
Dsubmitting-patches111 capabilities. While we do not expect your driver to support everything the
Df71805f102 resolution is much lower than you would expect, the step between different
/linux-4.4.14/Documentation/vm/
Dhighmem.txt161 much on your own - don't expect kernel developers to really care much if things
Dfrontswap.txt162 This notifies frontswap to expect attempts to "store" swap pages
Dtranshuge.txt110 time to defrag memory, we would expect to gain even more by the fact
/linux-4.4.14/arch/mips/
DKconfig.debug52 Most MIPS systems will normally expect 'N' here and rely upon
DKconfig2870 # or other ISA chip on the board that users don't know about so don't expect
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c931 atomic_t *expect = &sdiodev->freezer->thread_count; in brcmf_sdiod_freezer_on() local
939 atomic_read(expect) == sdiodev->freezer->frozen_count); in brcmf_sdiod_freezer_on()
/linux-4.4.14/Documentation/acpi/apei/
Deinj.txt151 documentation for details (and expect changes to this API if vendors
/linux-4.4.14/Documentation/connector/
Dconnector.txt114 If you expect a reply to the message, then the sequence number in the
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt133 written to 'set_subbuffer_size' and hardware will always expect two isochronous
/linux-4.4.14/Documentation/spi/
Dspidev73 would expect.
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi36 /* We expect the bootloader to fill in the reg */
/linux-4.4.14/Documentation/blockdev/
Dcciss.txt141 instead of just "cciss" which you might expect.)
Dzram.txt111 since we expect a 2:1 compression ratio. Note that zram uses about 0.1% of the
/linux-4.4.14/scripts/kconfig/
Dzconf.y34 %expect 30
/linux-4.4.14/arch/m68k/ifpsp060/
DTEST.DOC118 as subroutines and expect the main program to print a string
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt23 ACPI and what ACPI can expect of Linux.
244 device properties to a driver. Linux drivers should only expect it to
356 throttling for power management -- the device driver should expect that
/linux-4.4.14/arch/mips/kernel/
Dscall64-o32.S207 sd a1, PT_R5(sp) # syscalls expect them there
Dscall32-o32.S212 sw a1, PT_R5(sp) # syscalls expect them there
/linux-4.4.14/
DREPORTING-BUGS138 Linux kernel maintainers expect bug reporters to be able to follow up on
DREADME13 It has all the features you would expect in a modern fully-fledged Unix,
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt8 can expect from your user programs.
Dhvcs.txt219 ANSI) and expect inbound data to take the form of one of these supported
/linux-4.4.14/net/mac80211/
DKconfig133 If unsure, say N unless you expect to be finding problems
/linux-4.4.14/Documentation/isdn/
DsyncPPP.FAQ163 address of the subnet from which you expect your
/linux-4.4.14/Documentation/input/
Djoystick-api.txt246 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
Delantech.txt643 can expect two following head packets. If the finger status doesn't change,
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt51 largely expect the timer subsystem to have near-zero overhead.
/linux-4.4.14/drivers/xen/
DKconfig119 The old xenstore userspace tools expect to find "xenbus"
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt230 [Note that we don't expect someone to physically pull out nodes and insert
/linux-4.4.14/arch/arm64/boot/dts/freescale/
Dfsl-ls2080a.dtsi58 * We expect the enable-method for cpu's to be "psci", but this
/linux-4.4.14/Documentation/development-process/
D7.AdvancedTopics140 format the request as other developers expect, and will also check to be
D6.Followthrough44 agendas at the expense of your own. Kernel developers often expect to
/linux-4.4.14/Documentation/fb/
Dapi.txt33 expect from the device and driver.
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt31 is how we expect the compiler, application and kernel to work together.
Dboot.txt919 user, the user may expect the following command line options to work.
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt325 expect. Consider the following code fragment:
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2280.c1104 int expect; in net2280_queue() local
1109 expect = likely(req->req.zero || in net2280_queue()
1111 if (expect != ep->in_fifo_validate) in net2280_queue()
/linux-4.4.14/Documentation/target/
Dtcmu-design.txt285 /* we only want uio devices whose name is a format we expect */
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt253 pins, and expect one such configuration to succeed - if none succeeds
/linux-4.4.14/drivers/usb/gadget/
DKconfig398 This driver doesn't expect any real Audio codec to be present
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig65 This driver doesn't expect any real Audio codec to be present
/linux-4.4.14/arch/x86/math-emu/
DREADME62 to take advantage of the characteristics of the 80386. I expect that
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt224 parts and then link this into built-in.o, as you would expect.
404 but when execution "make -s" one does not expect to see any output
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt286 And of course the performance might depend on alignment, but I expect
/linux-4.4.14/Documentation/PCI/
Dpci.txt511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
/linux-4.4.14/Documentation/block/
Dbiodoc.txt319 expect bios, a helper function could be provided for setting up a bio
702 buffers) and expect only virtually mapped buffers, can access the rq->buffer
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt463 it may very well make that assumption. It may expect it to remain true to very
/linux-4.4.14/crypto/
DKconfig150 cipher mode. Only select this option by hand if you expect to load
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt345 if the variable is what you expect it to be. You know if it succeeded if
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2627 the umlgdb expect script written by Chandan Kudige. It basically
2681 expect magic will kick in and you'll see something like:
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt163 expect that an attribute might not be there, and deal with it properly
/linux-4.4.14/Documentation/trace/
Dftrace.txt535 Traces all tasks as an average developer would expect.