/kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
H A D | dma.c | 646 static void rsnd_dma_of_path(struct rsnd_mod *this, in rsnd_dma_of_path() argument 659 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path() 678 if (this == rsnd_io_to_mod_ssi(io)) in rsnd_dma_of_path() 679 this = ssiu; in rsnd_dma_of_path() 737 if ((this == ssi) == (is_play)) { in rsnd_dma_of_path() 745 dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this)); in rsnd_dma_of_path()
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_ines.c | 245 struct list_head *this; in ines_find_port() local 248 list_for_each(this, &ines_clocks) { in ines_find_port() 249 clock = list_entry(this, struct ines_clock, list); in ines_find_port() 261 struct list_head *this, *next; in ines_find_rxts() local 271 list_for_each_safe(this, next, &port->events) { in ines_find_rxts() 272 ts = list_entry(this, struct ines_timestamp, list); in ines_find_rxts()
|
/kernel/linux/linux-6.6/drivers/ptp/ |
H A D | ptp_ines.c | 240 struct list_head *this; in ines_find_port() local 243 list_for_each(this, &ines_clocks) { in ines_find_port() 244 clock = list_entry(this, struct ines_clock, list); in ines_find_port() 256 struct list_head *this, *next; in ines_find_rxts() local 266 list_for_each_safe(this, next, &port->events) { in ines_find_rxts() 267 ts = list_entry(this, struct ines_timestamp, list); in ines_find_rxts()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_hash.c | 5 * Development of this code funded by Astaro AG (http://www.astaro.com/) 567 struct nft_hash_elem *this = elem->priv, *he; in nft_hash_insert() local 572 hash = nft_jhash(set, priv, &this->ext); in nft_hash_insert() 574 if (!memcmp(nft_set_ext_key(&this->ext), in nft_hash_insert() 581 hlist_add_head_rcu(&this->node, &priv->table[hash]); in nft_hash_insert() 607 struct nft_hash_elem *this = elem->priv, *he; in nft_hash_deactivate() local 611 hash = nft_jhash(set, priv, &this->ext); in nft_hash_deactivate()
|
H A D | nft_set_rbtree.c | 5 * Development of this code funded by Astaro AG (http://www.astaro.com/) 143 const void *this; in __nft_rbtree_get() local 153 this = nft_set_ext_key(&rbe->ext); in __nft_rbtree_get() 154 d = memcmp(this, key, set->klen); in __nft_rbtree_get() 250 /* search for end interval coming before this element. in nft_rbtree_gc_elem() 268 /* There is always room in this trans gc for this element, in nft_rbtree_gc_elem() 271 * this is synchronous gc which never fails. in nft_rbtree_gc_elem() 299 /* this element is closest to where the new element is to be inserted: in nft_rbtree_update_first() 362 * but skip new elements in this transactio in __nft_rbtree_insert() 549 struct nft_rbtree_elem *rbe, *this = elem->priv; nft_rbtree_deactivate() local [all...] |
/kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
H A D | dma.c | 707 static void rsnd_dma_of_path(struct rsnd_mod *this, in rsnd_dma_of_path() argument 720 struct rsnd_priv *priv = rsnd_mod_to_priv(this); in rsnd_dma_of_path() 739 if (this == rsnd_io_to_mod_ssi(io)) in rsnd_dma_of_path() 740 this = ssiu; in rsnd_dma_of_path() 798 if ((this == ssi) == (is_play)) { in rsnd_dma_of_path() 806 dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this)); in rsnd_dma_of_path()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_fline.S | 16 | For details on the license for this file, please see the 17 | file, README, in this same directory.
|
H A D | ssinh.S | 52 | For details on the license for this file, please see the 53 | file, README, in this same directory.
|
H A D | scosh.S | 52 | For details on the license for this file, please see the 53 | file, README, in this same directory.
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | palmtx.c | 244 static void palmtx_nand_cmd_ctl(struct nand_chip *this, int cmd, in palmtx_nand_cmd_ctl() argument 247 char __iomem *nandaddr = this->legacy.IO_ADDR_W; in palmtx_nand_cmd_ctl()
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_fline.S | 16 | For details on the license for this file, please see the 17 | file, README, in this same directory.
|
H A D | scosh.S | 52 | For details on the license for this file, please see the 53 | file, README, in this same directory.
|
H A D | ssinh.S | 52 | For details on the license for this file, please see the 53 | file, README, in this same directory.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | ef100_netdev.c | 77 * Note that the kernel will ignore our return code; this method 241 int ef100_netdev_event(struct notifier_block *this, in ef100_netdev_event() argument 244 struct efx_nic *efx = container_of(this, struct efx_nic, netdev_notifier); in ef100_netdev_event()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | irq_sim.c | 162 * @fnode: struct fwnode_handle to be associated with this domain. 221 struct irq_sim_devres *this = res; in devm_irq_domain_release_sim() local 223 irq_domain_remove_sim(this->domain); in devm_irq_domain_release_sim() 231 * @fnode: struct fwnode_handle to be associated with this domain.
|
/kernel/linux/linux-5.10/drivers/power/reset/ |
H A D | at91-reset.c | 67 static int at91_reset(struct notifier_block *this, unsigned long mode, in at91_reset() argument 70 struct at91_reset *reset = container_of(this, struct at91_reset, nb); in at91_reset()
|
H A D | oxnas-restart.c | 99 static int ox820_restart_handle(struct notifier_block *this, in ox820_restart_handle() argument 102 struct oxnas_restart_context *ctx = container_of(this, struct in ox820_restart_handle()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | devfreq.h | 48 * @total_time: The total time represented by this instance of 56 * this is governor-specific, a governor using this 68 * The resulting frequency should be at most this. (this bound is the 90 * use this directly. Instead, governors are recommended 99 * this is the time to unregister it. 142 * @governor_name: devfreq governor name for use with this devfreq 169 * struct mutex lock in struct devfreq. A governor may use this mutex 268 * @upthreshold: If the load is over this valu [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | devfreq.h | 48 * @total_time: The total time represented by this instance of 56 * this is governor-specific, a governor using this 68 * The resulting frequency should be at most this. (this bound is the 90 * use this directly. Instead, governors are recommended 99 * this is the time to unregister it. 177 * struct mutex lock in struct devfreq. A governor may use this mutex 282 * @upthreshold: If the load is over this value, the frequency jumps. 312 * the next frequency, should use this callbac [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | memblock.c | 43 * kernel; this may differ from the actual physical memory installed 138 * For architectures that do not keep memblock data after init, this 508 struct memblock_region *this = &type->regions[i]; in memblock_merge_regions() local 511 if (this->base + this->size != next->base || in memblock_merge_regions() 512 memblock_get_region_node(this) != in memblock_merge_regions() 514 this->flags != next->flags) { in memblock_merge_regions() 515 BUG_ON(this->base + this->size > next->base); in memblock_merge_regions() 520 this in memblock_merge_regions() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 5 * 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: 50 var SQ_WAVE_GPR_ALLOC_SGPR_SIZE_SIZE = 3 //FIXME sq.blk still has 4 bits at this time while SQ programming guide has 3 bits 180 s_andn2_b32 s_save_status, s_save_status, SQ_WAVE_STATUS_SPI_PRIO_MASK //check whether this is for save 199 s_and_b32 ttmp2, s_save_trapsts, SQ_WAVE_TRAPSTS_SAVECTX_MASK //check whether this is for save 200 s_cbranch_scc1 L_SAVE //this is the operation for save 215 // If STATUS.HALT is set then this fault must come from SQC instruction fetch. 230 // Rewind the PC to prevent this from occurring. The debugger compensates for this [all...] |
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | futex.h | 16 #error SMP not supported on this configuration.
|
/kernel/linux/linux-6.6/arch/arc/mm/ |
H A D | tlbex.S | 54 ; [All of this dance is to avoid stack switching for each TLB Miss, since we 195 and.f 0, r3, _PAGE_HW_SZ ; Is this Huge PMD (thp) 362 ; Set Z flag if exception in U mode. Hardware micro-ops do this on any
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_kmod.sh | 9 echo $msg please run this as root >&2
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | futex.h | 16 #error SMP not supported on this configuration.
|