Searched refs:this (Results 226 - 250 of 529) sorted by relevance

1234567891011>>

/linux-master/drivers/base/regmap/
H A Dregcache.c180 * we cope with this by reading back the HW registers and
296 /* Is this the hardware default? If so skip. */
411 struct regmap_range_node *this = local
415 if (regcache_read(map, this->selector_reg, &i) != 0)
418 ret = _regmap_write(map, this->selector_reg, i);
421 this->selector_reg, i, ret);
558 * If this function is not called, regcache_sync() will assume that
/linux-master/drivers/xen/
H A Devtchn.c16 * of this source file (the "Software"), to deal in the Software without
22 * The above copyright notice and this permission notice shall be included in
73 /* Processes wait on this queue when ring is empty. */
115 struct user_evtchn *this; local
117 this = rb_entry(*new, struct user_evtchn, node);
120 if (this->port < evtchn->port)
122 else if (this->port > evtchn->port)
/linux-master/arch/m68k/fpsp040/
H A Dsint.S54 | For details on the license for this file, please see the
55 | file, README, in this same directory.
H A Dstanh.S52 | For details on the license for this file, please see the
53 | file, README, in this same directory.
H A Dbugfix.S36 | * to get better coverage. (If you do not insert this code, the part
38 | * Do NOT insert this code for 10d43b or later parts.
81 | * be destroyed by a FMOVEM at the end of all this code.
131 | * be destroyed by a FMOVEM at the end of all this code.
155 | For details on the license for this file, please see the
156 | file, README, in this same directory.
171 | number of the fsave is not $40, this handler is not necessary.
177 | Test for cu_savepc equal to zero. If not, this is not a bug
182 beq fix_done |if zero, this is not bug #1238
197 | Check for cu and nu register conflict. If one exists, this take
[all...]
H A Dres_func.S19 | For details on the license for this file, please see the
20 | file, README, in this same directory.
85 | At this point, only opclass 0 and 2 possible
93 | At this point:
102 | At this point, fabs, fneg, fsmove, fdmove, ftst, fsqrt, fssqrt, and
361 | At this point, check for the cases in which normalizing the
367 | At this point:
376 | At this point, fabs, fneg, fsmove, fdmove, ftst, fsqrt, fssqrt, and
603 | unit and must be completed in software. Basically, this
605 | of the operands must be denormalized to enter this cod
[all...]
H A Dround.S11 | For details on the license for this file, please see the
12 | file, README, in this same directory.
49 bsrs ext_grs |this subroutine looks at the
113 | Note that this will round to even in case of a tie.
279 | bit of the mantissa (msb in d1) unless this would mean the exponent
383 | set (otherwise this would have been tagged a zero not a denorm).
413 | d0 comes into this routine with the rounding precision. It
H A Dfpsp.h8 | For details on the license for this file, please see the
9 | file, README, in this same directory.
24 | After initialization, the stack looks like this:
174 | ;on packed move outs. NOTE: this
306 | this can only be used if in a data register
H A Dget_op.S38 | The '040 takes an unsupported data trap and gets to this
48 | detects this and tags the number as a denorm. The routine
57 | For details on the license for this file, please see the
58 | file, README, in this same directory.
222 | At this point, destination has an extended denorm or unnorm.
252 | At this point only unnorms or extended denorms are possible.
273 | At this point, only single or double denorms are possible.
297 | ;this is needed to fix unsupp data stack
304 | At this point, the source is definitely packed, whether
342 | At this poin
[all...]
/linux-master/arch/arm/lib/
H A Ddiv64.S115 @ (the 33th bit) this is a false positive so resume the loop.
139 @ divisor at this point since divisor can not be smaller than 3 here.
/linux-master/arch/arc/lib/
H A Dstrcmp.S62 We can compensate for this by checking that bit0 is zero.
72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.c271 void descriptor_list_chain(struct sg_dma_desc_info *this, argument
274 struct sg_dma_descriptor *d = this->last_desc_virt;
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S13 # compiled version of this file with other programs, and to distribute
14 # those programs without any restriction coming from the use of this
/linux-master/drivers/power/reset/
H A Dat91-reset.c115 static int at91_reset(struct notifier_block *this, unsigned long mode, argument
118 struct at91_reset *reset = container_of(this, struct at91_reset, nb);
/linux-master/sound/soc/sh/rcar/
H A Ddma.c707 static void rsnd_dma_of_path(struct rsnd_mod *this, argument
720 struct rsnd_priv *priv = rsnd_mod_to_priv(this);
739 if (this == rsnd_io_to_mod_ssi(io))
740 this = ssiu;
798 if ((this == ssi) == (is_play)) {
806 dev_dbg(dev, "module connection (this is %s)\n", rsnd_mod_name(this));
/linux-master/drivers/ptp/
H A Dptp_ines.c240 struct list_head *this; local
243 list_for_each(this, &ines_clocks) {
244 clock = list_entry(this, struct ines_clock, list);
256 struct list_head *this, *next; local
266 list_for_each_safe(this, next, &port->events) {
267 ts = list_entry(this, struct ines_timestamp, list);
/linux-master/net/netfilter/
H A Dnft_set_rbtree.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
143 const void *this; local
153 this = nft_set_ext_key(&rbe->ext);
154 d = memcmp(this, key, set->klen);
249 /* search for end interval coming before this element.
267 /* There is always room in this trans gc for this element,
270 * this is synchronous gc which never fails.
298 /* this element is closest to where the new element is to be inserted:
362 * but skip new elements in this transactio
551 struct nft_rbtree_elem *rbe, *this = nft_elem_priv_cast(elem->priv); local
[all...]
H A Dnft_set_hash.c5 * Development of this code funded by Astaro AG (http://www.astaro.com/)
577 struct nft_hash_elem *this = nft_elem_priv_cast(elem->priv), *he; local
582 hash = nft_jhash(set, priv, &this->ext);
584 if (!memcmp(nft_set_ext_key(&this->ext),
591 hlist_add_head_rcu(&this->node, &priv->table[hash]);
616 struct nft_hash_elem *this = nft_elem_priv_cast(elem->priv), *he; local
621 hash = nft_jhash(set, priv, &this->ext);
/linux-master/drivers/i3c/
H A Dmaster.c39 * The reason for this kind of locking is that we don't want drivers and core
72 * Note that this lock is not guaranteeing serialization of normal operations.
130 return master->this;
910 * Note that this function only sends the ENTDAA CCC command, all the logic
1038 if (i3cdev == master->this)
1060 defslvs->master.bcr = master->this->info.bcr;
1061 defslvs->master.dcr = master->this->info.dcr;
1062 defslvs->master.dyn_addr = master->this->info.dyn_addr << 1;
1073 /* Skip the I3C dev representing this master. */
1074 if (i3cdev == master->this)
[all...]
/linux-master/fs/
H A Dlibfs.c414 * @whence: enumerator describing the starting position for this update
435 /* In this case, ->private_data is protected by f_pos_lock */
494 * entries during this call.
504 * in this directory when offset_readdir() is called again with @ctx.
518 /* In this case, ->private_data is protected by f_pos_lock */
558 struct dentry *this = dget(dentry); local
561 struct inode *inode = this->d_inode;
564 if (d_is_dir(this))
566 while ((child = find_next_child(this, victim)) == NULL) {
572 victim = this;
[all...]
/linux-master/fs/ubifs/
H A Drecovery.c33 * following min. I/O units have to contain empty space (all 0xFFs). If this is
314 * is clean at this point, i.e., %UBIFS_MST_DIRTY is not set.
320 * so this LEB ends up with some amount of garbage at the
322 * 3. UBIFS is being mounted R/O. We reach this place and
327 * 4. However, this master node (@c->mst_node) is marked as
614 * @jhead: journal head number this LEB belongs to (%-1 if the LEB does not
690 * See header comment for this file for more
691 * explanations about the reasons we have this check.
712 * If this LEB belongs to the GC head then while we are in the
724 * cut happened. I do not know how realistic is this scenari
1530 struct rb_node *this = rb_first(&c->size_tree); local
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S24 |so long as this entire notice is retained without alteration in any modified and/or
59 | Software Package. For a normal exit, all 060FPSP routines call this
303 | The size of this section MUST be 128 bytes!!!
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_router_hw.c365 nh_grp = nh_head->this;
383 state = prestera_nexthop_group_util_hw_state(sw, nh_head->this);
415 nh_grp->nh_neigh_head[nh_cnt].this = nh_grp;
/linux-master/kernel/bpf/
H A Dlocal_storage.c109 struct bpf_cgroup_storage *this; local
111 this = container_of(*new, struct bpf_cgroup_storage, node);
114 switch (bpf_cgroup_storage_key_cmp(map, &storage->key, &this->key)) {
/linux-master/security/
H A Ddevice_cgroup.c532 struct list_head *this, *tmp; local
534 list_for_each_safe(this, tmp, &devcg->exceptions) {
535 ex = container_of(this, struct dev_exception_item, list);
599 * CAP_SYS_ADMIN is needed for this. It's at least separate from CAP_MKNOD

Completed in 214 milliseconds

1234567891011>>