/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_expect.c | 385 static inline int __nf_ct_expect_check(struct nf_conntrack_expect *expect) in __nf_ct_expect_check() argument 389 struct nf_conn *master = expect->master; in __nf_ct_expect_check() 392 struct net *net = nf_ct_exp_net(expect); in __nf_ct_expect_check() 401 h = nf_ct_expect_dst_hash(&expect->tuple); in __nf_ct_expect_check() 403 if (expect_matches(i, expect)) { in __nf_ct_expect_check() 409 } else if (expect_clash(i, expect)) { in __nf_ct_expect_check() 418 p = &helper->expect_policy[expect->class]; in __nf_ct_expect_check() 420 master_help->expecting[expect->class] >= p->max_expected) { in __nf_ct_expect_check() 421 evict_oldest_expect(master, expect); in __nf_ct_expect_check() 422 if (master_help->expecting[expect->class] in __nf_ct_expect_check() [all …]
|
D | nf_nat_sip.c | 637 .expect = nf_nat_sip_expect,
|
D | nf_conntrack_sip.c | 1258 ret = hooks->expect(skb, protoff, dataoff, dptr, datalen, in process_register_request()
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | socket.c | 17 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()
|
D | psock_fanout.c | 139 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read() argument 147 ret[0], ret[1], expect[0], expect[1]); in sock_fanout_read() 149 if ((!(ret[0] == expect[0] && ret[1] == expect[1])) && in sock_fanout_read() 150 (!(ret[0] == expect[1] && ret[1] == expect[0]))) { in sock_fanout_read()
|
/linux-4.1.27/kernel/trace/ |
D | trace_branch.c | 30 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() 209 void trace_likely_condition(struct ftrace_branch_data *f, int val, int expect) in trace_likely_condition() argument 214 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect) in ftrace_likely_update() argument 222 trace_likely_condition(f, val, expect); in ftrace_likely_update() 225 if (val == expect) in ftrace_likely_update()
|
/linux-4.1.27/tools/perf/tests/ |
D | attr.py | 137 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)
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_bitmap.c | 460 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 …]
|
D | drbd_receiver.c | 395 if (!expect(!(peer_req->flags & EE_CALL_AL_COMPLETE_IO))) { in __drbd_free_peer_req() 1619 if (!expect(IS_ALIGNED(data_size, 512))) in read_in_block() 1622 if (!trim && !expect(data_size <= DRBD_MAX_BIO_SIZE)) in read_in_block() 1711 int digest_size, err, expect; in recv_dless_read() local 1733 expect = min_t(int, data_size, bvec.bv_len); in recv_dless_read() 1734 err = drbd_recv_all_warn(peer_device->connection, mapped, expect); in recv_dless_read() 1738 data_size -= expect; in recv_dless_read() 4820 const int expect = sizeof(struct p_connection_features); in drbd_do_features() local 4838 if (pi.size != expect) { in drbd_do_features() 4840 expect, pi.size); in drbd_do_features() [all …]
|
D | drbd_actlog.c | 854 if (!expect(sector < nr_sectors)) in __drbd_change_sync() 856 if (!expect(esector < nr_sectors)) in __drbd_change_sync()
|
D | drbd_main.c | 1246 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()
|
D | drbd_int.h | 159 #define expect(exp) ({ \ macro
|
D | drbd_nl.c | 1358 if (!expect(new_disk_conf->resync_rate >= 1)) in drbd_adm_disk_opts()
|
/linux-4.1.27/drivers/bluetooth/ |
D | hci_h4.c | 187 bt_cb(skb)->expect = (&pkts[i])->hlen; in h4_recv_buf() 199 len = min_t(uint, bt_cb(skb)->expect - skb->len, count); in h4_recv_buf() 206 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()
|
D | bpa10x.c | 81 struct { __u8 type; int expect; } *scb; in bpa10x_recv() member 136 scb->expect = len; in bpa10x_recv() 141 len = scb->expect; in bpa10x_recv() 148 scb->expect -= len; in bpa10x_recv() 150 if (scb->expect == 0) { in bpa10x_recv()
|
D | btusb.c | 428 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE; in btusb_recv_intr() 431 len = min_t(uint, bt_cb(skb)->expect, count); in btusb_recv_intr() 436 bt_cb(skb)->expect -= len; in btusb_recv_intr() 440 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr() 442 if (skb_tailroom(skb) < bt_cb(skb)->expect) { in btusb_recv_intr() 451 if (bt_cb(skb)->expect == 0) { in btusb_recv_intr() 483 bt_cb(skb)->expect = HCI_ACL_HDR_SIZE; in btusb_recv_bulk() 486 len = min_t(uint, bt_cb(skb)->expect, count); in btusb_recv_bulk() 491 bt_cb(skb)->expect -= len; in btusb_recv_bulk() 497 bt_cb(skb)->expect = __le16_to_cpu(dlen); in btusb_recv_bulk() [all …]
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_expect.h | 108 int nf_ct_expect_related_report(struct nf_conntrack_expect *expect, 110 static inline int nf_ct_expect_related(struct nf_conntrack_expect *expect) in nf_ct_expect_related() argument 112 return nf_ct_expect_related_report(expect, 0, 0); in nf_ct_expect_related()
|
/linux-4.1.27/include/linux/ |
D | compiler.h | 106 void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect); 111 #define __branch_check__(x, expect) ({ \ argument 122 ftrace_likely_update(&______f, ______r, expect); \
|
D | debugobjects.h | 79 unsigned int expect, unsigned int next);
|
/linux-4.1.27/drivers/input/tablet/ |
D | wacom_serial4.c | 172 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.1.27/Documentation/ |
D | SecurityBugs | 27 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
|
D | eisa.txt | 186 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
|
D | SubmittingDrivers | 116 other people already in the tree don't expect 'we are the
|
D | bcache.txt | 105 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
|
D | static-keys.txt | 284 'branch-misses'. This is where we would expect to get the most savings, since
|
D | sysfs-rules.txt | 182 Userspace applications can, however, expect the format and contents of
|
D | unaligned-memory-access.txt | 86 not be unreasonable to expect that accessing field2 would cause an unaligned
|
D | robust-futexes.txt | 158 (1 million held locks are unheard of - we expect at most a handful of
|
D | remoteproc.txt | 279 We also expect that platform-specific resource entries will show up
|
D | HOWTO | 52 documented; do not expect people to adapt to you or your company's way 440 - expect your patch to be accepted without question
|
D | 00-INDEX | 23 - how the maintainers expect the C code in the kernel to look.
|
D | xillybus.txt | 239 doesn't expect a card to go away all of the sudden. But since the PCIe card
|
D | dma-buf-sharing.txt | 241 opengl drivers that expect to still use all the existing upload/download
|
D | applying-patches.txt | 310 These kernels are not stable and you should expect occasional breakage if
|
D | pinctrl.txt | 555 expect pinmux drivers to present *all* possible function vs pin group mappings 1051 Finally, some devices expect the mapping table to contain certain specific
|
D | kprobes.txt | 537 so keep this in mind if you're not seeing the probe hits you expect.
|
D | SubmittingPatches | 148 say that this is version N of the patch (series). Don't expect the
|
D | memory-barriers.txt | 1273 is natural to expect that CPU 3's load from X must therefore return 1. 2880 they would then expect that the CPU will complete the memory operation for each
|
/linux-4.1.27/drivers/char/ |
D | nvram.c | 489 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.1.27/arch/arm64/kvm/ |
D | Kconfig | 51 large, so only choose a reasonable number that you expect to
|
/linux-4.1.27/Documentation/filesystems/ |
D | udf.txt | 58 The following expect a offset from 0. 66 The following expect a offset from the partition root.
|
D | hfs.txt | 50 expect:
|
D | romfs.txt | 45 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).
|
D | seq_file.txt | 192 expect. seq_escape() is like seq_puts(), except that any character in s
|
D | ramfs-rootfs-initramfs.txt | 160 two example "file" entries expect to find files named "init.sh" and "busybox" in
|
D | Locking | 506 What filesystem should expect from the generic quota functions:
|
D | ext4.txt | 352 store and expect 16-bit values.
|
D | coda.txt | 1616 It can expect requests through:
|
/linux-4.1.27/arch/arm/kvm/ |
D | Kconfig | 56 large, so only choose a reasonable number that you expect to
|
/linux-4.1.27/Documentation/i2c/ |
D | ten-bit-addresses | 10 you can expect some problems along the way:
|
D | writing-clients | 181 responsive address in the list. If you expect more than one device to be
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 88 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.1.27/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 7 desired by some of the device protocols above spi which expect (multiple)
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 41 tiles get changed and it's not appropriate to expect the application
|
D | sysfs-firmware-dmi | 23 never expect to find a specific entry type on their
|
/linux-4.1.27/Documentation/security/ |
D | LSM.txt | 27 what it tries to protect against and in what cases one would expect to
|
D | Smack.txt | 543 Smack does not expect the level or category sets to be related in any
|
/linux-4.1.27/drivers/block/ |
D | mg_disk.c | 213 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.1.27/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 120 unsigned int (*expect)(struct sk_buff *skb, member
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 1130 static int test_type(enum event_type type, enum event_type expect) in test_type() argument 1132 if (type != expect) { in test_type() 1134 expect, type); in test_type() 1141 enum event_type expect, const char *expect_tok) in test_type_token() argument 1143 if (type != expect) { in test_type_token() 1145 expect, type); in test_type_token() 1157 static int __read_expect_type(enum event_type expect, char **tok, int newline_ok) in __read_expect_type() argument 1165 return test_type(type, expect); in __read_expect_type() 1168 static int read_expect_type(enum event_type expect, char **tok) in read_expect_type() argument 1170 return __read_expect_type(expect, tok, 1); in read_expect_type() [all …]
|
/linux-4.1.27/sound/soc/codecs/ |
D | wm5100.c | 740 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.1.27/drivers/block/paride/ |
D | pg.c | 390 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pg_reset() local 406 err = memcmp(expect, got, sizeof(got)) ? -1 : 0; in pg_reset()
|
D | pcd.c | 541 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pcd_reset() local 555 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset()
|
D | pf.c | 538 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pf_reset() local 552 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset()
|
D | pt.c | 454 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pt_reset() local 468 flg &= (read_reg(pi, i + 1) == expect[i]); in pt_reset()
|
/linux-4.1.27/include/net/bluetooth/ |
D | bluetooth.h | 294 __u16 expect; member
|
/linux-4.1.27/arch/arm64/boot/dts/qcom/ |
D | msm8916.dtsi | 33 /* We expect the bootloader to fill in the reg */
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 10 these files are checked for values we expect for command.
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-io.txt | 68 and specify the number of pages they expect to perform I/O on concurrently.
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README | 42 expect quick action. Bugs still exist. The problem remains in isolating
|
/linux-4.1.27/lib/ |
D | debugobjects.c | 627 unsigned int expect, unsigned int next) in debug_object_active_state() argument 644 if (obj->astate == expect) in debug_object_active_state()
|
/linux-4.1.27/drivers/net/ethernet/rocker/ |
D | rocker.c | 439 unsigned char *buf, unsigned char *expect, in rocker_dma_test_one() argument 454 if (buf[i] != expect[i]) { in rocker_dma_test_one() 456 buf[i], i, expect[i]); in rocker_dma_test_one() 472 unsigned char *expect; in rocker_dma_test_offset() local 482 expect = buf + ROCKER_TEST_DMA_BUF_SIZE; in rocker_dma_test_offset() 494 memset(expect, ROCKER_TEST_DMA_FILL_PATTERN, ROCKER_TEST_DMA_BUF_SIZE); in rocker_dma_test_offset() 496 dma_handle, buf, expect, in rocker_dma_test_offset() 501 memset(expect, 0, ROCKER_TEST_DMA_BUF_SIZE); in rocker_dma_test_offset() 503 dma_handle, buf, expect, in rocker_dma_test_offset() 510 expect[i] = ~buf[i]; in rocker_dma_test_offset() [all …]
|
/linux-4.1.27/Documentation/cdrom/ |
D | packet-writing.txt | 51 However, some drives don't follow the specification and expect the
|
/linux-4.1.27/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2085a.dtsi | 63 * We expect the enable-method for cpu's to be "psci", but this
|
/linux-4.1.27/Documentation/networking/ |
D | tlan.txt | 43 but I do not expect any problems.
|
D | de4x5.txt | 176 autosense setting. In reality, I expect only the full duplex option to
|
D | rds.txt | 43 RDS sockets work *mostly* as you would expect from a BSD
|
D | ppp_generic.txt | 341 SC_MP_SHORTSEQ expect short multilink sequence
|
D | ip-sysctl.txt | 866 This is the behaviour network many administrators will expect from
|
D | arcnet-hardware.txt | 33 expect it to work.
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 52 Most MIPS systems will normally expect 'N' here and rely upon
|
D | Kconfig | 2733 # or other ISA chip on the board that users don't know about so don't expect
|
/linux-4.1.27/Documentation/scsi/ |
D | aacraid.txt | 145 so don't expect him to support it.
|
D | libsas.txt | 339 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.
|
D | FlashPoint.txt | 150 expect to have some data to report in the not too distant future.
|
D | scsi_fc_transport.txt | 93 Here's what to expect in the device tree : 105 Here's what to expect in the sysfs tree :
|
D | scsi_eh.txt | 147 SCSI EH thread can expect that all in-flight commands have failed and
|
D | ncr53c8xx.txt | 1803 As a consequence, PCI devices generally expect DWORDS using little endian
|
/linux-4.1.27/Documentation/usb/ |
D | ehci.txt | 25 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
|
D | gadget_multi.txt | 24 As one might expect, things one need to do very from system to system.
|
D | error-codes.txt | 166 * (expect also other submit and transfer status codes) *
|
D | hotplug.txt | 4 into the bus with power on. In most cases, users expect the devices to become
|
D | CREDITS | 46 expect such a great help.
|
D | persist.txt | 92 you would expect. The kernel destroys the old device structure and
|
D | URB.txt | 233 transfer_buffer), and the length you want to write/expect to read.
|
D | proc_usb_info.txt | 67 read its descriptors to make sure it's the device you expect, and then
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 88 expect incoming broadcasts for their normal operations.
|
/linux-4.1.27/Documentation/hwmon/ |
D | submitting-patches | 104 capabilities. While we do not expect your driver to support everything the
|
D | f71805f | 102 resolution is much lower than you would expect, the step between different
|
/linux-4.1.27/Documentation/vm/ |
D | highmem.txt | 161 much on your own - don't expect kernel developers to really care much if things
|
D | frontswap.txt | 162 This notifies frontswap to expect attempts to "store" swap pages
|
D | transhuge.txt | 110 time to defrag memory, we would expect to gain even more by the fact
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 74 since we expect a 2:1 compression ratio. Note that zram uses about 0.1% of the
|
D | cciss.txt | 141 instead of just "cciss" which you might expect.)
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | bcmsdh.c | 930 atomic_t *expect = &sdiodev->freezer->thread_count; in brcmf_sdiod_freezer_on() local 938 atomic_read(expect) == sdiodev->freezer->frozen_count); in brcmf_sdiod_freezer_on()
|
/linux-4.1.27/Documentation/acpi/apei/ |
D | einj.txt | 151 documentation for details (and expect changes to this API if vendors
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 114 If you expect a reply to the message, then the sequence number in the
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 73 would expect.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.y | 34 %expect 30
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | TEST.DOC | 118 as subroutines and expect the main program to print a string
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 23 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.1.27/arch/mips/kernel/ |
D | scall32-o32.S | 202 sw a1, PT_R5(sp) # syscalls expect them there
|
D | scall64-o32.S | 199 sd a1, PT_R5(sp) # syscalls expect them there
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 8 can expect from your user programs.
|
D | hvcs.txt | 219 ANSI) and expect inbound data to take the form of one of these supported
|
/linux-4.1.27/Documentation/isdn/ |
D | syncPPP.FAQ | 163 address of the subnet from which you expect your
|
/linux-4.1.27/ |
D | REPORTING-BUGS | 138 Linux kernel maintainers expect bug reporters to be able to follow up on
|
D | README | 13 It has all the features you would expect in a modern fully-fledged Unix,
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 134 If unsure, say N unless you expect to be finding problems
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 246 Both JSIOCSCORR and JSIOCGCORR expect &js_corr to be able to hold
|
D | elantech.txt | 643 can expect two following head packets. If the finger status doesn't change,
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 119 The old xenstore userspace tools expect to find "xenbus"
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 51 largely expect the timer subsystem to have near-zero overhead.
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 230 [Note that we don't expect someone to physically pull out nodes and insert
|
/linux-4.1.27/Documentation/fb/ |
D | api.txt | 33 expect from the device and driver.
|
/linux-4.1.27/Documentation/development-process/ |
D | 7.AdvancedTopics | 140 format the request as other developers expect, and will also check to be
|
D | 6.Followthrough | 44 agendas at the expense of your own. Kernel developers often expect to
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 31 is how we expect the compiler, application and kernel to work together.
|
D | boot.txt | 919 user, the user may expect the following command line options to work.
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | net2280.c | 1035 int expect; in net2280_queue() local 1040 expect = likely(req->req.zero || in net2280_queue() 1042 if (expect != ep->in_fifo_validate) in net2280_queue()
|
/linux-4.1.27/Documentation/target/ |
D | tcmu-design.txt | 285 /* we only want uio devices whose name is a format we expect */
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 253 pins, and expect one such configuration to succeed - if none succeeds
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 329 expect. Consider the following code fragment:
|
/linux-4.1.27/drivers/usb/gadget/ |
D | Kconfig | 398 This driver doesn't expect any real Audio codec to be present
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 65 This driver doesn't expect any real Audio codec to be present
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 62 to take advantage of the characteristics of the 80386. I expect that
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 224 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.1.27/Documentation/PCI/ |
D | pci.txt | 511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 286 And of course the performance might depend on alignment, but I expect
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 319 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.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 463 it may very well make that assumption. It may expect it to remain true to very
|
/linux-4.1.27/crypto/ |
D | Kconfig | 126 cipher mode. Only select this option by hand if you expect to load
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex-design.txt | 345 if the variable is what you expect it to be. You know if it succeeded if
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2627 the umlgdb expect script written by Chandan Kudige. It basically 2681 expect magic will kick in and you'll see something like:
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 163 expect that an attribute might not be there, and deal with it properly
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 524 Traces all tasks as an average developer would expect.
|