/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_expect.c | 388 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 …]
|
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.4.14/lib/ |
D | test_printf.c | 44 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 …]
|
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.4.14/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 | 188 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/ |
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() 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/ |
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)
|
D | kmod-path.c | 37 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()
|
D | bpf.c | 43 int expect) in do_test() argument 126 if (count != expect) in do_test()
|
/linux-4.4.14/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 | 396 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 …]
|
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 | 160 #define expect(exp) ({ \ macro
|
D | drbd_nl.c | 1358 if (!expect(new_disk_conf->resync_rate >= 1)) in drbd_adm_disk_opts()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_h4.c | 188 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()
|
D | btusb.c | 449 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/ |
D | nf_conntrack_expect.h | 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) 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/ |
D | compiler.h | 108 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); \
|
D | debugobjects.h | 79 unsigned int expect, unsigned int next);
|
/linux-4.4.14/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.4.14/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 | 289 '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 | robust-futexes.txt | 158 (1 million held locks are unheard of - we expect at most a handful of
|
D | unaligned-memory-access.txt | 86 not be unreasonable to expect that accessing field2 would cause an unaligned
|
D | remoteproc.txt | 285 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 1062 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 | 1275 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/ |
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.4.14/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10_socdk.dts | 32 /* We expect the bootloader to fill in the reg */
|
/linux-4.4.14/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 | 507 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.4.14/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.4.14/Documentation/i2c/ |
D | ten-bit-addresses | 14 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.4.14/drivers/net/ieee802154/ |
D | atusb.c | 223 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/ |
D | LSM.txt | 27 what it tries to protect against and in what cases one would expect to
|
D | Smack.txt | 578 Smack does not expect the level or category sets to be related in any
|
/linux-4.4.14/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-entries | 23 never expect to find a specific entry type on their
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | spear_spics.txt | 7 desired by some of the device protocols above spi which expect (multiple)
|
/linux-4.4.14/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.4.14/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 120 unsigned int (*expect)(struct sk_buff *skb, member
|
/linux-4.4.14/firmware/ |
D | README.AddingFirmware | 45 Maintainers are really busy, so don't expect a prompt reply.
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-parse.c | 1196 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/ |
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.4.14/drivers/block/paride/ |
D | pg.c | 391 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pg_reset() local 407 err = memcmp(expect, got, sizeof(got)) ? -1 : 0; in pg_reset()
|
D | pf.c | 539 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pf_reset() local 553 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset()
|
D | pcd.c | 542 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pcd_reset() local 556 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset()
|
D | pt.c | 455 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/ |
D | README | 10 these files are checked for values we expect for command.
|
/linux-4.4.14/include/net/bluetooth/ |
D | bluetooth.h | 310 __u16 expect; member
|
/linux-4.4.14/Documentation/device-mapper/ |
D | dm-io.txt | 68 and specify the number of pages they expect to perform I/O on concurrently.
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | README | 42 expect quick action. Bugs still exist. The problem remains in isolating
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 51 However, some drives don't follow the specification and expect the
|
/linux-4.4.14/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 | 909 This is the behaviour network many administrators will expect from
|
D | arcnet-hardware.txt | 33 expect it to work.
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 521 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/ |
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.4.14/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.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 90 expect incoming broadcasts for their normal operations.
|
/linux-4.4.14/Documentation/hwmon/ |
D | submitting-patches | 111 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.4.14/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.4.14/arch/mips/ |
D | Kconfig.debug | 52 Most MIPS systems will normally expect 'N' here and rely upon
|
D | Kconfig | 2870 # 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/ |
D | bcmsdh.c | 931 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/ |
D | einj.txt | 151 documentation for details (and expect changes to this API if vendors
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 114 If you expect a reply to the message, then the sequence number in the
|
/linux-4.4.14/drivers/staging/most/Documentation/ |
D | driver_usage.txt | 133 written to 'set_subbuffer_size' and hardware will always expect two isochronous
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 73 would expect.
|
/linux-4.4.14/arch/arm64/boot/dts/qcom/ |
D | msm8916.dtsi | 36 /* We expect the bootloader to fill in the reg */
|
/linux-4.4.14/Documentation/blockdev/ |
D | cciss.txt | 141 instead of just "cciss" which you might expect.)
|
D | zram.txt | 111 since we expect a 2:1 compression ratio. Note that zram uses about 0.1% of the
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.y | 34 %expect 30
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | TEST.DOC | 118 as subroutines and expect the main program to print a string
|
/linux-4.4.14/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.4.14/arch/mips/kernel/ |
D | scall64-o32.S | 207 sd a1, PT_R5(sp) # syscalls expect them there
|
D | scall32-o32.S | 212 sw a1, PT_R5(sp) # syscalls expect them there
|
/linux-4.4.14/ |
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.4.14/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.4.14/net/mac80211/ |
D | Kconfig | 133 If unsure, say N unless you expect to be finding problems
|
/linux-4.4.14/Documentation/isdn/ |
D | syncPPP.FAQ | 163 address of the subnet from which you expect your
|
/linux-4.4.14/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.4.14/Documentation/timers/ |
D | hrtimers.txt | 51 largely expect the timer subsystem to have near-zero overhead.
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 119 The old xenstore userspace tools expect to find "xenbus"
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 230 [Note that we don't expect someone to physically pull out nodes and insert
|
/linux-4.4.14/arch/arm64/boot/dts/freescale/ |
D | fsl-ls2080a.dtsi | 58 * We expect the enable-method for cpu's to be "psci", but this
|
/linux-4.4.14/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.4.14/Documentation/fb/ |
D | api.txt | 33 expect from the device and driver.
|
/linux-4.4.14/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.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 325 expect. Consider the following code fragment:
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2280.c | 1104 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/ |
D | tcmu-design.txt | 285 /* we only want uio devices whose name is a format we expect */
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 253 pins, and expect one such configuration to succeed - if none succeeds
|
/linux-4.4.14/drivers/usb/gadget/ |
D | Kconfig | 398 This driver doesn't expect any real Audio codec to be present
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 65 This driver doesn't expect any real Audio codec to be present
|
/linux-4.4.14/arch/x86/math-emu/ |
D | README | 62 to take advantage of the characteristics of the 80386. I expect that
|
/linux-4.4.14/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.4.14/Documentation/mtd/ |
D | nand_ecc.txt | 286 And of course the performance might depend on alignment, but I expect
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
|
/linux-4.4.14/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.4.14/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.4.14/crypto/ |
D | Kconfig | 150 cipher mode. Only select this option by hand if you expect to load
|
/linux-4.4.14/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.4.14/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.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 163 expect that an attribute might not be there, and deal with it properly
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 535 Traces all tasks as an average developer would expect.
|