| /linux/drivers/ntb/test/ |
| H A D | ntb_msi_test.c | 28 struct ntb_msit_ctx *nm; member 33 struct ntb_msit_ctx *nm; member 46 struct ntb_msit_ctx *nm = isr_ctx->nm; in ntb_msit_isr() local 48 dev_dbg(&nm->ntb->dev, "Interrupt Occurred: %d", in ntb_msit_isr() 58 struct ntb_msit_ctx *nm = container_of(work, struct ntb_msit_ctx, in ntb_msit_setup_work() local 65 ret = ntb_msi_setup_mws(nm->ntb); in ntb_msit_setup_work() 67 dev_err(&nm->ntb->dev, "Unable to setup MSI windows: %d\n", in ntb_msit_setup_work() 73 nm->isr_ctx[i].irq_idx = i; in ntb_msit_setup_work() 74 nm->isr_ctx[i].nm = nm; in ntb_msit_setup_work() 76 if (!nm->isr_ctx[i].irq_num) { in ntb_msit_setup_work() [all …]
|
| /linux/fs/ubifs/ |
| H A D | key.h | 148 const struct fscrypt_name *nm) in dent_key_init() argument 150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() 183 const struct fscrypt_name *nm) in dent_key_init_flash() argument 186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() 217 const struct fscrypt_name *nm) in xent_key_init() argument 219 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init() 234 ino_t inum, const struct fscrypt_name *nm) in xent_key_init_flash() argument 237 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in xent_key_init_flash()
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe_transport.c | 564 struct fcoe_netdev_mapping *nm = NULL, *tmp; in fcoe_transport_detach() local 576 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) { in fcoe_transport_detach() 577 if (nm->ft == ft) { in fcoe_transport_detach() 580 ft->name, nm->netdev->name); in fcoe_transport_detach() 581 list_del(&nm->list); in fcoe_transport_detach() 582 kfree(nm); in fcoe_transport_detach() 639 struct fcoe_netdev_mapping *nm; in fcoe_add_netdev_mapping() local 641 nm = kmalloc_obj(*nm); in fcoe_add_netdev_mapping() 642 if (!nm) { in fcoe_add_netdev_mapping() 647 nm->netdev = netdev; in fcoe_add_netdev_mapping() [all …]
|
| /linux/arch/powerpc/tools/ |
| H A D | unrel_branch_check.sh | 10 nm="$2" 15 end_intr=0x$($nm -p "$vmlinux" | 24 sim=0x$($nm -p "$vmlinux" |
|
| H A D | head_check.sh | 46 nm="$1" 50 $nm "$vmlinux" | grep -e " [TA] _stext$" -e " t start_first_256B$" -e " a text_start$" -e " t start…
|
| /linux/arch/arc/kernel/ |
| H A D | troubleshoot.c | 93 char *nm = "anon"; in show_faulting_vma() local 97 nm = d_path(file_user_path(vma->vm_file), buf, in show_faulting_vma() 99 if (IS_ERR(nm)) in show_faulting_vma() 100 nm = "?"; in show_faulting_vma() 105 nm, vma->vm_start, vma->vm_end); in show_faulting_vma()
|
| /linux/scripts/ |
| H A D | recordmcount.pl | 124 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV; 155 $nm = 'nm' if (!$nm); 398 open (IN, "$nm $inputfile|") || die "error running $nm";
|
| H A D | relocs_check.sh | 9 nm="$2" 16 undef_weak_symbols=$($nm "$vmlinux" | awk '$1 ~ /w/ { print $2 }')
|
| H A D | generate_initcall_order.pl | 14 my $nm = $ENV{'NM'} || die "$0: ERROR: NM not set?"; 102 open(my $fh, "\"$nm\" --defined-only \"$file\" 2>/dev/null |") 103 or die "$0: ERROR: failed to execute \"$nm\": $!";
|
| H A D | bloat-o-meter | 30 nm = "nm" 32 nm = "{}nm".format(args.prefix) 34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
|
| H A D | link-vmlinux.sh | 151 ${NM} -S ${1} > .tmp_vmlinux.nm-sort 152 ${objtree}/scripts/sorttable -s .tmp_vmlinux.nm-sort ${1} 158 rm -f .tmp_vmlinux.nm-sort
|
| H A D | check-function-names.sh | 16 bad_symbols=$(${NM:-nm} "$objfile" | awk '$2 ~ /^[TtWw]$/ {print $3}' | grep -E '^(startup|exit|spl…
|
| /linux/drivers/usb/host/ |
| H A D | xhci-debugfs.h | 73 #define dump_register(nm) \ argument 75 .name = __stringify(nm), \ 76 .offset = REG_ ##nm, \
|
| /linux/drivers/tee/optee/ |
| H A D | supp.c | 279 size_t nm; in supp_pop_req() local 290 nm = 1; in supp_pop_req() 293 nm = 0; in supp_pop_req() 300 if ((num_params - nm) != req->num_params) in supp_pop_req() 305 *num_meta = nm; in supp_pop_req()
|
| /linux/arch/sparc/kernel/ |
| H A D | ioport.c | 323 const char *nm; in sparc_io_proc_show() local 326 if ((nm = r->name) == NULL) nm = "???"; in sparc_io_proc_show() 329 (unsigned long long)r->end, nm); in sparc_io_proc_show()
|
| /linux/drivers/phy/marvell/ |
| H A D | Makefile | 13 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o 14 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
|
| /linux/arch/arc/include/asm/ |
| H A D | linkage.h | 36 .macro ARCFP_DATA nm 42 .global \nm
|
| /linux/drivers/memory/ |
| H A D | atmel-ebi.c | 74 #define ATMEL_SMC_SETUP_XLATE(nm, pos) \ argument 75 { .name = nm, .converter = atmel_smc_cs_conf_set_setup, .shift = pos} 77 #define ATMEL_SMC_PULSE_XLATE(nm, pos) \ argument 78 { .name = nm, .converter = atmel_smc_cs_conf_set_pulse, .shift = pos} 80 #define ATMEL_SMC_CYCLE_XLATE(nm, pos) \ argument 81 { .name = nm, .converter = atmel_smc_cs_conf_set_cycle, .shift = pos}
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | s8000.dtsi | 65 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made 66 * the S8003 (APL1022) on 16nm. There are some minor differences
|
| H A D | s8003.dtsi | 65 * nodes: Samsung made the S8000 (APL0898) on 14nm and TSMC made 66 * the S8003 (APL1022) on 16nm. There are some minor differences
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_dp.c | 34 #define to_dp(nm) container_of(nm, struct exynos_dp_device, nm) argument
|
| /linux/drivers/md/ |
| H A D | md.h | 826 char nm[20]; in sysfs_link_rdev() local 830 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_link_rdev() 831 return sysfs_create_link(&mddev->kobj, &rdev->kobj, nm); in sysfs_link_rdev() 838 char nm[20]; in sysfs_unlink_rdev() local 842 sprintf(nm, "rd%d", rdev->raid_disk); in sysfs_unlink_rdev() 843 sysfs_remove_link(&mddev->kobj, nm); in sysfs_unlink_rdev()
|
| /linux/arch/powerpc/boot/ |
| H A D | wrapper | 499 base=0x`${CROSS}nm "$ofile" | grep ' _start$' | cut -d' ' -f1` 541 system_reset_overlay=0x`${CROSS}nm "$ofile" \ 545 system_reset_kernel=0x`${CROSS}nm "$ofile" \ 570 size=$(${CROSS}nm --no-sort --radix=d "$ofile" | grep -E ' _end$' | cut -d' ' -f1)
|
| /linux/Documentation/hwmon/ |
| H A D | lm95234.rst | 33 beta compensation technology allows sensing of 90 nm or 65 nm process
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | htc_drv_debug.c | 397 #define AMKSTR(nm) #nm "_BE", #nm "_BK", #nm "_VI", #nm "_VO" argument
|