/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | pwrseq_emmc.c | 42 static int mmc_pwrseq_emmc_reset_nb(struct notifier_block *this, in mmc_pwrseq_emmc_reset_nb() argument 45 struct mmc_pwrseq_emmc *pwrseq = container_of(this, in mmc_pwrseq_emmc_reset_nb()
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | nf_conntrack_h323.h | 38 struct nf_conntrack_expect *this); 40 struct nf_conntrack_expect *this);
|
/kernel/linux/linux-5.10/drivers/power/reset/ |
H A D | gpio-restart.c | 26 static int gpio_restart_notify(struct notifier_block *this, in gpio_restart_notify() argument 30 container_of(this, struct gpio_restart, restart_handler); in gpio_restart_notify()
|
H A D | ocelot-reset.c | 40 static int ocelot_restart_handle(struct notifier_block *this, in ocelot_restart_handle() argument 43 struct ocelot_reset_context *ctx = container_of(this, struct in ocelot_restart_handle()
|
H A D | syscon-reboot.c | 26 static int syscon_restart_handle(struct notifier_block *this, in syscon_restart_handle() argument 30 container_of(this, struct syscon_reboot_context, in syscon_restart_handle()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | pwrseq_emmc.c | 42 static int mmc_pwrseq_emmc_reset_nb(struct notifier_block *this, in mmc_pwrseq_emmc_reset_nb() argument 45 struct mmc_pwrseq_emmc *pwrseq = container_of(this, in mmc_pwrseq_emmc_reset_nb()
|
/kernel/linux/linux-6.6/drivers/soc/litex/ |
H A D | litex_soc_ctrl.c | 75 static int litex_reset_handler(struct notifier_block *this, unsigned long mode, in litex_reset_handler() argument 79 container_of(this, struct litex_soc_ctrl_device, reset_nb); in litex_reset_handler()
|
/kernel/linux/linux-6.6/drivers/power/reset/ |
H A D | syscon-reboot.c | 25 static int syscon_restart_handle(struct notifier_block *this, in syscon_restart_handle() argument 29 container_of(this, struct syscon_reboot_context, in syscon_restart_handle()
|
H A D | ocelot-reset.c | 42 static int ocelot_restart_handle(struct notifier_block *this, in ocelot_restart_handle() argument 45 struct ocelot_reset_context *ctx = container_of(this, struct in ocelot_restart_handle()
|
H A D | gpio-restart.c | 26 static int gpio_restart_notify(struct notifier_block *this, in gpio_restart_notify() argument 30 container_of(this, struct gpio_restart, restart_handler); in gpio_restart_notify()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | octeon_edac-pc.c | 3 * License. See the file "COPYING" in the main directory of this archive 38 static int co_cache_error_event(struct notifier_block *this, in co_cache_error_event() argument 41 struct co_cache_error *p = container_of(this, struct co_cache_error, in co_cache_error_event()
|
/test/testfwk/arkxtest/uitest/record/ |
H A D | offset.h | 4 * you may not use this file except in compliance with the License. 111 return *this; in operator +=() 118 return *this; in operator -=()
|
/kernel/linux/linux-5.10/drivers/block/paride/ |
H A D | ppc6lnx.c | 550 u8 this, last; in ppc6_wr_data_blk() local 564 this = *data++; in ppc6_wr_data_blk() 567 if (this == last) in ppc6_wr_data_blk() 575 outb(this, ppc->lpt_addr); in ppc6_wr_data_blk() 577 last = this; in ppc6_wr_data_blk()
|
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | crunch-bits.S | 82 str r0, [r3] @ this task now owns crunch 252 * this is called mainly in the creation of signal stack frames 262 teq r2, r3 @ does this task own it... 272 1: @ this task owns crunch regs -- grab a copy from there 285 * this is used to restore crunch state when unwinding a signal stack frame 295 teq r2, r3 @ does this task own it... 298 @ this task doesn't own crunch regs -- use its save area 304 1: @ this task owns crunch regs -- load them directly
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | iwmmxt.S | 90 str r0, [r3] @ this task now owns Concan regs 244 * this is called mainly in the creation of signal stack frames 256 teq r2, r3 @ does this task own it... 266 1: @ this task owns Concan regs -- grab a copy from there 282 * this is used to restore Concan state when unwinding a signal stack frame 295 teq r2, r3 @ does this task own it... 298 @ this task doesn't own Concan regs -- use its save area 304 1: @ this task owns Concan regs -- load them directly
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 39 * Normally CPU does this automatically, however when doing FAKE rtie, 40 * we need to explicitly do this. The problem in macros 41 * FAKE_RET_FROM_EXCPN and FAKE_RET_FROM_EXCPN_LOCK_IRQ was that this bit 291 ; TBD: optimize - do this only if a callee reg was involved 327 # Interrupts are actually disabled from this point on, but will get 354 ld r9, [sp, PT_event] ; Ensure this is L2 intr context 373 ; If this does happen we simply HALT as it means a BUG !!! 397 ;this case is for syscalls or Exceptions or pure kernel mode
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-compact.S | 39 * Normally CPU does this automatically, however when doing FAKE rtie, 40 * we need to explicitly do this. The problem in macros 41 * FAKE_RET_FROM_EXCPN and FAKE_RET_FROM_EXCPN_LOCK_IRQ was that this bit 279 ; TBD: optimize - do this only if a callee reg was involved 312 # Interrupts are actually disabled from this point on, but will get 339 ld r9, [sp, PT_event] ; Ensure this is L2 intr context 358 ; If this does happen we simply HALT as it means a BUG !!! 382 ;this case is for syscalls or Exceptions or pure kernel mode
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | iwmmxt.S | 102 str r0, [r3] @ this task now owns Concan regs 254 * this is called mainly in the creation of signal stack frames 266 teq r2, r3 @ does this task own it... 276 1: @ this task owns Concan regs -- grab a copy from there 292 * this is used to restore Concan state when unwinding a signal stack frame 305 teq r2, r3 @ does this task own it... 308 @ this task doesn't own Concan regs -- use its save area 314 1: @ this task owns Concan regs -- load them directly
|
/kernel/linux/linux-6.6/drivers/ata/pata_parport/ |
H A D | bpck6.c | 161 u8 this, last; in bpck6_write_block() local 192 this = *buf++; in bpck6_write_block() 195 if (this == last) { in bpck6_write_block() 199 parport_write_data(pi->pardev->port, this); in bpck6_write_block() 200 last = this; in bpck6_write_block()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.c | 5 * copy of this software and associated documentation files (the "Software"), 11 * The above copyright notice and this permission notice shall be included in 441 /* SPT already exists covering the same range as this LPT, in nvkm_vmm_ref_hwpt() 647 /* Determine number of PTEs at this page size. */ in nvkm_vmm_ptes_sparse() 856 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); in nvkm_vmm_free_insert() local 858 if (vma->size < this->size) in nvkm_vmm_free_insert() 861 if (vma->size > this->size) in nvkm_vmm_free_insert() 864 if (vma->addr < this->addr) in nvkm_vmm_free_insert() 867 if (vma->addr > this in nvkm_vmm_free_insert() 898 struct nvkm_vma *this = rb_entry(*ptr, typeof(*this), tree); nvkm_vmm_node_insert() local 1751 struct nvkm_vma *this = rb_entry(temp, typeof(*this), tree); nvkm_vmm_get_locked() local 1767 struct nvkm_vma *this = rb_entry(node, typeof(*this), tree); nvkm_vmm_get_locked() local [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | gen_except.S | 32 | For details on the license for this file, please see the 33 | file, README, in this same directory. 169 | commonE1 does this for E1 exceptions, which are snan, 170 | operr, and dz. commonE3 does this for E3 exceptions, which 239 | An fmoveout that results in an overflow is reported this way. 241 | An fmoveout that results in an underflow is reported this way. 246 | this manner. 248 | Stwotox, setox, and scale can set underflow in this manner.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | gen_except.S | 32 | For details on the license for this file, please see the 33 | file, README, in this same directory. 169 | commonE1 does this for E1 exceptions, which are snan, 170 | operr, and dz. commonE3 does this for E3 exceptions, which 239 | An fmoveout that results in an overflow is reported this way. 241 | An fmoveout that results in an underflow is reported this way. 246 | this manner. 248 | Stwotox, setox, and scale can set underflow in this manner.
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bnode.c | 304 hfs_dbg(BNODE_MOD, "bnode: %d\n", node->this); in hfs_bnode_dump() 395 if (node->this == cnid) in hfs_bnode_findhash() 420 node->this = cnid; in __hfs_bnode_create() 424 node->tree->cnid, node->this); in __hfs_bnode_create() 468 node->tree->cnid, node->this, atomic_read(&node->refcnt)); in hfs_bnode_unhash() 469 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)]; in hfs_bnode_unhash() 616 node->tree->cnid, node->this, in hfs_bnode_get() 629 node->tree->cnid, node->this, in hfs_bnode_put() 654 * Unused nodes have to be zeroed if this is the catalog tree and
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | bnode.c | 297 hfs_dbg(BNODE_MOD, "bnode: %d\n", node->this); in hfs_bnode_dump() 388 if (node->this == cnid) in hfs_bnode_findhash() 413 node->this = cnid; in __hfs_bnode_create() 417 node->tree->cnid, node->this); in __hfs_bnode_create() 457 node->tree->cnid, node->this, atomic_read(&node->refcnt)); in hfs_bnode_unhash() 458 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)]; in hfs_bnode_unhash() 603 node->tree->cnid, node->this, in hfs_bnode_get() 616 node->tree->cnid, node->this, in hfs_bnode_put() 641 * Unused nodes have to be zeroed if this is the catalog tree and
|
/kernel/linux/linux-5.10/arch/mips/alchemy/devboards/ |
H A D | db1200.c | 187 static void au1200_nand_cmd_ctrl(struct nand_chip *this, int cmd, in au1200_nand_cmd_ctrl() argument 190 unsigned long ioaddr = (unsigned long)this->legacy.IO_ADDR_W; in au1200_nand_cmd_ctrl() 202 this->legacy.IO_ADDR_R = this->legacy.IO_ADDR_W = (void __iomem *)ioaddr; in au1200_nand_cmd_ctrl() 204 __raw_writeb(cmd, this->legacy.IO_ADDR_W); in au1200_nand_cmd_ctrl() 209 static int au1200_nand_device_ready(struct nand_chip *this) in au1200_nand_device_ready() argument 858 * this pin is claimed by PSC0 (unused though, but pinmux doesn't in db1200_dev_setup()
|