Searched refs:past (Results 1 – 25 of 115) sorted by relevance
12345
/linux-6.1.9/fs/ocfs2/dlm/ |
D | dlmast.c | 264 struct dlm_proxy_ast *past = (struct dlm_proxy_ast *) msg->buf; in dlm_proxy_ast_handler() local 279 name = past->name; in dlm_proxy_ast_handler() 280 locklen = past->namelen; in dlm_proxy_ast_handler() 281 cookie = past->cookie; in dlm_proxy_ast_handler() 282 flags = be32_to_cpu(past->flags); in dlm_proxy_ast_handler() 283 node = past->node_idx; in dlm_proxy_ast_handler() 303 mlog(0, "type=%d, blocked_type=%d\n", past->type, past->blocked_type); in dlm_proxy_ast_handler() 305 if (past->type != DLM_AST && in dlm_proxy_ast_handler() 306 past->type != DLM_BAST) { in dlm_proxy_ast_handler() 308 "name=%.*s, node=%u\n", past->type, in dlm_proxy_ast_handler() [all …]
|
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | TODO.txt | 6 improved a lot the past 2 years, there's no reason anymore not to use it. 12 - There's a lot of complexity added past few years to make relocations faster. 16 2. Any complexity added in this area past few years which can't be justified
|
/linux-6.1.9/Documentation/userspace-api/media/dvb/ |
D | examples.rst | 9 In the past, we used to have a set of examples here. However, those
|
D | dvbproperty.rst | 16 In the past (up to DVB API version 3 - DVBv3), the strategy used was to have a
|
/linux-6.1.9/tools/kvm/kvm_stat/ |
D | kvm_stat.txt | 90 --debugfs-include-past:: 91 include all available data on past events for debugfs
|
/linux-6.1.9/Documentation/devicetree/bindings/i2c/ |
D | i2c-gate.yaml | 15 some kind of operation to access the i2c bus past the arbitrator/gate, but
|
/linux-6.1.9/tools/thermal/tmon/ |
D | README | 6 thermal relationship between processor and fan has become past for modern
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | verity.rst | 40 Verity files cannot have blocks allocated past the end of the verity
|
D | group_descr.rst | 96 - Lower 16-bits of unused inode count. If set, we needn't scan past the
|
/linux-6.1.9/Documentation/devicetree/bindings/mux/ |
D | mux-controller.yaml | 41 there is a need to "step past" a mux controller and set some other idle 100 there is a need to "step past" a mux controller and set some other idle
|
/linux-6.1.9/Documentation/fb/ |
D | pvr2fb.rst | 61 XF86_FBDev has been shown to work on the Dreamcast in the past - though not yet
|
/linux-6.1.9/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 29 from the queue that was generated some time in the past.
|
/linux-6.1.9/Documentation/networking/ |
D | netif-msg.rst | 21 The message level was not precisely defined past level 3, but were
|
/linux-6.1.9/arch/powerpc/kernel/vdso/ |
D | sigtramp64.S | 304 # we ever have some call chain that returns somewhere past the addi?
|
/linux-6.1.9/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 125 cannot be based on the past or current input. Therefore, the 133 past samples and outputs are included in the feedback. For example, a 136 derivative gains of the past samples.
|
/linux-6.1.9/arch/mips/lib/ |
D | memcpy.S | 406 ADD t1, dst, len # t1 is just past last byte of dst 569 LOADK t0, THREAD_BUADDR(t0) # t0 is just past last good address
|
/linux-6.1.9/Documentation/process/ |
D | kernel-driver-statement.rst | 24 today, have in the past, or will in the future.
|
D | kernel-enforcement-statement.rst | 53 we might work for today, have in the past, or will in the future.
|
D | botching-up-ioctls.rst | 9 One clear insight kernel graphics hackers gained in the past few years is that 63 past) then you need a driver feature flag or revision number somewhere.
|
/linux-6.1.9/fs/reiserfs/ |
D | README | 9 Reiser, or authorized to be licensed by him, have been in the past, 113 innovation had to be forced past him while he was with us. He added
|
/linux-6.1.9/Documentation/filesystems/ |
D | fiemap.rst | 95 length to extend past the request. Unless FIEMAP_EXTENT_NOT_ALIGNED is 120 This is generally the last extent in the file. A mapping attempt past
|
D | cramfs.rst | 25 filesystem is allowed to extend past 256MB.)
|
/linux-6.1.9/Documentation/devicetree/ |
D | overlay-notes.rst | 128 or its content but these pointers must not persist past the notifier callback
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | rk3288-veyron-mickey.dts | 114 * past there is less effective.
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-block-bcache | 47 For backing devices: Threshold past which sequential IO will
|
12345