/linux-4.1.27/include/linux/ |
D | jbd.h | 276 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument 277 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 278 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 280 #define __journal_expect(expr, why...) \ 286 printk(KERN_ERR why "\n"); \ 290 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) 291 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) 292 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
|
D | jbd2.h | 347 #define J_EXPECT(expr, why...) J_ASSERT(expr) argument 348 #define J_EXPECT_BH(bh, expr, why...) J_ASSERT_BH(bh, expr) argument 349 #define J_EXPECT_JH(jh, expr, why...) J_ASSERT_JH(jh, expr) argument 351 #define __journal_expect(expr, why...) \ 358 printk(KERN_ERR why "\n"); \ 362 #define J_EXPECT(expr, why...) __journal_expect(expr, ## why) 363 #define J_EXPECT_BH(bh, expr, why...) __journal_expect(expr, ## why) 364 #define J_EXPECT_JH(jh, expr, why...) __journal_expect(expr, ## why)
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | TODO | 1 1. Need to figure out why PCI writes to the IOC3 hang, and if it is okay 4 3. Need to figure out why address swaizzling is needed in inw/outw for 10 6. Investigate why things do not work without the setup_test() call
|
/linux-4.1.27/sound/core/ |
D | pcm_trace.h | 83 TP_PROTO(struct snd_pcm_substream *substream, const char *why), 84 TP_ARGS(substream, why), 97 __entry->reason = (why);
|
/linux-4.1.27/sound/oss/ |
D | hex2hex.c | 11 #define ABANDON(why) { fprintf(stderr, "%s\n", why); exit(1); } argument
|
/linux-4.1.27/fs/pstore/ |
D | platform.c | 275 const char *why; in pstore_dump() local 282 why = get_reason_str(reason); in pstore_dump() 288 , in_nmi() ? "NMI" : why); in pstore_dump() 304 hsize = sprintf(dst, "%s#%d Part%u\n", why, in pstore_dump() 324 hsize = sprintf(dst, "%s#%d Part%u\n", why, oopscount, in pstore_dump()
|
/linux-4.1.27/kernel/ |
D | exit.c | 945 pid_t pid, uid_t uid, int why, int status) in wait_noreap_copyout() argument 959 retval = put_user((short)why, &infop->si_code); in wait_noreap_copyout() 990 int why; in wait_task_zombie() local 997 why = CLD_EXITED; in wait_task_zombie() 1000 why = (exit_code & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie() 1003 return wait_noreap_copyout(wo, p, pid, uid, why, status); in wait_task_zombie() 1089 int why; in wait_task_zombie() local 1092 why = CLD_EXITED; in wait_task_zombie() 1095 why = (status & 0x80) ? CLD_DUMPED : CLD_KILLED; in wait_task_zombie() 1098 retval = put_user((short)why, &infop->si_code); in wait_task_zombie() [all …]
|
D | signal.c | 856 unsigned int why; in prepare_signal() local 879 why = 0; in prepare_signal() 881 why |= SIGNAL_CLD_CONTINUED; in prepare_signal() 883 why |= SIGNAL_CLD_STOPPED; in prepare_signal() 885 if (why) { in prepare_signal() 891 signal->flags = why | SIGNAL_STOP_CONTINUED; in prepare_signal() 1727 bool for_ptracer, int why) in do_notify_parent_cldstop() argument 1756 info.si_code = why; in do_notify_parent_cldstop() 1757 switch (why) { in do_notify_parent_cldstop() 1828 static void ptrace_stop(int exit_code, int why, int clear_code, siginfo_t *info) in ptrace_stop() argument [all …]
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | ptrace.c | 115 asmlinkage int syscall_trace(int why, struct pt_regs *regs, int scno) in syscall_trace() argument 129 regs->UCreg_ip = why; in syscall_trace()
|
D | entry.S | 138 why .req r22 @ Linux syscall (!= 0) label 457 mov why, #0 487 mov why, #0 548 mov r2, why @ 'syscall' 550 cmovne why, #0 @ prevent further restarts 634 2: mov why, #0 @ no longer a real syscall 673 mov why, #0 @ prevent syscall restart handling
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 57 mov r2, why @ 'syscall' 208 mov why, #0 @ no longer a real syscall 299 mov why, #0 @ prevent syscall restart handling 305 mov why, #0 @ prevent syscall restart handling
|
D | entry-header.S | 400 why .req r8 @ Linux syscall (!= 0) label
|
/linux-4.1.27/scripts/ |
D | Kbuild.include | 208 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';) 268 # why - tell why a a target got build 287 why = \ 304 echo-why = $(call escsq, $(strip $(why)))
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 154 See the driver for the exact reasons as to why the packets were 164 why the packets were dropped. 172 FIFO error. See the driver for the exact reasons as to why the 182 reasons as to why the packets were dropped.
|
D | sysfs-class-mic.txt | 75 entry provides the status on why the card OS was shutdown.
|
/linux-4.1.27/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 4 * but it doesn't do any harm on the other hand so why bother. */
|
/linux-4.1.27/Documentation/scheduler/ |
D | 00-INDEX | 12 - How and why the scheduler's nice levels are implemented.
|
D | sched-nice-design.txt | 99 task. (one will get 55% of the CPU, the other 45%.) That is why nice
|
D | completion.txt | 171 deliberately ignored a comment should probably explain why (e.g. see
|
/linux-4.1.27/Documentation/x86/ |
D | 00-INDEX | 12 - why and how Linux kernel uses exception tables on x86
|
D | exception-tables.txt | 281 That's it, mostly. If you look at our example, you might ask why
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.h | 530 extern void ksocknal_close_conn_locked(ksock_conn_t *conn, int why); 534 __u32 ipaddr, int why); 535 extern int ksocknal_close_conn_and_siblings(ksock_conn_t *conn, int why);
|
D | socklnd.c | 1678 ksocknal_close_peer_conns_locked(ksock_peer_t *peer, __u32 ipaddr, int why) in ksocknal_close_peer_conns_locked() argument 1691 ksocknal_close_conn_locked(conn, why); in ksocknal_close_peer_conns_locked() 1699 ksocknal_close_conn_and_siblings(ksock_conn_t *conn, int why) in ksocknal_close_conn_and_siblings() argument 1707 count = ksocknal_close_peer_conns_locked(peer, ipaddr, why); in ksocknal_close_conn_and_siblings()
|
/linux-4.1.27/Documentation/filesystems/ |
D | ufs.txt | 14 type of ufs automatically. That's why user must specify type of
|
D | ubifs.txt | 32 It should be quite obvious why UBIFS is very different to traditional
|
D | qnx6.txt | 132 If that structure shall fit for all allowed blocksizes, it is clear why there
|
D | romfs.txt | 149 understand why Avery wrote poems in the ARCnet docs to get some more
|
D | ntfs.txt | 245 though untested, there is no reason why stripe sets, i.e. raid level 0, and 387 Even though untested, there is no reason why mirrors, i.e. raid level 1, and
|
D | gfs2-glocks.txt | 169 So why gather these statistics? There are several reasons
|
D | hpfs.txt | 72 why not use it for unix-specific info like file owner or access rights? This
|
D | Locking | 486 components. And there are other reasons why the current interface is a mess...
|
D | xfs-delayed-logging-design.txt | 61 people should be able to see why the XFS metadata operations writes so much to 790 mount option. Fundamentally, there is no reason why the log manager would not
|
D | proc.txt | 749 clue as to how big an area you can safely allocate, or why a previous
|
/linux-4.1.27/fs/jffs2/ |
D | LICENCE | 28 This exception does not invalidate any other reasons why a work based on
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal_emulation | 29 change the value to updated one and just use last succeessful value repeatedly. That's why
|
/linux-4.1.27/Documentation/fb/ |
D | cmap_xfbdev.txt | 51 squares matching function. That's why the cmap entries can't be set to the left
|
D | deferred_io.txt | 30 the final image rather than the intermediate stages which is why it's okay
|
D | sstfb.txt | 53 white rectangle. why? the function's name is self-explanatory:
|
/linux-4.1.27/Documentation/networking/ |
D | netdev-FAQ.txt | 143 the upstream commit ID and why you think it should be a stable candidate. 147 explicitly indicate why it is a critical fix and exactly what users are 217 to why it happens, and then if necessary, explain why the fix proposed
|
D | arcnet.txt | 35 If you think so, why not flame me in a quick little e-mail? Please also 257 don't know why the defaults on the Amiga didn't work; write to me if 518 significantly. In particular, they won't tell you why the card was not
|
D | openvswitch.txt | 189 example, why 802.1Q support uses nested attributes. A TCP packet in
|
D | ppp_generic.txt | 376 out why a PPP connection is failing.
|
D | can.txt | 78 question arises, why we have started another project. Most existing
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.saa7134 | 62 - saa7130 - low-price chip, doesn't have mute, that is why all those
|
D | Zoran | 10 3. What mainboard should I use (or why doesn't my card work) 273 3. What mainboard should I use (or why doesn't my card work) 394 I woke up, and can't go to sleep again. I'll kill some time explaining why 430 6/8 of the specified buffers. (I'm not sure why. "Playing it safe" seem to be
|
D | README.pvrusb2 | 56 functions, and there's no reason I see right now why it shouldn't be
|
/linux-4.1.27/Documentation/sound/oss/ |
D | mwave | 169 problem with the SB1.5 (CD sound) or SBPRO (Mixers) settings. No one knows why 174 on why this second thing might be happening, I would be grateful.
|
D | README.OSS | 279 gives the 16 bit capability). The 8 bit only operation is the reason why
|
/linux-4.1.27/arch/cris/arch-v10/lib/ |
D | checksum.S | 24 ;; this overhead is why we have a check above for breakeven length
|
D | checksumcopy.S | 28 ;; this overhead is why we have a check above for breakeven length
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_int.h | 628 char *why; member 1136 char *why, enum bm_flag flags); 1139 char *why, enum bm_flag flags); 1142 char *why, enum bm_flag flags); 1383 extern void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags);
|
D | drbd_main.c | 3527 drbd_bm_lock(device, work->why, work->flags); in w_bitmap_io() 3540 work->why = NULL; in w_bitmap_io() 3564 char *why, enum bm_flag flags) in drbd_queue_bitmap_io() argument 3571 if (device->bm_io_work.why) in drbd_queue_bitmap_io() 3573 why, device->bm_io_work.why); in drbd_queue_bitmap_io() 3577 device->bm_io_work.why = why; in drbd_queue_bitmap_io() 3600 char *why, enum bm_flag flags) in drbd_bitmap_io() argument 3609 drbd_bm_lock(device, why, flags); in drbd_bitmap_io()
|
D | drbd_bitmap.c | 129 void drbd_bm_lock(struct drbd_device *device, char *why, enum bm_flag flags) in drbd_bm_lock() argument 144 why, b->bm_why ?: "?", in drbd_bm_lock() 152 b->bm_why = why; in drbd_bm_lock()
|
D | drbd_state.c | 1230 char *why, enum bm_flag flags) in drbd_bitmap_io_from_worker() argument 1239 drbd_bm_lock(device, why, flags); in drbd_bitmap_io_from_worker()
|
/linux-4.1.27/Documentation/ |
D | SAK.txt | 40 know why.
|
D | SubmitChecklist | 96 source code that explains the logic of what they are doing and why.
|
D | volatile-considered-harmful.txt | 9 kernel code is almost never correct; this document describes why.
|
D | HOWTO | 23 explain some of the reasons why the community works like it does. 435 clear and concise reasoning as to why those changes should not be made. 562 the Linux community know why they should add this change. New features 573 - why the change is necessary
|
D | stable_kernel_rules.txt | 52 why you think it should be applied, and what kernel version you wish it to
|
D | pi-futex.txt | 19 Priority Inheritance - why?
|
D | ManagementStyle | 223 Taking the blame is also why you get to be manager in the first place. 266 you're incompetent, the obvious question becomes one of why do it in the
|
D | bus-virt-phys-mapping.txt | 119 So why do we care about the physical address at all? We do need the physical
|
D | crc32.txt | 8 is used by a lot of hardware implementations, and is why so many
|
D | stable_api_nonsense.txt | 6 This is being written to try to explain why Linux does not have a binary
|
D | unaligned-memory-access.txt | 6 unaligned accesses, why you need to write code that doesn't cause them,
|
D | CodingStyle | 311 but if there is a clear reason for why it under certain circumstances 398 Choose label names which say what the goto does or why the goto exists. An 543 has, which is why you need to give it a few command line options.
|
D | this_cpu_ops.txt | 215 so is expensive. If there are other reasons why the scheduler cannot
|
D | unshare.txt | 5 provides an overview of the feature, why it is needed, how it can
|
D | oops-tracing.txt | 127 some small amount of concentration, you're right. Which is why I will
|
D | rpmsg.txt | 185 a very good reason why not to always use RPMSG_ADDR_ANY here).
|
D | 00-INDEX | 423 - info on why the kernel does not have a stable in-kernel api or abi.
|
D | kprobes.txt | 97 that unexpectedly modifies that portion of the stack. This is why
|
D | DMA-API-HOWTO.txt | 210 exactly why.
|
D | SubmittingPatches | 655 as why the patch might be necessary. It is challenging to be both
|
D | memory-barriers.txt | 1414 is why compilers reload variables. Doing so is perfectly safe for
|
/linux-4.1.27/Documentation/trace/ |
D | events-power.txt | 12 This document describes what each of the tracepoints is and why they
|
D | events-kmem.txt | 12 This document describes what each of the tracepoints is and why they
|
D | tracepoint-analysis.txt | 324 the card. Further investigation would be needed to determine why pixmaps
|
D | ring-buffer-design.txt | 575 must spin, and this is why the reader cannot preempt the writer. 941 Now the writer can update the head page. This is also why the head page must
|
D | ftrace.txt | 594 why a latency happened. Here is a typical trace.
|
/linux-4.1.27/fs/ocfs2/ |
D | file.c | 572 enum ocfs2_alloc_restarted why = RESTART_NONE; in __ocfs2_extend_allocation() local 615 why, restart_func); in __ocfs2_extend_allocation() 644 &why); in __ocfs2_extend_allocation() 661 if (why != RESTART_NONE && clusters_to_add) { in __ocfs2_extend_allocation() 662 if (why == RESTART_META) { in __ocfs2_extend_allocation() 666 BUG_ON(why != RESTART_TRANS); in __ocfs2_extend_allocation()
|
D | ocfs2_trace.h | 1328 int why, int restart_func), 1329 TP_ARGS(ip_blkno, size, clusters, clusters_to_add, why, restart_func), 1335 __field(int, why) 1343 __entry->why = why; 1348 __entry->clusters_to_add, __entry->why, __entry->restart_func)
|
D | xattr.c | 720 enum ocfs2_alloc_restarted why; in ocfs2_xattr_extend_allocation() local 744 &why); in ocfs2_xattr_extend_allocation() 756 if (why != RESTART_NONE && clusters_to_add) { in ocfs2_xattr_extend_allocation() 761 BUG_ON(why == RESTART_META); in ocfs2_xattr_extend_allocation()
|
/linux-4.1.27/Documentation/m68k/ |
D | README.buddha | 136 about 30ns to the clocks on the Zorro bus, that's why the 196 diskdrive would go crazy, that's why you shouldn't tune your
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 1323 srpc_abort_rpc(srpc_client_rpc_t *rpc, int why) in srpc_abort_rpc() argument 1325 LASSERT(why != 0); in srpc_abort_rpc() 1334 swi_state2str(rpc->crpc_wi.swi_state), why); in srpc_abort_rpc() 1337 rpc->crpc_status = why; in srpc_abort_rpc()
|
D | selftest.h | 434 void srpc_abort_rpc(srpc_client_rpc_t *rpc, int why);
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 34 There are three reasons why using MSIs can give an advantage over 122 there are many reasons why the platform may not be able to provide the 278 there are many reasons why the platform may not be able to provide the 572 5.4. Finding why MSIs are disabled on a device 575 why MSIs may not be enabled for a given device. Your first step should
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-pxa.c | 253 static void i2c_pxa_scream_blue_murder(struct pxa_i2c *i2c, const char *why) in i2c_pxa_scream_blue_murder() argument 256 printk(KERN_ERR "i2c: error: %s\n", why); in i2c_pxa_scream_blue_murder() 274 #define i2c_pxa_scream_blue_murder(i2c, why) do { } while (0) argument
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 131 "RJW:> Why we freeze tasks at all or why we freeze kernel threads? 141 So in practice, the 'at all' may become a 'why freeze kernel threads?' and 171 may be undesirable. That's why kernel threads are not freezable by default.
|
D | swsusp.txt | 123 Q: Maybe I'm missing something, but why don't the regular I/O paths work? 162 Q: What is the freezing of tasks and why are we using it? 180 Q: I do not understand why you have such strong objections to idea of 419 2.6.15. Any idea for why that might happen or how can I speed it up?
|
D | suspend-and-interrupts.txt | 16 there is no legitimate reason why any interrupts from suspended devices should
|
D | basic-pm-debugging.txt | 41 To find out why hibernation fails on your system, you can use a special testing
|
/linux-4.1.27/Documentation/misc-devices/ |
D | eeprom | 86 * Enable Writing. Again, no technical reason why not, but making it easy
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx-pinctrl.txt | 29 the pad setting value like pull-up on this pin. And that's why fsl,pins entry
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 34 prompt options coming last. That's why there are also options to 158 AMI ignored this, and used 5 for ED drives. That's why the floppy
|
/linux-4.1.27/fs/reiserfs/ |
D | README | 111 why we should do what we do, or why innovation was possible in
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 8 (kernel/timers.c), why do we need two timer subsystems? After a lot of 16 several reasons why such integration is hard/impossible:
|
D | timekeeping.txt | 77 That is the reason why the clock source struct also contains a 'mask'
|
D | highres.txt | 158 benefit. This is the reason why we currently disable high resolution and
|
/linux-4.1.27/Documentation/hwmon/ |
D | sis5595 | 104 Some chips refuse to be enabled. We don't know why.
|
D | submitting-patches | 99 first. Either case, provide a detailed explanation why you need the
|
D | it87 | 225 used to drive all fan outputs, which is why pwm2_freq and pwm3_freq are
|
D | abituguru-datasheet | 140 don't ask why this is the way it is.
|
/linux-4.1.27/Documentation/ABI/ |
D | README | 38 why it is obsolete and when it can be expected to be removed.
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu.txt | 48 thing at a time, why should I wait for a grace period?
|
D | UP.txt | 49 Quick Quiz #1: why is it -not- legal to invoke synchronize_rcu() in
|
D | checklist.txt | 15 increasing write-side overhead, which is exactly why normal uses 38 earlier stores), and be prepared to explain why this added
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 323 understand the patch. Be sure that the changelog says *why* the patch is 359 be accompanied by a line explaining why the barrier is necessary. The 364 "cleanup" needs a comment saying why it is done the way it is. And so on. 379 accompanied by a description of what the change is and why it is
|
D | 6.Followthrough | 28 value and why you went to the trouble of writing it. But that value 190 If you disagree with the patch, send a polite response explaining why. If
|
D | 1.Intro | 17 encounter there. There are a great many reasons why kernel code should be 126 Some companies and developers occasionally wonder why they should bother
|
D | 7.AdvancedTopics | 93 of the reasons why development should be done in private branches (which
|
D | 5.Posting | 147 what the patch does and why it should be applied to the kernel.
|
D | 2.Process | 171 make those changes or justify why they should not be made. If your
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | fsl-tsec-phy.txt | 121 value, which will be directly written in those bits, that is why,
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 314 ;; See copy_thread for the reason why register R9 is saved. 448 ;; is cleared by us however (when feeding the watchdog), which is why
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_multi.txt | 95 Failing to comply may cause brain damage after wondering for hours why
|
D | usb-serial.txt | 418 why it is wise to cut down on the rate used is wise for large
|
/linux-4.1.27/drivers/video/fbdev/ |
D | sm501fb.c | 171 unsigned int why, size_t size, u32 smem_len) in sm501_alloc_mem() argument 178 switch (why) { in sm501_alloc_mem() 246 __func__, mem->sm_addr, mem->k_addr, why, size); in sm501_alloc_mem()
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 25 * possibly violating some of their assumptions. This is why this code
|
D | transhuge.txt | 83 be allocated instead of a 4k page for no good. This is why it's
|
D | unevictable-lru.txt | 46 descriptions below add value by provide the answer to "why does it do that?".
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 26 itself, this is why an endpoint with destID=1 is not shown in the list.
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 141 so caller is warned that it must be prepared. That is why the struct
|
/linux-4.1.27/Documentation/input/ |
D | iforce-protocol.txt | 4 from Immerse. That's why you should not trust what is written in this
|
D | input.txt | 34 most of the existing input system, which is why it lives in
|
D | joystick-parport.txt | 142 Amstrad CPC, Sinclair ZX Spectrum and many other machines. That's why these
|
/linux-4.1.27/Documentation/locking/ |
D | spinlocks.txt | 127 (This is also the reason why the irq-versions of the spinlocks only need
|
D | lockdep-design.txt | 242 classes (see below discussion of reuse of lock classes for why).
|
D | rt-mutex-design.txt | 10 It doesn't describe the reasons why rtmutex.c exists. For that please see
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 173 These are defined in <asm/reg.h>, and distinguish different reasons why the
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 878 # go as quickly as possible which is why some of this is
|
/linux-4.1.27/Documentation/arm/ |
D | README | 45 explanation as to what the patch does and why it is needed.
|
D | cluster-pm-race-avoidance.txt | 8 The section "Rationale" explains what the algorithm is for and why it is
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 572 score, and name. This is helpful to determine why the OOM killer was 573 invoked, to identify the rogue task that caused it, and to determine why 699 why oom happens. You can get snapshot.
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 347 ;; See copy_thread for the reason why register R9 is saved.
|
/linux-4.1.27/fs/affs/ |
D | Changes | 200 affs use it on a 68k, they didn't notice. But why did
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.h | 998 int kiblnd_close_peer_conns_locked (kib_peer_t *peer, int why);
|
D | o2iblnd.c | 905 int kiblnd_close_peer_conns_locked(kib_peer_t *peer, int why) in kiblnd_close_peer_conns_locked() argument 917 conn->ibc_version, why); in kiblnd_close_peer_conns_locked() 919 kiblnd_close_conn_locked(conn, why); in kiblnd_close_peer_conns_locked()
|
D | o2iblnd_cb.c | 2452 __u64 incarnation, int why, kib_connparams_t *cp) in kiblnd_reconnect() argument 2485 switch (why) { in kiblnd_reconnect()
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 152 keep track of usage inside of the gpiolib subsystem. This is why the API
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | Kconfig | 214 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 234 I don't know why..
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 210 That, BTW, shows why cross-builds are useful-the only indication of 314 "I don't see why not ... it's your driver, you can publish whatever
|
D | scsi_eh.txt | 187 (*QUESTION* why is it needed? All operations will be blocked
|
D | scsi_mid_low_api.txt | 63 why this couldn't all be in one file; the header file is superfluous.] Some 1360 may get out of synchronization. This is why it is best for the LLD
|
D | ChangeLog.1992-1997 | 591 did this and why was it important? 64 bit machines? 703 added these and why????
|
D | ChangeLog.sym53c8xx | 482 was in fact misplaced. BTW, this may explain why broken PCI
|
/linux-4.1.27/Documentation/ide/ |
D | ide.txt | 234 controller, which is why an "IDE interface card" is not a "controller card".
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 134 Not all watchdog timer hardware supports the same functionality. That's why
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 268 every modern microprocessor supports 32 bit operations, so why not try 396 rp14). That is why some places refer to inverse parity.
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 105 all block dirtyings done to files. This makes it possible to debug why a disk 207 * Drew Scott Daniels observed: "I don't know why, but when I decrease the number
|
/linux-4.1.27/Documentation/nfc/ |
D | nfc-hci.txt | 35 support proprietary gates. This is the reason why the driver will pass a list
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 96 // may find out if/why we need to handle these if so..
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 34 is why most if not all of the DMA controllers can adjust this, using a
|
/linux-4.1.27/Documentation/cgroups/ |
D | memory.txt | 227 * why 'memory+swap' rather than swap. 808 explaining why would you need them.)
|
D | cgroups.txt | 660 is the reason why user defined extended attributes are not supported, since
|
D | cpusets.txt | 453 This mismatch is why there is not a simple one-to-one relation
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 2212 user semantic actions for why this is necessary. */ 2371 user semantic actions for why this is necessary. */
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 88 it's a bit weak on common low-level optimizations which is why
|
/linux-4.1.27/ |
D | README | 350 important: it tells something about why the kernel dumped code (in
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 2101 user semantic actions for why this is necessary. */ 2260 user semantic actions for why this is necessary. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 2114 user semantic actions for why this is necessary. */ 2275 user semantic actions for why this is necessary. */
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 29 useful to understand why ACPI is being used. Several technologies already
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 122 clock level when its select line goes active. That's why many devices
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 562 explaining to the user why it stops.
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 322 <JENS: I dont understand the above, why is end_that_request_first() not
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1572 * shouldn't hurt, but why do it twice...
|
D | aic79xx.seq | 1044 * shouldn't hurt, but why do it twice...
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 237 mail to the linux kernel mailing list mentioning the symbol and why
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 3003 application code why KVM_RUN has returned. Allowable values for this
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 4025 why. See ``UML on 2G/2G hosts'' for the details on getting UML to
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 4176 # often so that's why it gets lower priority.
|