Searched refs:this (Results 101 - 125 of 529) sorted by relevance

1234567891011>>

/linux-master/drivers/power/reset/
H A Dhisi-reboot.c24 static int hisi_restart_handler(struct notifier_block *this, argument
H A Dst-poweroff.c42 static int st_restart(struct notifier_block *this, unsigned long mode, argument
/linux-master/drivers/devfreq/
H A Dgovernor.h35 * : The devfreq won't schedule the work for this governor.
98 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
/linux-master/include/linux/
H A Dhp_sdc.h11 * notice, this list of conditions, and the following disclaimer,
14 * derived from this software without specific prior written permission.
16 * Alternatively, this software may be distributed under the terms of the
50 /* No 4X status reads take longer than this (in usec).
74 int __hp_sdc_enqueue_transaction(hp_sdc_transaction *this);
75 int hp_sdc_enqueue_transaction(hp_sdc_transaction *this);
76 int hp_sdc_dequeue_transaction(hp_sdc_transaction *this);
78 /* The HP_SDC_ACT* values are peculiar to this driver.
185 * command, but this is implied and appears to be the case.
293 #error No support for device registration on this arc
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_kmod.sh14 echo $msg please run this as root >&2
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S15 # COPYING in the main directory of this source tree, or the
23 # notice, this list of conditions and the following disclaimer.
26 # notice, this list of conditions and the following disclaimer in the
32 # this software without specific prior written permission.
193 # this without needing a fold constant for each possible 'len', redivide
/linux-master/drivers/gpio/
H A Dgpiolib-devres.c27 struct gpio_desc **this = res, **gpio = data; local
29 return *this == *gpio;
41 struct gpio_descs **this = res, **gpios = data; local
43 return *this == *gpios;
52 * Managed gpiod_get(). GPIO descriptors returned from this function are
70 * Managed gpiod_get_optional(). GPIO descriptors returned from this function
89 * Managed gpiod_get_index(). GPIO descriptors returned from this function are
106 * For non-exclusive GPIO descriptors, check if this descriptor is
107 * already under resource management by this device.
141 * GPIO descriptors returned from this functio
[all...]
/linux-master/arch/arc/mm/
H A Dtlbex.S54 ; [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
/linux-master/fs/hfsplus/
H A Dbtree.c37 * B-trees. We do this by making the clump sizes sufficiently large,
83 /* Figure out which column of the above table to use for this file. */
273 node->tree->cnid, node->this,
457 hfs_dbg(BNODE_MOD, "btree_free_node: %u\n", node->this);
458 BUG_ON(!node->this);
460 nidx = node->this;
474 node->this);
486 node->this, node->type);
501 node->this, node->type);
/linux-master/net/ipv4/netfilter/
H A Dnf_nat_h323.c369 struct nf_conntrack_expect *this)
373 if (this->tuple.src.u3.ip != 0) { /* Only accept calls from GK */
374 nf_nat_follow_master(new, this);
384 new->tuplehash[!this->dir].tuple.src.u3;
389 range.min_proto = range.max_proto = this->saved_proto;
391 new->master->tuplehash[!this->dir].tuple.src.u3;
458 struct nf_conntrack_expect *this)
468 new->tuplehash[!this->dir].tuple.src.u3;
473 range.min_proto = range.max_proto = this->saved_proto;
474 range.min_addr = range.max_addr = this
368 ip_nat_q931_expect(struct nf_conn *new, struct nf_conntrack_expect *this) argument
457 ip_nat_callforwarding_expect(struct nf_conn *new, struct nf_conntrack_expect *this) argument
[all...]
/linux-master/drivers/fpga/
H A Ddfl-afu-dma-region.c155 struct dfl_afu_dma_region *this; local
157 this = container_of(*new, struct dfl_afu_dma_region, node);
161 if (dma_region_check_iova(this, region->iova, region->length))
164 if (region->iova < this->iova)
166 else if (region->iova > this->iova)
/linux-master/tools/perf/util/
H A Ddsos.c143 struct dso *this = rb_entry(*p, struct dso, rb_node); local
144 int rc = __dso__cmp_long_name(name, id, this);
153 if (!dso || (dso == this))
154 return this; /* Find matching dso */
157 * In this case, the short name should be different.
160 rc = dso__cmp_short_name(dso, this);
186 * this when needing memory, by looking at LRU dso instances in the
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh7 # Execute this in the source tree. Do not run it as a background task
97 # Had to build a kernel for this test.
174 echo To run this scenario on bare metal: >> $resdir/bare-metal
176 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal
178 echo " 2." Update your bare-metal build tree"'"s .config based on this file: >> $resdir/bare-metal
189 echo " 8." Copy your bare-metal kernel"'"s .config file, overwriting this file: >> $resdir/bare-metal
192 echo " " the rmmod into this file: >> $resdir/bare-metal
/linux-master/kernel/
H A Dresource.c421 * Now, this function is only for System RAM, it deals with full ranges and
639 struct resource *this = root->child; local
645 * of this->start - 1 to tmp->end below would cause an underflow.
647 if (this && this->start == root->start) {
648 tmp.start = (this == old) ? old->start : this->end + 1;
649 this = this->sibling;
652 if (this)
1597 struct region_devres *this = res; local
1604 struct region_devres *this = res, *match = match_data; local
[all...]
/linux-master/fs/jffs2/
H A Dwbuf.c10 * For licensing information, see the file 'LICENCE' in this directory.
50 struct jffs2_inodirty *this = c->wbuf_inodes; local
53 if (this == &inodirty_nomem)
57 if (this && !ino)
61 while (this) {
62 if (this->ino == ino)
64 this = this->next;
71 struct jffs2_inodirty *this; local
73 this
110 struct list_head *this, *next; local
[all...]
/linux-master/arch/arc/lib/
H A Dstrchr-700.S41 breq r7,0,.Loop ; For speed, we want this branch to be unaligned.
42 b .Lfound_char ; Likewise this one.
45 breq r12,0,.Loop ; For speed, we want this branch to be unaligned.
51 ; /* We require this code address to be unaligned for speed... */
56 ; /* ... so that this code address is aligned, for itself and ... */
67 breq r7,0,.Loop /* ... so that this branch is unaligned. */
/linux-master/fs/hfs/
H A Dbtree.c152 node->tree->cnid, node->this,
332 hfs_dbg(BNODE_MOD, "btree_free_node: %u\n", node->this);
334 nidx = node->this;
347 node->this);
358 node->this, node->type);
372 node->this, node->type);
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1550.c131 static void au1550_nand_cmd_ctrl(struct nand_chip *this, int cmd, argument
134 unsigned long ioaddr = (unsigned long)this->legacy.IO_ADDR_W;
146 this->legacy.IO_ADDR_R = this->legacy.IO_ADDR_W = (void __iomem *)ioaddr;
148 __raw_writeb(cmd, this->legacy.IO_ADDR_W);
153 static int au1550_nand_device_ready(struct nand_chip *this) argument
/linux-master/kernel/locking/
H A Dlockdep.c12 * this code maps all the lock dependencies as they occur in a live kernel
20 * any deadlock at this point.
24 * locks (but of the same class as this lock), this code will detect it.
237 * At this point, if the passed hlock->class_idx is still garbage,
763 * If this indeed happens, lets pretend it does not hurt to continue
766 * to distinguish whether we are in this situation, if it just
819 * Is this the address of a static object:
974 pr_err("you didn't initialize this object before use?\n");
1408 static int add_lock_to_list(struct lock_class *this, argument
2024 print_circular_bug(struct lock_list *this, struct lock_list *target, struct held_lock *check_src, struct held_lock *check_tgt) argument
2080 __lockdep_count_forward_deps(struct lock_list *this) argument
2092 struct lock_list this; local
2105 __lockdep_count_backward_deps(struct lock_list *this) argument
2118 struct lock_list this; local
2795 struct lock_list this, that; local
3968 print_usage_bug(struct task_struct *curr, struct held_lock *this, enum lock_usage_bit prev_bit, enum lock_usage_bit new_bit) argument
4008 valid_state(struct task_struct *curr, struct held_lock *this, enum lock_usage_bit new_bit, enum lock_usage_bit bad_bit) argument
4024 print_irq_inversion_bug(struct task_struct *curr, struct lock_list *root, struct lock_list *other, struct held_lock *this, int forwards, const char *irqclass) argument
4088 check_usage_forwards(struct task_struct *curr, struct held_lock *this, enum lock_usage_bit bit) argument
4123 check_usage_backwards(struct task_struct *curr, struct held_lock *this, enum lock_usage_bit bit) argument
4205 mark_lock_irq(struct task_struct *curr, struct held_lock *this, enum lock_usage_bit new_bit) argument
4637 mark_lock(struct task_struct *curr, struct held_lock *this, enum lock_usage_bit new_bit) argument
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.c768 struct be_txd *this = &txbase[elem]; local
770 DTX(("this(%p) [flags(%08x)addr(%08x)]",
771 this, this->tx_flags, this->tx_addr));
773 if (this->tx_flags & TXD_OWN)
779 this->tx_addr, skb->len,
802 struct be_rxd *this; local
806 this = &rxbase[elem];
807 while (!((flags = this
[all...]
/linux-master/arch/arm64/kvm/
H A Dmmu.c442 struct hyp_shared_pfn *this; local
447 this = container_of(**node, struct hyp_shared_pfn, node);
449 if (this->pfn < pfn)
451 else if (this->pfn > pfn)
454 return this;
463 struct hyp_shared_pfn *this; local
467 this = find_shared_pfn(pfn, &node, &parent);
468 if (this) {
469 this->count++;
473 this
493 struct hyp_shared_pfn *this; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dsasin.S41 | For details on the license for this file, please see the
42 | file, README, in this same directory.
H A Dsatanh.S48 | For details on the license for this file, please see the
49 | file, README, in this same directory.
H A Dsto_res.S22 | For details on the license for this file, please see the
23 | file, README, in this same directory.
H A Dx_ovfl.S38 | For details on the license for this file, please see the
39 | file, README, in this same directory.
66 | line temporarily rectifies this error.

Completed in 232 milliseconds

1234567891011>>