Searched refs:this (Results 51 - 75 of 529) sorted by relevance

1234567891011>>

/linux-master/net/rds/
H A Dinfo.c7 * COPYING in the main directory of this source tree, or the
15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
118 unsigned long this; local
124 this = min(bytes, PAGE_SIZE - iter->offset);
126 rdsdebug("page %p addr %p offset %lu this %lu data %p "
128 iter->offset, this, data, bytes);
130 memcpy(iter->addr + iter->offset, data, this);
132 data += this;
133 bytes -= this;
[all...]
/linux-master/fs/overlayfs/
H A Dexport.c53 * To avoid this problem on decode time, we need to copy up an ancestor of
354 struct dentry *this, *parent = NULL; local
373 * from racing with underlying layer rename. In this case, we don't
383 this = lookup_one_len(name.name.name, connected, name.name.len);
385 err = PTR_ERR(this);
386 if (IS_ERR(this)) {
388 } else if (!this || !this->d_inode) {
389 dput(this);
392 } else if (ovl_dentry_real_at(this, laye
423 struct dentry *this = NULL; local
547 struct dentry *next, *this; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dams-delta.c46 u8 (*io_read)(struct gpio_nand *this);
47 void (*io_write)(struct gpio_nand *this, u8 byte);
139 static int gpio_nand_exec_op(struct nand_chip *this, argument
142 struct gpio_nand *priv = nand_get_controller_data(this);
178 nand_gpio_waitrdy(this, priv->gpiod_rdy,
180 nand_soft_waitrdy(this,
194 static int gpio_nand_setup_interface(struct nand_chip *this, int csline, argument
197 struct gpio_nand *priv = nand_get_controller_data(this);
199 struct device *dev = &nand_to_mtd(this)->dev;
242 struct nand_chip *this; local
[all...]
/linux-master/kernel/futex/
H A Drequeue.c17 * On !PREEMPT_RT this is not a problem and everything could be serialized
19 * this allows to avoid doing the requeue when the task is already on the
36 * The requeue side ignores a waiter with state Q_REQUEUE_PI_IGNORE as this
191 * will modify q->requeue_state after this point.
217 * this point the waiter task can return from the syscall immediately in
259 * @exiting is only set when the return value is -EBUSY. If so, this holds
299 * Ensure that this is a waiter sitting in futex_wait_requeue_pi()
309 /* Ensure that this does not race against an early wakeup */
342 * guaranteed to be reached with this function returning 0.
375 struct futex_q *this, *nex local
[all...]
/linux-master/net/caif/
H A Dcfrfml.c49 struct cfrfml *this = kzalloc(sizeof(struct cfrfml), GFP_ATOMIC); local
51 if (!this)
54 cfsrvl_init(&this->serv, channel_id, dev_info, false);
55 this->serv.release = cfrfml_release;
56 this->serv.layer.receive = cfrfml_receive;
57 this->serv.layer.transmit = cfrfml_transmit;
63 this->fragment_size = tmp;
64 spin_lock_init(&this->sync);
65 snprintf(this->serv.layer.name, CAIF_LAYER_NAME_SZ,
68 return &this
[all...]
H A Dcfctrl.c38 struct cfctrl *this = local
40 if (!this)
45 cfsrvl_init(&this->serv, 0, &dev_info, false);
46 atomic_set(&this->req_seq_no, 1);
47 atomic_set(&this->rsp_seq_no, 1);
48 this->serv.layer.receive = cfctrl_recv;
49 sprintf(this->serv.layer.name, "ctrl");
50 this->serv.layer.ctrlcmd = cfctrl_ctrlcmd;
52 spin_lock_init(&this->loop_linkid_lock);
53 this
165 struct cfctrl *this = container_obj(layer); local
558 struct cfctrl *this = container_obj(layr); local
[all...]
H A Dcfcnfg.c74 struct cfcnfg *this; local
79 /* Initiate this layer */
80 this = kzalloc(sizeof(struct cfcnfg), GFP_ATOMIC);
81 if (!this)
83 this->mux = cfmuxl_create();
84 if (!this->mux)
86 this->ctrl = cfctrl_create();
87 if (!this->ctrl)
90 resp = cfctrl_get_respfuncs(this->ctrl);
100 INIT_LIST_HEAD(&this
[all...]
/linux-master/arch/parisc/math-emu/
H A Dhppa.h10 PA header file -- do not include this header file for non-PA builds.
H A Dfpbits.h10 PA header file -- do not include this header file for non-PA builds.
/linux-master/arch/arm/mach-omap1/
H A Dcommon.h22 * with this program; if not, write to the Free Software Foundation, Inc.,
57 extern void omap1_nand_cmd_ctl(struct nand_chip *this, int cmd,
/linux-master/arch/powerpc/mm/nohash/
H A De500_hugetlbpage.c21 int this, next; local
24 this = tcd->esel_next;
26 next = this + 1;
31 return this;
41 * Besides being unnecessary in the absence of SMT, this
/linux-master/arch/xtensa/platforms/iss/
H A Dsetup.c35 static int iss_restart(struct notifier_block *this, argument
50 iss_panic_event(struct notifier_block *this, unsigned long event, void *ptr) argument
/linux-master/lib/
H A Dllist.c5 * The basic atomic operation of this list is cmpxchg on long. On
44 * deleted, this is the newest added one.
71 * @this: a list entry.
76 * Multiple callers can safely call this concurrently with multiple
77 * llist_add() callers, providing all the callers offer a different @this.
80 struct llist_node *this)
87 if (entry != this)
79 llist_del_first_this(struct llist_head *head, struct llist_node *this) argument
/linux-master/net/core/
H A Dflow_offload.c22 * Caller can override this if it wants stats for a given action.
43 * Caller can override this if it wants stats for a given action.
466 struct flow_block_cb *this, *next; local
468 list_for_each_entry_safe(this, next, &flow_block_indr_list, indr.list) {
469 if (this->release == release &&
470 this->indr.cb_priv == cb_priv)
471 list_move(&this->indr.list, cleanup_list);
477 struct flow_block_cb *this, *next; local
479 list_for_each_entry_safe(this, next, cleanup_list, indr.list) {
480 list_del(&this
488 struct flow_indr_dev *this, *next, *indr_dev = NULL; local
610 struct flow_indr_dev *this; local
[all...]
/linux-master/drivers/pci/
H A Ddevres.c168 struct pci_devres *this = res; local
172 if (this->region_mask & (1 << i))
175 if (this->mwi)
178 if (this->restore_intx)
179 pci_intx(dev, this->orig_intx);
181 if (this->enabled && !this->pinned)
258 struct pcim_iomap_devres *this = res; local
262 if (this->table[i])
263 pci_iounmap(dev, this
[all...]
/linux-master/arch/sparc/lib/
H A Dudivdi3.S25 sub %i0,%o3,%i0 ! this kills msb of n
26 addx %i0,%i0,%i0 ! so this cannot give carry
33 sub %i0,%o3,%i0 ! this kills msb of n
38 ! Got carry from n. Subtract next step to cancel this carry.
63 sub %o4,%o3,%o4 ! this kills msb of n
64 addx %o4,%o4,%o4 ! so this cannot give carry
71 sub %o4,%o3,%o4 ! this kills msb of n
76 ! Got carry from n. Subtract next step to cancel this carry.
89 sub %i0,%o3,%i0 ! this kills msb of n
90 addx %i0,%i0,%i0 ! so this canno
[all...]
H A Ddivdi3.S49 sub %i0,%o4,%i0 ! this kills msb of n
50 addx %i0,%i0,%i0 ! so this cannot give carry
57 sub %i0,%o4,%i0 ! this kills msb of n
62 ! Got carry from n. Subtract next step to cancel this carry.
85 sub %g3,%o4,%g3 ! this kills msb of n
86 addx %g3,%g3,%g3 ! so this cannot give carry
93 sub %g3,%o4,%g3 ! this kills msb of n
98 ! Got carry from n. Subtract next step to cancel this carry.
109 sub %i0,%o4,%i0 ! this kills msb of n
110 addx %i0,%i0,%i0 ! so this canno
[all...]
/linux-master/drivers/staging/media/atomisp/pci/hmm/
H A Dhmm_bo.c80 struct hmm_buffer_object *this, *ret_bo, *temp_bo; local
82 this = rb_entry(node, struct hmm_buffer_object, node);
83 if (this->pgnr == pgnr ||
84 (this->pgnr > pgnr && !this->node.rb_left)) {
87 if (this->pgnr < pgnr) {
88 if (!this->node.rb_right)
91 this->node.rb_right, pgnr);
94 this->node.rb_left, pgnr);
97 if (this
183 struct hmm_buffer_object *this; local
216 struct hmm_buffer_object *this; local
[all...]
/linux-master/fs/jffs2/
H A Derase.c9 * For licensing information, see the file 'LICENCE' in this directory.
180 /* We'd like to give this block another try. */
205 this a standard doubly-linked list? */
214 /* Walk the inode's list once, removing any nodes from this eraseblock */
227 struct jffs2_raw_node_ref *this; local
229 this = *prev;
230 *prev = this->next_in_ino;
231 this->next_in_ino = NULL;
233 if (this == ref)
254 struct jffs2_raw_node_ref *this;
[all...]
/linux-master/drivers/net/
H A Deql.c106 * this compiles fine with no warnings.
109 * this version will not work otherwise
111 * Sorry, I had to rewrite most of this for 2.5.x -DaveM
147 struct list_head *this, *tmp, *head; local
151 list_for_each_safe(this, tmp, head) {
152 slave_t *slave = list_entry(this, slave_t, list);
209 /* XXX We should force this off automatically for the user. */
234 struct list_head *head, *tmp, *this; local
239 list_for_each_safe(this, tmp, head) {
240 slave_t *s = list_entry(this, slave_
305 struct list_head *this, *tmp, *head; local
370 struct list_head *this, *head; local
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h39 void descriptor_list_chain(struct sg_dma_desc_info *this,
/linux-master/Documentation/trace/
H A Dfunction-graph-fold.vim3 " To use, :source this file while viewing a function_graph trace, or use vim's
11 " Note that this will almost certainly only work well with a
/linux-master/include/net/netfilter/
H A Dnf_nat_helper.h37 /* Setup NAT on this expected conntrack so it follows master, but goes
39 void nf_nat_follow_master(struct nf_conn *ct, struct nf_conntrack_expect *this);
/linux-master/virt/kvm/
H A Dcoalesced_mmio.c65 struct kvm_io_device *this, gpa_t addr,
68 struct kvm_coalesced_mmio_dev *dev = to_mmio(this);
96 static void coalesced_mmio_destructor(struct kvm_io_device *this) argument
98 struct kvm_coalesced_mmio_dev *dev = to_mmio(this);
121 * We're using this spinlock to sync access to the coalesced ring.
64 coalesced_mmio_write(struct kvm_vcpu *vcpu, struct kvm_io_device *this, gpa_t addr, int len, const void *val) argument
/linux-master/drivers/ras/
H A Dcec.c80 /* Bits which count the number of errors happened in this 4K page. */
251 unsigned int this = FULL_COUNT(ca->array[i]); local
253 if (min > this) {
254 min = this;
290 u64 this = PFN(ca->array[i]); local
292 if (WARN(prev > this, "prev: 0x%016llx <-> this: 0x%016llx\n", prev, this))
295 prev = this;
303 u64 this local
456 u64 this = PFN(ca->array[i]); local
[all...]

Completed in 227 milliseconds

1234567891011>>