Searched refs:this (Results 76 - 100 of 529) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2.sh10 echo $msg please run this as root >&2
/linux-master/drivers/edac/
H A Dsifive_edac.c28 int ecc_err_event(struct notifier_block *this, unsigned long event, void *ptr) argument
33 p = container_of(this, struct sifive_edac_priv, notifier);
H A Docteon_edac-pc.c3 * License. See the file "COPYING" in the main directory of this archive
38 static int co_cache_error_event(struct notifier_block *this, argument
41 struct co_cache_error *p = container_of(this, struct co_cache_error,
/linux-master/fs/overlayfs/
H A Dnamei.c188 * unlinked and this information is needed to handle stale
233 struct dentry *this; local
240 this = ovl_lookup_positive_unlocked(d, name, base, namelen, drop_negative);
241 if (IS_ERR(this)) {
242 err = PTR_ERR(this);
243 this = NULL;
249 if (ovl_dentry_weird(this)) {
255 path.dentry = this;
265 if (last_element && d->metacopy && !d_is_reg(this)) {
270 if (!d_can_lookup(this)) {
1045 struct dentry *this; local
1396 struct dentry *this; local
[all...]
/linux-master/net/bridge/
H A Dbr_multicast_eht.c50 struct net_bridge_group_eht_host *this; local
53 this = rb_entry(node, struct net_bridge_group_eht_host,
55 result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
61 return this;
86 struct net_bridge_group_eht_set_entry *this; local
89 this = rb_entry(node, struct net_bridge_group_eht_set_entry,
91 result = memcmp(h_addr, &this->h_addr, sizeof(*h_addr));
97 return this;
110 struct net_bridge_group_eht_set *this; local
113 this
248 struct net_bridge_group_eht_host *this; local
293 struct net_bridge_group_eht_set_entry *this; local
345 struct net_bridge_group_eht_set *this; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dsocrates_nand.c34 * @this: NAND chip object
38 static void socrates_nand_write_buf(struct nand_chip *this, const uint8_t *buf, argument
42 struct socrates_nand_host *host = nand_get_controller_data(this);
53 * @this: NAND chip object
57 static void socrates_nand_read_buf(struct nand_chip *this, uint8_t *buf, argument
61 struct socrates_nand_host *host = nand_get_controller_data(this);
77 static uint8_t socrates_nand_read_byte(struct nand_chip *this) argument
80 socrates_nand_read_buf(this, &byte, sizeof(byte));
/linux-master/fs/gfs2/
H A Dexport.c147 struct gfs2_inum_host this; local
156 this.no_formal_ino = ((u64)be32_to_cpu(fh[0])) << 32;
157 this.no_formal_ino |= be32_to_cpu(fh[1]);
158 this.no_addr = ((u64)be32_to_cpu(fh[2])) << 32;
159 this.no_addr |= be32_to_cpu(fh[3]);
160 return gfs2_get_dentry(sb, &this);
/linux-master/security/landlock/
H A Druleset.c191 * contains one entry and this entry is not assigned to any level. In this
223 struct landlock_rule *const this = local
226 if (this->key.data != id.key.data) {
228 if (this->key.data < id.key.data)
245 if (WARN_ON_ONCE(this->num_layers != 1))
247 if (WARN_ON_ONCE(this->layers[0].level != 0))
249 this->layers[0].access |= (*layers)[0].access;
253 if (WARN_ON_ONCE(this->layers[0].level == 0))
260 new_rule = create_rule(id, &this
602 struct landlock_rule *this = local
[all...]
/linux-master/drivers/acpi/acpica/
H A Ddbconvert.c167 char *this; local
178 this = string;
180 this = acpi_db_get_next_token(this, &next, &type);
181 if (!this) {
187 status = acpi_db_convert_to_object(type, this, &elements[i]);
194 this = next;
/linux-master/fs/hfsplus/
H A Dbrec.c154 cnid = cpu_to_be32(new_node->this);
250 node->this, new_node->this, node->next);
252 new_node->prev = node->this;
330 node->next = new_node->this;
338 next_node->prev = new_node->this;
343 } else if (node->this == tree->leaf_tail) {
344 /* if there is no next node, this might be the new tail */
345 tree->leaf_tail = new_node->this;
439 cnid = cpu_to_be32(new_node->this);
[all...]
/linux-master/fs/hfs/
H A Dbrec.c154 cnid = cpu_to_be32(new_node->this);
246 node->this, new_node->this, node->next);
248 new_node->prev = node->this;
326 node->next = new_node->this;
334 next_node->prev = new_node->this;
339 } else if (node->this == tree->leaf_tail) {
340 /* if there is no next node, this might be the new tail */
341 tree->leaf_tail = new_node->this;
435 cnid = cpu_to_be32(new_node->this);
[all...]
H A Dstring.c11 * The code in this file is derived from code which is copyright
54 int hfs_hash_dentry(const struct dentry *dentry, struct qstr *this) argument
56 const unsigned char *name = this->name;
57 unsigned int hash, len = this->len;
65 this->hash = end_name_hash(hash);
/linux-master/scripts/dtc/
H A Ddtx_diff28 --help print this message and exit
52 If this script is not run from the root of the linux source tree,
61 If DTx_1 and DTx_2 are in different architectures, then this script
70 If DTx_1 and DTx_2 are in different directories, then this script will
263 # this must follow check for ${help}
312 If 'O=\${dir}' is specified in your Linux builds, this script requires
317 this script from the root of the Linux kernel source tree is required.
/linux-master/drivers/mtd/devices/
H A Dphram.c114 struct phram_mtd_list *this, *safe; local
116 list_for_each_entry_safe(this, safe, &phram_list, list) {
117 mtd_device_unregister(&this->mtd);
118 phram_unmap(this);
119 kfree(this->mtd.name);
120 kfree(this);
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S81 # Note this disable is only for consistent book-keeping as further interrupts
82 # will be disabled anyways even w/o this. Hardware tracks active interrupts
84 # unless this one returns (or higher prio becomes pending in 2-prio scheme)
101 ; TODO: implement this
107 ; TODO: implement this
113 ; TODO: implement this
141 ; TBD: optimize - do this only if a callee reg was involved
181 # Interrpts are actually disabled from this point on, but will get
229 ; (since IRQ NOT allowed in DS in ARCv2, this can only happen if orig
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S41 | For details on the license for this file, please see the
42 | file, README, in this same directory.
/linux-master/drivers/power/reset/
H A Dsyscon-reboot.c25 static int syscon_restart_handle(struct notifier_block *this, argument
29 container_of(this, struct syscon_reboot_context,
H A Docelot-reset.c42 static int ocelot_restart_handle(struct notifier_block *this, argument
45 struct ocelot_reset_context *ctx = container_of(this, struct
/linux-master/drivers/mmc/core/
H A Dpwrseq_emmc.c42 static int mmc_pwrseq_emmc_reset_nb(struct notifier_block *this, argument
45 struct mmc_pwrseq_emmc *pwrseq = container_of(this,
/linux-master/drivers/soc/litex/
H A Dlitex_soc_ctrl.c75 static int litex_reset_handler(struct notifier_block *this, unsigned long mode, argument
79 container_of(this, struct litex_soc_ctrl_device, reset_nb);
/linux-master/drivers/of/
H A Dof_reserved_mem.c410 struct reserved_mem *this, *next; local
412 this = &reserved_mem[i];
415 if (this->base + this->size > next->base) {
418 this_end = this->base + this->size;
421 this->name, &this->base, &this_end,
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_omap2.c145 struct onenand_chip *this = mtd->priv; local
211 !this->ongoing) {
301 if (this->ongoing)
312 struct onenand_chip *this = mtd->priv; local
314 if (ONENAND_CURRENT_BUFFERRAM(this)) {
316 return this->writesize;
365 struct onenand_chip *this = mtd->priv; local
385 memcpy(buf + count, this->base + bram_offset + count, xtra);
404 memcpy(buf, this->base + bram_offset, count);
413 struct onenand_chip *this local
[all...]
/linux-master/drivers/md/bcache/
H A Dutil.h454 typeof(new) this; \
459 this = container_of(*n, typeof(*(new)), member); \
460 res = cmp(new, this); \
478 typeof(&(search)) this, ret = NULL; \
482 this = container_of(n, typeof(search), member); \
483 res = cmp(&(search), this); \
485 ret = this; \
498 typeof(&(search)) this, ret = NULL; \
502 this = container_of(n, typeof(search), member); \
503 res = cmp(&(search), this); \
[all...]
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm51 Alternatively, this software may be distributed under the terms of the
/linux-master/arch/sh/include/asm/
H A Dfutex.h16 #error SMP not supported on this configuration.

Completed in 217 milliseconds

1234567891011>>