Searched refs:here (Results 1 - 25 of 103) sorted by relevance

12345

/linux-master/drivers/block/drbd/
H A Ddrbd_interval.c33 struct drbd_interval *here = local
37 if (here->end < this_end)
38 here->end = this_end;
39 if (this->sector < here->sector)
41 else if (this->sector > here->sector)
43 else if (this < here)
45 else if (this > here)
75 struct drbd_interval *here = local
78 if (sector < here->sector)
80 else if (sector > here
127 struct drbd_interval *here = local
[all...]
/linux-master/arch/sh/lib/
H A Dmemcpy.S20 sub r4,r5 ! From here, r5 has the distance to r0
21 add r6,r0 ! From here, r0 points the end of copying point
27 ! From here, r6 is free
H A Dmemmove.S26 sub r5,r4 ! From here, r4 has the distance to r0
/linux-master/include/xen/interface/io/
H A Dprotocols.h19 # error arch fixup needed here
/linux-master/arch/arm/mach-versatile/
H A Ddcscb_setup.S17 * The ACTLR SMP bit does not need to be set here, because cpu_resume()
28 2: @ Implementation-specific local CPU setup operations should go here,
/linux-master/arch/arm/kernel/
H A Dreturn_address.c44 here:
45 frame.pc = (unsigned long)&&here;
H A Dstacktrace.c173 * What guarantees do we have here that 'tsk' is not
184 here:
189 (unsigned long)&&here);
H A Dhyp-stub.S80 @ Secondary CPUs should call here
/linux-master/tools/perf/arch/x86/tests/
H A Dgen-insn-x86-dat.awk19 / Start here / {
23 / Stop here / {
/linux-master/fs/ext2/
H A Dxattr.c412 struct ext2_xattr_entry *here = NULL, *last = NULL; local
420 * here -- The named entry found, or the place for inserting, within
463 * Find the named attribute. If not found, 'here' will point
481 here = last;
486 here = last;
509 free += EXT2_XATTR_SIZE(le32_to_cpu(here->e_value_size));
545 offset = (char *)here - bh->b_data;
546 here = ENTRY((char *)header + offset);
557 last = here = ENTRY(header+1);
561 /* Iff we are modifying the block in-place, bh is locked here
1027 struct ext2_xattr_entry *here; local
[all...]
H A Dballoc.c602 ext2_grpblk_t here, next; local
617 here = ext2_find_next_zero_bit(bh->b_data, end_goal, start);
618 if (here < end_goal)
619 return here;
623 here = start;
624 if (here < 0)
625 here = 0;
627 p = ((char *)bh->b_data) + (here >> 3);
628 r = memscan(p, 0, ((maxblocks + 7) >> 3) - (here >> 3));
631 if (next < maxblocks && next >= here)
[all...]
/linux-master/drivers/usb/host/
H A Dehci-sched.c67 union ehci_shadow here = *prev_p; local
70 while (here.ptr && here.ptr != ptr) {
73 hw_p = shadow_next_periodic(ehci, &here,
75 here = *prev_p;
78 if (!here.ptr)
84 *prev_p = *periodic_next_shadow(ehci, &here,
88 *shadow_next_periodic(ehci, &here, Q_NEXT_TYPE(ehci, *hw_p))
90 *hw_p = *shadow_next_periodic(ehci, &here,
248 * find_tt() will not return any error here a
429 union ehci_shadow here; local
539 union ehci_shadow here = *prev; local
1719 union ehci_shadow here = *prev; local
[all...]
H A Dohci-q.c154 struct ed *here = *prev; local
160 while (here && ed != here) {
161 if (ed->interval > here->interval)
163 prev = &here->ed_next;
164 prev_p = &here->hwNextED;
165 here = *prev;
167 if (ed != here) {
168 ed->ed_next = here;
169 if (here)
[all...]
/linux-master/fs/ext4/
H A Dxattr.c1625 struct ext4_xattr_entry *here = s->here; local
1634 old_size = (!s->not_found && !here->e_value_inum) ?
1635 EXT4_XATTR_SIZE(le32_to_cpu(here->e_value_size)) : 0;
1643 size_t offs = le16_to_cpu(here->e_value_offs);
1646 here->e_value_size = cpu_to_le32(i->value_len);
1705 if (!s->not_found && here->e_value_inum) {
1707 le32_to_cpu(here->e_value_inum),
1708 le32_to_cpu(here->e_hash),
1748 le32_to_cpu(here
3191 struct ext4_xattr_entry *here; local
[all...]
/linux-master/arch/arm/lib/
H A Dmemmove.S56 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
59 CALGN( subs r2, r2, ip ) @ C is set here
80 addne pc, pc, ip @ C is always clear here
140 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
/linux-master/arch/alpha/kernel/
H A Dhead.S39 /* On entry here from SRM console, the HWPCB of the per-cpu
89 # Putting it here means we dont have to recompile the whole
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S76 | send some signal to program here
80 | we jump here after an access error while trying to access
96 | it does not really belong here, but...
111 | directly here, these function may only be called from within
/linux-master/arch/arc/kernel/
H A Dentry.S51 ; when the forked child comes here from the __switch_to function
64 ; 1. Any forked task (Reach here via BRne above)
65 ; 2. First ever init task (Reach here via return from JL above)
293 ; However, here we need to explicitly save callee regs because
/linux-master/fs/f2fs/
H A Dxattr.c632 struct f2fs_xattr_entry *here, *last; local
660 here = __find_xattr(base_addr, last_base_addr, NULL, index, len, name);
661 if (!here) {
681 found = IS_XATTR_LAST_ENTRY(here) ? 0 : 1;
689 if (value && f2fs_xattr_value_same(here, value, size))
696 last = here;
722 free = free + ENTRY_SIZE(here);
736 struct f2fs_xattr_entry *next = XATTR_NEXT_ENTRY(here);
737 int oldsize = ENTRY_SIZE(here);
739 memmove(here, nex
[all...]
/linux-master/arch/arm/mach-tegra/
H A Dreset-handler.S198 bne __die @ only CPU0 can be here
220 * CPU0 can't be here for Tegra20/30
225 bleq __die @ CPU0 cannot be here
279 wfi @ CPU should be power gated here
287 /* If the CPU still isn't dead, just spin here. */
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h69 move t2, t1 # text and data are here
/linux-master/arch/arm/include/debug/
H A Dsa1100.S23 @ We probe for the active serial port here, coherently with
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S9 | <ea> field. If so, handle here and return. Otherwise, it
42 | fmovecr with non-zero <ea> handling here
/linux-master/arch/powerpc/lib/
H A Ddiv64.S26 1: mr r11,r5 # here dividend.hi != 0
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h98 # All cores other than the master need to wait here for SMP bootstrap
142 # will halt here.

Completed in 195 milliseconds

12345