Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_expect.c385 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 …]
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.1.27/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.c139 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/
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()
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/
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)
/linux-4.1.27/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.c395 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 …]
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.h159 #define expect(exp) ({ \ macro
Ddrbd_nl.c1358 if (!expect(new_disk_conf->resync_rate >= 1)) in drbd_adm_disk_opts()
/linux-4.1.27/drivers/bluetooth/
Dhci_h4.c187 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()
Dbpa10x.c81 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()
Dbtusb.c428 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/
Dnf_conntrack_expect.h108 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/
Dcompiler.h106 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); \
Ddebugobjects.h79 unsigned int expect, unsigned int next);
/linux-4.1.27/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.1.27/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.txt284 '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
Dunaligned-memory-access.txt86 not be unreasonable to expect that accessing field2 would cause an unaligned
Drobust-futexes.txt158 (1 million held locks are unheard of - we expect at most a handful of
Dremoteproc.txt279 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
1051 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.txt1273 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/
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.1.27/arch/arm64/kvm/
DKconfig51 large, so only choose a reasonable number that you expect to
/linux-4.1.27/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
DLocking506 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.1.27/arch/arm/kvm/
DKconfig56 large, so only choose a reasonable number that you expect to
/linux-4.1.27/Documentation/i2c/
Dten-bit-addresses10 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.1.27/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.1.27/Documentation/devicetree/bindings/gpio/
Dspear_spics.txt7 desired by some of the device protocols above spi which expect (multiple)
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd41 tiles get changed and it's not appropriate to expect the application
Dsysfs-firmware-dmi23 never expect to find a specific entry type on their
/linux-4.1.27/Documentation/security/
DLSM.txt27 what it tries to protect against and in what cases one would expect to
DSmack.txt543 Smack does not expect the level or category sets to be related in any
/linux-4.1.27/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.1.27/include/linux/netfilter/
Dnf_conntrack_sip.h120 unsigned int (*expect)(struct sk_buff *skb, member
/linux-4.1.27/tools/lib/traceevent/
Devent-parse.c1130 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/
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.1.27/drivers/block/paride/
Dpg.c390 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pg_reset() local
406 err = memcmp(expect, got, sizeof(got)) ? -1 : 0; in pg_reset()
Dpcd.c541 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pcd_reset() local
555 flg &= (read_reg(cd, i + 1) == expect[i]); in pcd_reset()
Dpf.c538 int expect[5] = { 1, 1, 1, 0x14, 0xeb }; in pf_reset() local
552 flg &= (read_reg(pf, i + 1) == expect[i]); in pf_reset()
Dpt.c454 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/
Dbluetooth.h294 __u16 expect; member
/linux-4.1.27/arch/arm64/boot/dts/qcom/
Dmsm8916.dtsi33 /* We expect the bootloader to fill in the reg */
/linux-4.1.27/tools/perf/tests/attr/
DREADME10 these files are checked for values we expect for command.
/linux-4.1.27/Documentation/device-mapper/
Ddm-io.txt68 and specify the number of pages they expect to perform I/O on concurrently.
/linux-4.1.27/Documentation/arm/nwfpe/
DREADME42 expect quick action. Bugs still exist. The problem remains in isolating
/linux-4.1.27/lib/
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.1.27/drivers/net/ethernet/rocker/
Drocker.c439 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/
Dpacket-writing.txt51 However, some drives don't follow the specification and expect the
/linux-4.1.27/arch/arm64/boot/dts/freescale/
Dfsl-ls2085a.dtsi63 * We expect the enable-method for cpu's to be "psci", but this
/linux-4.1.27/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.txt866 This is the behaviour network many administrators will expect from
Darcnet-hardware.txt33 expect it to work.
/linux-4.1.27/arch/mips/
DKconfig.debug52 Most MIPS systems will normally expect 'N' here and rely upon
DKconfig2733 # or other ISA chip on the board that users don't know about so don't expect
/linux-4.1.27/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.1.27/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.1.27/drivers/net/wireless/iwlwifi/
DKconfig88 expect incoming broadcasts for their normal operations.
/linux-4.1.27/Documentation/hwmon/
Dsubmitting-patches104 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.1.27/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.1.27/Documentation/blockdev/
Dzram.txt74 since we expect a 2:1 compression ratio. Note that zram uses about 0.1% of the
Dcciss.txt141 instead of just "cciss" which you might expect.)
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dbcmsdh.c930 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/
Deinj.txt151 documentation for details (and expect changes to this API if vendors
/linux-4.1.27/Documentation/connector/
Dconnector.txt114 If you expect a reply to the message, then the sequence number in the
/linux-4.1.27/Documentation/spi/
Dspidev73 would expect.
/linux-4.1.27/scripts/kconfig/
Dzconf.y34 %expect 30
/linux-4.1.27/arch/m68k/ifpsp060/
DTEST.DOC118 as subroutines and expect the main program to print a string
/linux-4.1.27/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.1.27/arch/mips/kernel/
Dscall32-o32.S202 sw a1, PT_R5(sp) # syscalls expect them there
Dscall64-o32.S199 sd a1, PT_R5(sp) # syscalls expect them there
/linux-4.1.27/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.1.27/Documentation/isdn/
DsyncPPP.FAQ163 address of the subnet from which you expect your
/linux-4.1.27/
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.1.27/net/mac80211/
DKconfig134 If unsure, say N unless you expect to be finding problems
/linux-4.1.27/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.1.27/drivers/xen/
DKconfig119 The old xenstore userspace tools expect to find "xenbus"
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt51 largely expect the timer subsystem to have near-zero overhead.
/linux-4.1.27/Documentation/power/
Dsuspend-and-cpuhotplug.txt230 [Note that we don't expect someone to physically pull out nodes and insert
/linux-4.1.27/Documentation/fb/
Dapi.txt33 expect from the device and driver.
/linux-4.1.27/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.1.27/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.1.27/drivers/usb/gadget/udc/
Dnet2280.c1035 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/
Dtcmu-design.txt285 /* we only want uio devices whose name is a format we expect */
/linux-4.1.27/Documentation/fmc/
Dcarrier.txt253 pins, and expect one such configuration to succeed - if none succeeds
/linux-4.1.27/Documentation/RCU/
Drcu_dereference.txt329 expect. Consider the following code fragment:
/linux-4.1.27/drivers/usb/gadget/
DKconfig398 This driver doesn't expect any real Audio codec to be present
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig65 This driver doesn't expect any real Audio codec to be present
/linux-4.1.27/arch/x86/math-emu/
DREADME62 to take advantage of the characteristics of the 80386. I expect that
/linux-4.1.27/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.1.27/Documentation/PCI/
Dpci.txt511 string by pcibios_strerror. Most drivers expect that accesses to valid PCI
/linux-4.1.27/Documentation/mtd/
Dnand_ecc.txt286 And of course the performance might depend on alignment, but I expect
/linux-4.1.27/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.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt463 it may very well make that assumption. It may expect it to remain true to very
/linux-4.1.27/crypto/
DKconfig126 cipher mode. Only select this option by hand if you expect to load
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt345 if the variable is what you expect it to be. You know if it succeeded if
/linux-4.1.27/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.1.27/Documentation/laptops/
Dthinkpad-acpi.txt163 expect that an attribute might not be there, and deal with it properly
/linux-4.1.27/Documentation/trace/
Dftrace.txt524 Traces all tasks as an average developer would expect.