Searched refs:here (Results 1 - 25 of 103) sorted by last modified time

12345

/linux-master/arch/arc/kernel/
H A Dhead.S124 ; XXX: use ZOL here
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
H A Dentry-arcv2.S79 # So do a "soft" disable of interrupts here.
89 ; so a higher prio interrupt taken here won't clobber prev prio icause
176 ; All 2 entry points to here already disable interrupts
/linux-master/drivers/usb/host/
H A Dsl811-hcd.c195 /* IN packets can be used with any type of endpoint. here we just
197 * urb->iso_frame_desc is currently ignored here...
233 * urb->iso_frame_desc is currently ignored here...
501 /* urb->iso_frame_desc is currently ignored here... */
904 /* NOTE: the phase is correct here, but the value
930 struct sl811h_ep *here = *prev; local
932 while (here && ep != here) {
933 if (ep->period > here->period)
935 prev = &here
[all...]
/linux-master/drivers/block/
H A Dfloppy.c1739 /* We have to clear the reset flag here, because apparently on boxes
1744 * handler here, and thus we have to fear no interference of other
1957 fdc_specify(current_fdc, current_drive); /* must be done here because of hut, hlt ... */
1980 * here ends the bottom half. Exported routines are:
2150 } *here = (struct fparm *)floppy_track_buffer; local
2189 here[count].track = format_req.track;
2190 here[count].head = format_req.head;
2191 here[count].sect = 0;
2192 here[count].size = raw_cmd->cmd[F_SIZECODE];
2196 here[
[all...]
/linux-master/arch/arm/kernel/
H A Dunwind.c240 /* Use READ_ONCE_NOCHECK here to avoid this memory access
547 here:
548 frame.pc = (unsigned long)&&here;
H A Diwmmxt.S75 bne 4f @ if so no business here
/linux-master/tools/testing/ktest/
H A Dktest.pl503 here. Use something like /boot/grub2/grub.cfg to search.
573 # These are first defined here, main function later on
2621 # Calculate a new version from here.
3359 # we don't want min configs to cause issues here.
4561 # The following are here to standardize tabs/spaces/etc across the most likely editors
/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...]
H A Dinline.c162 if (is.s.here->e_value_inum) {
168 EXT4_I(inode)->i_inline_off = (u16)((void *)is.s.here -
171 le32_to_cpu(is.s.here->e_value_size);
314 EXT4_I(inode)->i_inline_off = (u16)((void *)is.s.here -
380 EXT4_I(inode)->i_inline_off = (u16)((void *)is.s.here -
383 le32_to_cpu(is.s.here->e_value_size);
554 * will trap here again.
1951 value_len = le32_to_cpu(is.s.here->e_value_size);
2016 * here to finish conversion.
/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/net/ethernet/sun/
H A Dniu.c45 * actually being used here.
7241 /* put the tcam size here */
7257 /* put the tcam size here */
8191 u32 here = start + offset; local
8194 err = niu_pci_eeprom_read(np, here);
8200 err = niu_pci_eeprom_read16_swp(np, here + 1);
8204 here = start + offset + 3;
8209 err = niu_pci_vpd_scan_props(np, here, end);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm1219 s_and_b32 s_restore_pc_hi, s_restore_pc_hi, 0x0000ffff //pc[47:32] //Do it here in order not to affect STATUS
H A Dcwsr_trap_handler_gfx9.asm429 //use s_save_tmp would introduce conflict here between s_save_tmp and s_save_buf_rsrc2
529 s_and_b32 s_save_tmp, s_save_exec_hi, S_SAVE_SPI_INIT_FIRST_WAVE_MASK //exec is still used here
910 s_and_b32 s_restore_pc_hi, s_restore_pc_hi, 0x0000ffff //pc[47:32] //Do it here in order not to affect STATUS
/linux-master/tools/testing/selftests/
H A Dlib.mk1 # This mimics the top-level Makefile. We do it explicitly here so that this
/linux-master/arch/x86/boot/
H A Dheader.S235 # tries to generate a 3-byte jump here, which causes
271 code32_start: # here loaders can put a different
287 # space from here (exclusive) down to
/linux-master/scripts/
H A Dcheckpatch.pl654 here |
2033 my ($linenr, $cnt, $here) = @_;
2035 my $herectx = $here . "\n";
2141 # one does, and continue as if the #endif was not here.
2670 my $here = '';
2847 $here = "#$linenr: " if (!$file);
2848 $here = "#$realline: " if ($file);
2871 "do not modify files in include/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");
2914 $here .= "FILE: $realfile:$realline:" if ($realcnt != 0);
2916 my $hereline = "$here\
[all...]
/linux-master/kernel/debug/kdb/
H A Dkdb_main.c1167 kdb_printf("Hmm, kdb_reboot did not reboot, spinning here\n");
1446 * will spin here.
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c1264 /* If we get here, IAA is *REALLY* late. It's barely
1273 * If IAA is set here it either legitimately triggered
1911 /* remember to add cleanup code (above) if you add anything here */
2038 * toggle (like OHCI) ... here (re)initialize the toggle in the QH,
2071 * If we come here during unlink, the QH overlay region
2074 * overlay here.
2945 /* can't sleep here, we have fotg210->lock... */
3221 * Unlinks could happen here; completion reporting
3302 union fotg210_shadow here = *prev_p; local
3305 while (here
3401 union fotg210_shadow here; local
3491 union fotg210_shadow here = *prev; local
4322 union fotg210_shadow here = *prev; local
[all...]
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c602 * Can't use UML_SETJMP or UML_LONGJMP here because they save
606 * Signals must be blocked when jumping back here and restored
641 jmp_buf here; local
645 cb_back = &here;
648 if (UML_SETJMP(&here) == 0)
/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/drivers/atm/
H A Deni.c329 EVENT("---dump ends here---\n",0,0);
346 unsigned long here; local
368 here = (eni_vcc->descr+skip) & (eni_vcc->words-1);
369 dma[j++] = (here << MID_DMA_COUNT_SHIFT) | (vcc->vci
373 here = (eni_vcc->descr+size+skip) & (eni_vcc->words-1);
442 dma[j++] = (here << MID_DMA_COUNT_SHIFT) |
474 eni_vcc->descr = here;
806 void __iomem *here; local
817 here = eni_dev->vci+vcc->vci*16;
821 writel(0,here
838 void __iomem *here; local
[all...]
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S257 # len is less than 8 if we got here
H A Daesni-intel_avx-x86_64.S168 HashKey = 16*6 # store HashKey <<1 mod poly here
169 HashKey_2 = 16*7 # store HashKey^2 <<1 mod poly here
170 HashKey_3 = 16*8 # store HashKey^3 <<1 mod poly here
171 HashKey_4 = 16*9 # store HashKey^4 <<1 mod poly here
172 HashKey_5 = 16*10 # store HashKey^5 <<1 mod poly here
173 HashKey_6 = 16*11 # store HashKey^6 <<1 mod poly here
174 HashKey_7 = 16*12 # store HashKey^7 <<1 mod poly here
175 HashKey_8 = 16*13 # store HashKey^8 <<1 mod poly here
176 HashKey_k = 16*14 # store XOR of HashKey <<1 mod poly here (for Karatsuba purposes)
177 HashKey_2_k = 16*15 # store XOR of HashKey^2 <<1 mod poly here (fo
[all...]

Completed in 549 milliseconds

12345