Home
last modified time | relevance | path

Searched refs:this (Results 3101 - 3125 of 3819) sorted by relevance

1...<<121122123124125126127128129130>>...153

/kernel/linux/linux-5.10/drivers/block/
H A Dfloppy.c26 * As with hd.c, all routines within this file can (and will) be called
66 * this helped the floppy driver as well. Much cleaner, and still seems to
246 * some ports reference this variable from there. -DaveM
354 * this struct defines the different floppy drive types.
487 * the respective entry of this array.
536 /* this is called after the interrupt of the
538 void (*redo)(void); /* this is called to retry the operation */
539 void (*error)(void); /* this is called to tally an error */
540 done_f done; /* this is called to say if the operation has
645 /* this routin in is_alive()
3156 struct floppy_raw_cmd *this; raw_cmd_free() local
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Dfloppy.c26 * As with hd.c, all routines within this file can (and will) be called
66 * this helped the floppy driver as well. Much cleaner, and still seems to
245 * some ports reference this variable from there. -DaveM
353 * this struct defines the different floppy drive types.
487 * the respective entry of this array.
536 /* this is called after the interrupt of the
538 void (*redo)(void); /* this is called to retry the operation */
539 void (*error)(void); /* this is called to tally an error */
540 done_f done; /* this is called to say if the operation has
645 /* this routin in is_alive()
3066 struct floppy_raw_cmd *this; raw_cmd_free() local
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c81 /* pci=cbmemsize=nnM,cbiosize=nn can override this */
88 /* hpiosize=nn can override this */
118 * the dfl or actual value as it sees fit. Don't forget this is
341 * for any field will match all devices. (Note: this differs from
342 * in-kernel code that uses PCI_ANY_ID which is ~0; this is for
526 * vendor-specific capability, and this provides a way to find them all.
547 * If we have no capabilities, this is indicated by cap ID, in pci_find_next_ext_capability()
725 * We want the positively-decoded one, so this depends in pci_find_parent_resource()
842 pci_warn(dev, "cannot disable ACS redirect for this hardware as it does not have ACS capabilities\n"); in pci_disable_acs_redir()
1031 /* Check if this devic in pci_raw_set_power_state()
1966 struct pci_devres *this = res; pcim_release() local
[all...]
/kernel/linux/linux-5.10/drivers/devfreq/
H A Ddevfreq.c130 * The devfreq drivers can initialize this in either ascending or in get_freq_range()
524 * Note: Though this function is same as devfreq_monitor_stop(),
1578 * For example if the user writes "666666666" to sysfs this value will in max_freq_store()
1580 * lookup, this ensures that an OPP of 666666666Hz is still accepted. in max_freq_store()
1985 * At exit() callback of devfreq_dev_profile, this must be included if
2106 struct devfreq_notifier_devres *this = res; in devm_devfreq_notifier_release() local
2108 devfreq_unregister_notifier(this->devfreq, this->nb, this->list); in devm_devfreq_notifier_release()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dmpic.c8 * of this software and associated documentation files (the "Software"), to deal
14 * The above copyright notice and this permission notice shall be included in
449 /* Only one CPU is allowed to receive this IRQ */ in openpic_update_irq()
1372 struct kvm_io_device *this, in kvm_mpic_read()
1375 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_read()
1414 struct kvm_io_device *this, in kvm_mpic_write()
1417 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_write()
1371 kvm_mpic_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, void *ptr) kvm_mpic_read() argument
1413 kvm_mpic_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, const void *ptr) kvm_mpic_write() argument
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dentry.S101 /* Ok, actually read this byte */
112 /* Ok, actually write this byte */
210 * see if a routine is registered to handle this interrupt and if not
712 rett %l2 + 0x4 ! like this...
732 rett %l2 + 0x4 ! like this...
1057 st %fsr, [%o1] ! this can trap on us if fpu is in bogon state
1097 * code for pointing out this possible deadlock, while we save state
1099 * code has to know how to deal with this.
1229 /* No matter how much overhead this routine has in the worst
1250 andncc %o0, %o3, %o0 ! clean this bi
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
23 /* To compile this assembly code:
202 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save
/kernel/linux/linux-6.6/
H A DMakefile11 # Comments in this file are targeted only to the developer, do not
12 # expect to learn how to build the kernel reading this file.
41 this-makefile := $(lastword $(MAKEFILE_LIST))
42 export abs_srctree := $(realpath $(dir $(this-makefile)))
48 # (this increases performance and avoids hard-to-debug behaviour)
161 # For example, you can do this:
202 # Cancel implicit rules for this Makefile.
203 $(this-makefile): ;
229 $(filter-out $(this-makefile), $(MAKECMDGOALS)) __all: __sub-make
239 # We process the rest of the Makefile if this i
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Dmpic.c8 * of this software and associated documentation files (the "Software"), to deal
14 * The above copyright notice and this permission notice shall be included in
449 /* Only one CPU is allowed to receive this IRQ */ in openpic_update_irq()
1372 struct kvm_io_device *this, in kvm_mpic_read()
1375 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_read()
1414 struct kvm_io_device *this, in kvm_mpic_write()
1417 struct openpic *opp = container_of(this, struct openpic, mmio); in kvm_mpic_write()
1371 kvm_mpic_read(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, void *ptr) kvm_mpic_read() argument
1413 kvm_mpic_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, const void *ptr) kvm_mpic_write() argument
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dentry.S101 /* Ok, actually read this byte */
112 /* Ok, actually write this byte */
210 * see if a routine is registered to handle this interrupt and if not
712 rett %l2 + 0x4 ! like this...
732 rett %l2 + 0x4 ! like this...
1055 st %fsr, [%o1] ! this can trap on us if fpu is in bogon state
1095 * code for pointing out this possible deadlock, while we save state
1097 * code has to know how to deal with this.
1227 /* No matter how much overhead this routine has in the worst
1248 andncc %o0, %o3, %o0 ! clean this bi
[all...]
/kernel/linux/linux-5.10/ipc/
H A Dmqueue.c347 * this is pinned memory, we need to assume worst case, so in mqueue_get_inode()
814 * We can't use kill_pid_info(), this signal should in __do_notify()
816 * but si_fromuser() can't know this. in __do_notify()
1010 * before this wakeup (due to a timeout or a signal) it will either see
1018 struct ext_wait_queue *this) in __pipelined_op()
1022 list_del(&this->list); in __pipelined_op()
1023 task = get_task_struct(this->task); in __pipelined_op()
1026 smp_store_release(&this->state, STATE_READY); in __pipelined_op()
1016 __pipelined_op(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct ext_wait_queue *this) __pipelined_op() argument
/kernel/linux/linux-6.6/drivers/block/xen-blkback/
H A Dblkback.c19 * of this source file (the "Software"), to deal in the Software without
25 * The above copyright notice and this permission notice shall be included in
57 * Setting this to a value too low will reduce memory used in each backend,
72 * performance this should be the total numbers of grants that can be used
73 * to fill the ring, but since this might become too high, specially with
161 * can be sure that this functions will never be called recursively.
172 struct persistent_gnt *this; in add_persistent_gnt() local
183 this = container_of(*new, struct persistent_gnt, node); in add_persistent_gnt()
186 if (persistent_gnt->gnt < this->gnt) in add_persistent_gnt()
188 else if (persistent_gnt->gnt > this in add_persistent_gnt()
[all...]
/kernel/linux/linux-6.6/ipc/
H A Dmqueue.c344 * this is pinned memory, we need to assume worst case, so in mqueue_get_inode()
815 * We can't use kill_pid_info(), this signal should in __do_notify()
817 * but si_fromuser() can't know this. in __do_notify()
1011 * before this wakeup (due to a timeout or a signal) it will either see
1019 struct ext_wait_queue *this) in __pipelined_op()
1023 list_del(&this->list); in __pipelined_op()
1024 task = get_task_struct(this->task); in __pipelined_op()
1027 smp_store_release(&this->state, STATE_READY); in __pipelined_op()
1017 __pipelined_op(struct wake_q_head *wake_q, struct mqueue_inode_info *info, struct ext_wait_queue *this) __pipelined_op() argument
/kernel/linux/linux-6.6/drivers/devfreq/
H A Ddevfreq.c133 * The devfreq drivers can initialize this in either ascending or in devfreq_get_freq_range()
480 * deferrable timer is used for load monitoring. But the users can change this
548 * Note: Though this function is same as devfreq_monitor_stop(),
1647 * For example if the user writes "666666666" to sysfs this value will in max_freq_store()
1649 * lookup, this ensures that an OPP of 666666666Hz is still accepted. in max_freq_store()
2118 * At exit() callback of devfreq_dev_profile, this must be included if
2239 struct devfreq_notifier_devres *this = res; in devm_devfreq_notifier_release() local
2241 devfreq_unregister_notifier(this->devfreq, this->nb, this in devm_devfreq_notifier_release()
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dtx_float.asm103 pcmpeqd %6, %6 ; pcmpeqq has a 0.5 throughput on Zen 3, this has 0.25
380 ; however, if the twiddles aren't needed after this, the registers they use
510 ; The _4 indicates this is a quarter of the iterations required to complete a full
567 ; stores. The _2 indicates this is a half of the iterations required to complete
/third_party/glslang/glslang/Include/
H A DTypes.h15 // notice, this list of conditions and the following disclaimer.
18 // copyright notice, this list of conditions and the following
24 // from this software without specific prior written permission.
55 const int GlslangMaxTypeLength = 200; // TODO: need to print block/struct one member per line, so this can stay bounded
285 default: break; // some compilers want this in getString()
459 // and in that space, 0 means no bits set, or none. In this enum, 0 means (1 << 0), a bit is set.
823 // True if this type of IO is supposed to be arrayed with extra level for per-vertex data
1088 // Not the same thing as being a specialization constant, this
1760 newType->deepCopy(*this); in clone()
1876 // return true if this typ
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-actions.h9 // notice, this list of conditions and the following disclaimer.
11 // copyright notice, this list of conditions and the following disclaimer
16 // this software without specific prior written permission.
183 // order for this function to compile. in Get()
302 // `To` according to [conv]. In C++17, [conv]/3 defines this as follows:
308 // [conv]/2 implies we can use function argument passing to detect whether this
311 // Note that this is distinct from is_convertible, which requires this be valid:
320 // this function work.
499 // this i
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.h2 // Use of this source code is governed by a BSD-style license that can be
50 // could be loaded with just one, so that this value is patchable later.
235 // Deffer from li, this method save target to the memory, and then load
557 // return address (unless this is somehow accounted for by the called
887 // Define a function entrypoint. This doesn't emit any code for this
970 // TODO(victorgomes): Remove this function once we stick with the reversed
987 UseScratchRegisterScope temps(this); in PushRoot()
995 UseScratchRegisterScope temps(this); in JumpIfRoot()
1003 UseScratchRegisterScope temps(this); in JumpIfNotRoot()
1252 // Ensure that dd-ed labels following this instructio in GenerateSwitchTable()
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.h2 // Use of this source code is governed by a BSD-style license that can be
45 // be loaded with just one, so that this value is patchable later.
210 // Deffer from li, this method save target to the memory, and then load
499 // return address (unless this is somehow accounted for by the called
835 // Define a function entrypoint. This doesn't emit any code for this
920 // TODO(victorgomes): Remove this function once we stick with the reversed
935 UseScratchRegisterScope temps(this); in PushRoot()
943 UseScratchRegisterScope temps(this); in JumpIfRoot()
951 UseScratchRegisterScope temps(this); in JumpIfNotRoot()
1175 UseScratchRegisterScope temps(this); in GenerateSwitchTable()
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.h2 // Use of this source code is governed by a BSD-style license that can be
31 // TODO(RISCV): Cannot find info about this ABI. We chose t6 for now.
49 // could be loaded with just one, so that this value is patchable later.
236 // Deffer from li, this method save target to the memory, and then load
523 // return address (unless this is somehow accounted for by the called
909 // Define a function entrypoint. This doesn't emit any code for this
1046 // TODO(victorgomes): Remove this function once we stick with the reversed
1063 UseScratchRegisterScope temps(this); in PushRoot()
1071 UseScratchRegisterScope temps(this); in JumpIfRoot()
1079 UseScratchRegisterScope temps(this); in JumpIfNotRoot()
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui_internal.h4 // You may use this file to debug, understand or extend ImGui features but we don't provide any guarantee of forward compatibility!
11 Index of this file:
81 struct ImGuiWindowSettings; // Storage for window settings stored in .ini file (we keep one of those even if the actual window wasn't instanced during this session)
192 // We unfortunately don't have a unary- operator for ImVec2 because this would needs to be defined inside the class itself.
378 // FIXME: this is in development, not exposed/functional as a generic feature yet.
469 // 1D vector (this odd construct is used to facilitate the transition between 1D and 2D, and the maintenance of some branches/patches)
580 ImGuiInputTextState() { memset(this, 0, sizeof(*this)); } in ImGuiInputTextState()
610 ImGuiSettingsHandler() { memset(this, 0, sizeof(*this)); } in ImGuiSettingsHandler()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h89 /// A reference to an Interned FoldingSetNodeID for this node.
92 /// The size of this list is not expected to be big so it won't introduce
140 /// instead the info is kept off to the side in this structure. Each SDNode may
289 /// the DAG can optionally implement this interface. This allows the clients
300 DAG.UpdateListeners = this; in DAGUpdateListener()
304 assert(DAG.UpdateListeners == this && in ~DAGUpdateListener()
336 /// any illegally typed nodes generated after this point will not experience
363 /// The args to this function are the same as the args to SDNodeT's
369 // The compiler can reduce this expression to a constant iff we pass an in getSyntheticNodeSubclassData()
406 /// Prepare this SelectionDA
[all...]
/kernel/linux/linux-5.10/fs/ubifs/
H A Ddebug.c1003 * only when we read their lprops, and we do this only lazily, upon the in dbg_save_space_info()
1122 * calling this function.
1191 * direntry/xentry referred by @zbr2. Returns zero if this is true, %1 if not,
1280 * @zbr: zbranch which points to this znode
1529 * If the last key of this znode is equivalent to the first key in dbg_check_tnc()
1579 * It would be better if this function removed every znode it pulled to into
1765 * @references: how many directory/xattr entries refer this inode (calculated
1774 * @xattr_nms: sum of lengths of all extended attribute names belonging to this
1851 * be out-of-date. If we do not do this, the following may happen, for in add_inode()
2023 /* If this i in check_leaf()
2170 struct rb_node *this = rb_first(&fsckd->inodes); check_inodes() local
[all...]
/kernel/linux/linux-6.6/fs/ubifs/
H A Ddebug.c1003 * only when we read their lprops, and we do this only lazily, upon the in dbg_save_space_info()
1122 * calling this function.
1191 * direntry/xentry referred by @zbr2. Returns zero if this is true, %1 if not,
1280 * @zbr: zbranch which points to this znode
1529 * If the last key of this znode is equivalent to the first key in dbg_check_tnc()
1579 * It would be better if this function removed every znode it pulled to into
1765 * @references: how many directory/xattr entries refer this inode (calculated
1774 * @xattr_nms: sum of lengths of all extended attribute names belonging to this
1851 * be out-of-date. If we do not do this, the following may happen, for in add_inode()
2023 /* If this i in check_leaf()
2170 struct rb_node *this = rb_first(&fsckd->inodes); check_inodes() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm5 * copy of this software and associated documentation files (the "Software"),
11 * The above copyright notice and this permission notice shall be included in
23 /* To compile this assembly code:
306 // Rewind the PC to prevent this from occurring.
519 // Write HWREGs with 16 VGPR lanes. TTMPs occupy space after this.

Completed in 55 milliseconds

1...<<121122123124125126127128129130>>...153