/kernel/linux/linux-6.6/drivers/clk/sunxi-ng/ |
H A D | ccu_nm.c | 31 unsigned long rate, struct _ccu_nm *nm) in ccu_nm_find_best() 37 for (_n = nm->min_n; _n <= nm->max_n; _n++) { in ccu_nm_find_best() 38 for (_m = nm->min_m; _m <= nm->max_m; _m++) { in ccu_nm_find_best() 50 nm->n = best_n; in ccu_nm_find_best() 51 nm->m = best_m; in ccu_nm_find_best() 58 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_disable() local 60 return ccu_gate_helper_disable(&nm->common, nm in ccu_nm_disable() 30 ccu_nm_find_best(struct ccu_common *common, unsigned long parent, unsigned long rate, struct _ccu_nm *nm) ccu_nm_find_best() argument 65 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_enable() local 72 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_is_enabled() local 80 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_recalc_rate() local 122 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_round_rate() local 170 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_set_rate() local [all...] |
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/ |
H A D | ccu_nm.c | 31 struct _ccu_nm *nm) in ccu_nm_find_best() 37 for (_n = nm->min_n; _n <= nm->max_n; _n++) { in ccu_nm_find_best() 38 for (_m = nm->min_m; _m <= nm->max_m; _m++) { in ccu_nm_find_best() 53 nm->n = best_n; in ccu_nm_find_best() 54 nm->m = best_m; in ccu_nm_find_best() 59 struct ccu_nm *nm = hw_to_ccu_nm(hw); in ccu_nm_disable() local 61 return ccu_gate_helper_disable(&nm->common, nm in ccu_nm_disable() 30 ccu_nm_find_best(unsigned long parent, unsigned long rate, struct _ccu_nm *nm) ccu_nm_find_best() argument 66 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_enable() local 73 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_is_enabled() local 81 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_recalc_rate() local 123 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_round_rate() local 172 struct ccu_nm *nm = hw_to_ccu_nm(hw); ccu_nm_set_rate() local [all...] |
/kernel/linux/linux-5.10/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 in ntb_msit_setup_work() 106 struct ntb_msit_ctx *nm = ctx; ntb_msit_desc_changed() local 123 struct ntb_msit_ctx *nm = ctx; ntb_msit_link_event() local 131 ntb_msit_copy_peer_desc(struct ntb_msit_ctx *nm, int peer) ntb_msit_copy_peer_desc() argument 151 struct ntb_msit_ctx *nm = ctx; ntb_msit_db_event() local 259 struct ntb_msit_ctx *nm = data; ntb_msit_dbgfs_local_port_get() local 270 ntb_msit_create_dbgfs(struct ntb_msit_ctx *nm) ntb_msit_create_dbgfs() argument 314 ntb_msit_remove_dbgfs(struct ntb_msit_ctx *nm) ntb_msit_remove_dbgfs() argument 321 struct ntb_msit_ctx *nm; ntb_msit_probe() local 390 struct ntb_msit_ctx *nm = ntb->ctx; ntb_msit_remove() local [all...] |
/kernel/linux/linux-6.6/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 in ntb_msit_setup_work() 106 struct ntb_msit_ctx *nm = ctx; ntb_msit_desc_changed() local 123 struct ntb_msit_ctx *nm = ctx; ntb_msit_link_event() local 131 ntb_msit_copy_peer_desc(struct ntb_msit_ctx *nm, int peer) ntb_msit_copy_peer_desc() argument 151 struct ntb_msit_ctx *nm = ctx; ntb_msit_db_event() local 259 struct ntb_msit_ctx *nm = data; ntb_msit_dbgfs_local_port_get() local 270 ntb_msit_create_dbgfs(struct ntb_msit_ctx *nm) ntb_msit_create_dbgfs() argument 314 ntb_msit_remove_dbgfs(struct ntb_msit_ctx *nm) ntb_msit_remove_dbgfs() argument 321 struct ntb_msit_ctx *nm; ntb_msit_probe() local 390 struct ntb_msit_ctx *nm = ntb->ctx; ntb_msit_remove() local [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | xattr.c | 71 * @nm: extended attribute name 75 * This is a helper function which creates an extended attribute of name @nm 82 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 102 names_len = host_ui->xattr_names + host_ui->xattr_cnt + fname_len(nm) + 1; in create_xattr() 139 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm)); in create_xattr() 141 host_ui->xattr_names += fname_len(nm); in create_xattr() 149 if (strcmp(fname_name(nm), UBIFS_XATTR_NAME_ENCRYPTION_CONTEXT) == 0) in create_xattr() 152 err = ubifs_jnl_update(c, host, nm, inode, 0, 1); in create_xattr() 165 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm)); in create_xattr() 167 host_ui->xattr_names -= fname_len(nm); in create_xattr() 81 create_xattr(struct ubifs_info *c, struct inode *host, const struct fscrypt_name *nm, const void *value, int size) create_xattr() argument 268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; ubifs_xattr_set() local 331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; ubifs_xattr_get() local 404 struct fscrypt_name nm = {0}; ubifs_listxattr() local 461 remove_xattr(struct ubifs_info *c, struct inode *host, struct inode *inode, const struct fscrypt_name *nm) remove_xattr() argument 508 struct fscrypt_name nm = {0}; ubifs_purge_xattrs() local 599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; ubifs_xattr_remove() local [all...] |
H A D | dir.c | 182 const struct fscrypt_name *nm) in dbg_check_name() 186 if (le16_to_cpu(dent->nlen) != fname_len(nm)) in dbg_check_name() 188 if (memcmp(dent->name, fname_name(nm), fname_len(nm))) in dbg_check_name() 201 struct fscrypt_name nm; in ubifs_lookup() local 205 err = fscrypt_prepare_lookup(dir, dentry, &nm); in ubifs_lookup() 211 if (fname_len(&nm) > UBIFS_MAX_NLEN) { in ubifs_lookup() 222 if (fname_name(&nm) == NULL) { in ubifs_lookup() 223 if (nm.hash & ~UBIFS_S_KEY_HASH_MASK) in ubifs_lookup() 225 dent_key_init_hash(c, &key, dir->i_ino, nm in ubifs_lookup() 180 dbg_check_name(const struct ubifs_info *c, const struct ubifs_dent_node *dent, const struct fscrypt_name *nm) dbg_check_name() argument 273 ubifs_prepare_create(struct inode *dir, struct dentry *dentry, struct fscrypt_name *nm) ubifs_prepare_create() argument 290 struct fscrypt_name nm; ubifs_create() local 357 struct fscrypt_name nm; create_whiteout() local 435 struct fscrypt_name nm; ubifs_tmpfile() local 559 struct fscrypt_name nm; ubifs_readdir() local 732 struct fscrypt_name nm; ubifs_link() local 805 struct fscrypt_name nm; ubifs_unlink() local 885 struct fscrypt_name nm = { 0 }; ubifs_check_dir_empty() local 910 struct fscrypt_name nm; ubifs_rmdir() local 986 struct fscrypt_name nm; ubifs_mkdir() local 1062 struct fscrypt_name nm; ubifs_mknod() local 1152 struct fscrypt_name nm; ubifs_symlink() local [all...] |
H A D | key.h | 144 * @nm: direntry name and length. Not a string when encrypted! 148 const struct fscrypt_name *nm) in dent_key_init() 150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() 179 * @nm: direntry name and length 183 const struct fscrypt_name *nm) in dent_key_init_flash() 186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() 213 * @nm: extended attribute entry name and length 217 const struct fscrypt_name *nm) in xent_key_init() 146 dent_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, const struct fscrypt_name *nm) dent_key_init() argument 181 dent_key_init_flash(const struct ubifs_info *c, void *k, ino_t inum, const struct fscrypt_name *nm) dent_key_init_flash() argument 215 xent_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, const struct fscrypt_name *nm) xent_key_init() argument 233 xent_key_init_flash(const struct ubifs_info *c, void *k, ino_t inum, const struct fscrypt_name *nm) xent_key_init_flash() argument [all...] |
H A D | tnc.c | 560 * @nm: name to match 563 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by 564 * @zbr is less than @nm, and %NAME_GREATER if it is greater than @nm. In case 568 const struct fscrypt_name *nm) in matches_name() 591 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in matches_name() 593 if (nlen == fname_len(nm)) in matches_name() 595 else if (nlen < fname_len(nm)) in matches_name() 726 * @nm 567 matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, const struct fscrypt_name *nm) matches_name() argument 736 resolve_collision(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_znode **zn, int *n, const struct fscrypt_name *nm) resolve_collision() argument 854 fallible_matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, const struct fscrypt_name *nm) fallible_matches_name() argument 924 fallible_resolve_collision(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_znode **zn, int *n, const struct fscrypt_name *nm, int adding) fallible_resolve_collision() argument 1845 do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, void *node, const struct fscrypt_name *nm) do_lookup_nm() argument 1893 ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, void *node, const struct fscrypt_name *nm) ubifs_tnc_lookup_nm() argument 2445 ubifs_tnc_add_nm(struct ubifs_info *c, const union ubifs_key *key, int lnum, int offs, int len, const u8 *hash, const struct fscrypt_name *nm) ubifs_tnc_add_nm() argument 2682 ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key, const struct fscrypt_name *nm) ubifs_tnc_remove_nm() argument 2906 struct fscrypt_name nm = {0}; ubifs_tnc_remove_ino() local 2987 ubifs_tnc_next_ent(struct ubifs_info *c, union ubifs_key *key, const struct fscrypt_name *nm) ubifs_tnc_next_ent() argument [all...] |
H A D | journal.c | 515 * @nm: directory entry name 530 * directory entry corresponding to @nm gets synchronized too. 539 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 556 dlen = UBIFS_DENT_NODE_SZ + fname_len(nm) + 1; in ubifs_jnl_update() 591 if (fname_name(nm) == NULL) in ubifs_jnl_update() 592 dent_key_init_hash(c, &dent_key, dir->i_ino, nm->hash); in ubifs_jnl_update() 594 dent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update() 597 xent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update() 603 dent->nlen = cpu_to_le16(fname_len(nm)); in ubifs_jnl_update() 604 memcpy(dent->name, fname_name(nm), fname_le in ubifs_jnl_update() 538 ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir, const struct fscrypt_name *nm, const struct inode *inode, int deletion, int xent) ubifs_jnl_update() argument 880 struct fscrypt_name nm = {0}; ubifs_jnl_write_inode() local 1707 ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host, const struct inode *inode, const struct fscrypt_name *nm) ubifs_jnl_delete_xattr() argument [all...] |
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | xattr.c | 71 * @nm: extended attribute name 75 * This is a helper function which creates an extended attribute of name @nm 82 const struct fscrypt_name *nm, const void *value, int size) in create_xattr() 102 names_len = host_ui->xattr_names + host_ui->xattr_cnt + fname_len(nm) + 1; in create_xattr() 139 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm)); in create_xattr() 141 host_ui->xattr_names += fname_len(nm); in create_xattr() 149 if (strcmp(fname_name(nm), UBIFS_XATTR_NAME_ENCRYPTION_CONTEXT) == 0) in create_xattr() 152 err = ubifs_jnl_update(c, host, nm, inode, 0, 1); in create_xattr() 165 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm)); in create_xattr() 167 host_ui->xattr_names -= fname_len(nm); in create_xattr() 81 create_xattr(struct ubifs_info *c, struct inode *host, const struct fscrypt_name *nm, const void *value, int size) create_xattr() argument 268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; ubifs_xattr_set() local 331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; ubifs_xattr_get() local 404 struct fscrypt_name nm = {0}; ubifs_listxattr() local 461 remove_xattr(struct ubifs_info *c, struct inode *host, struct inode *inode, const struct fscrypt_name *nm) remove_xattr() argument 508 struct fscrypt_name nm = {0}; ubifs_purge_xattrs() local 599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; ubifs_xattr_remove() local [all...] |
H A D | dir.c | 184 const struct fscrypt_name *nm) in dbg_check_name() 188 if (le16_to_cpu(dent->nlen) != fname_len(nm)) in dbg_check_name() 190 if (memcmp(dent->name, fname_name(nm), fname_len(nm))) in dbg_check_name() 203 struct fscrypt_name nm; in ubifs_lookup() local 207 err = fscrypt_prepare_lookup(dir, dentry, &nm); in ubifs_lookup() 214 if (fname_len(&nm) > UBIFS_MAX_NLEN) { in ubifs_lookup() 225 if (fname_name(&nm) == NULL) { in ubifs_lookup() 226 if (nm.hash & ~UBIFS_S_KEY_HASH_MASK) in ubifs_lookup() 228 dent_key_init_hash(c, &key, dir->i_ino, nm in ubifs_lookup() 182 dbg_check_name(const struct ubifs_info *c, const struct ubifs_dent_node *dent, const struct fscrypt_name *nm) dbg_check_name() argument 276 ubifs_prepare_create(struct inode *dir, struct dentry *dentry, struct fscrypt_name *nm) ubifs_prepare_create() argument 293 struct fscrypt_name nm; ubifs_create() local 433 struct fscrypt_name nm; ubifs_tmpfile() local 557 struct fscrypt_name nm; ubifs_readdir() local 730 struct fscrypt_name nm; ubifs_link() local 803 struct fscrypt_name nm; ubifs_unlink() local 883 struct fscrypt_name nm = { 0 }; ubifs_check_dir_empty() local 908 struct fscrypt_name nm; ubifs_rmdir() local 985 struct fscrypt_name nm; ubifs_mkdir() local 1061 struct fscrypt_name nm; ubifs_mknod() local 1149 struct fscrypt_name nm; ubifs_symlink() local [all...] |
H A D | key.h | 144 * @nm: direntry name and length. Not a string when encrypted! 148 const struct fscrypt_name *nm) in dent_key_init() 150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init() 179 * @nm: direntry name and length 183 const struct fscrypt_name *nm) in dent_key_init_flash() 186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm)); in dent_key_init_flash() 213 * @nm: extended attribute entry name and length 217 const struct fscrypt_name *nm) in xent_key_init() 146 dent_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, const struct fscrypt_name *nm) dent_key_init() argument 181 dent_key_init_flash(const struct ubifs_info *c, void *k, ino_t inum, const struct fscrypt_name *nm) dent_key_init_flash() argument 215 xent_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, const struct fscrypt_name *nm) xent_key_init() argument 233 xent_key_init_flash(const struct ubifs_info *c, void *k, ino_t inum, const struct fscrypt_name *nm) xent_key_init_flash() argument [all...] |
H A D | tnc.c | 561 * @nm: name to match 564 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by 565 * @zbr is less than @nm, and %NAME_GREATER if it is greater than @nm. In case 569 const struct fscrypt_name *nm) in matches_name() 592 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm))); in matches_name() 594 if (nlen == fname_len(nm)) in matches_name() 596 else if (nlen < fname_len(nm)) in matches_name() 727 * @nm 568 matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, const struct fscrypt_name *nm) matches_name() argument 737 resolve_collision(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_znode **zn, int *n, const struct fscrypt_name *nm) resolve_collision() argument 855 fallible_matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, const struct fscrypt_name *nm) fallible_matches_name() argument 925 fallible_resolve_collision(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_znode **zn, int *n, const struct fscrypt_name *nm, int adding) fallible_resolve_collision() argument 1846 do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, void *node, const struct fscrypt_name *nm) do_lookup_nm() argument 1894 ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, void *node, const struct fscrypt_name *nm) ubifs_tnc_lookup_nm() argument 2446 ubifs_tnc_add_nm(struct ubifs_info *c, const union ubifs_key *key, int lnum, int offs, int len, const u8 *hash, const struct fscrypt_name *nm) ubifs_tnc_add_nm() argument 2683 ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key, const struct fscrypt_name *nm) ubifs_tnc_remove_nm() argument 2907 struct fscrypt_name nm = {0}; ubifs_tnc_remove_ino() local 2988 ubifs_tnc_next_ent(struct ubifs_info *c, union ubifs_key *key, const struct fscrypt_name *nm) ubifs_tnc_next_ent() argument [all...] |
H A D | journal.c | 515 * @nm: directory entry name 530 * directory entry corresponding to @nm gets synchronized too. 539 const struct fscrypt_name *nm, const struct inode *inode, in ubifs_jnl_update() 556 dlen = UBIFS_DENT_NODE_SZ + fname_len(nm) + 1; in ubifs_jnl_update() 591 if (fname_name(nm) == NULL) in ubifs_jnl_update() 592 dent_key_init_hash(c, &dent_key, dir->i_ino, nm->hash); in ubifs_jnl_update() 594 dent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update() 597 xent_key_init(c, &dent_key, dir->i_ino, nm); in ubifs_jnl_update() 603 dent->nlen = cpu_to_le16(fname_len(nm)); in ubifs_jnl_update() 604 memcpy(dent->name, fname_name(nm), fname_le in ubifs_jnl_update() 538 ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir, const struct fscrypt_name *nm, const struct inode *inode, int deletion, int xent) ubifs_jnl_update() argument 880 struct fscrypt_name nm = {0}; ubifs_jnl_write_inode() local 1717 ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host, const struct inode *inode, const struct fscrypt_name *nm) ubifs_jnl_delete_xattr() argument [all...] |
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | mls.c | 39 char *nm; in mls_compute_context_len() local 59 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 60 len += strlen(nm) + 1; in mls_compute_context_len() 62 nm = sym_name(p, SYM_CATS, i); in mls_compute_context_len() 63 len += strlen(nm) + 1; in mls_compute_context_len() 69 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 70 len += strlen(nm) + 1; in mls_compute_context_len() 93 char *scontextp, *nm; in mls_sid_to_context() local 123 nm = sym_name(p, SYM_CATS, prev); in mls_sid_to_context() 124 strcpy(scontextp, nm); in mls_sid_to_context() [all...] |
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | mls.c | 39 char *nm; in mls_compute_context_len() local 59 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 60 len += strlen(nm) + 1; in mls_compute_context_len() 62 nm = sym_name(p, SYM_CATS, i); in mls_compute_context_len() 63 len += strlen(nm) + 1; in mls_compute_context_len() 69 nm = sym_name(p, SYM_CATS, prev); in mls_compute_context_len() 70 len += strlen(nm) + 1; in mls_compute_context_len() 93 char *scontextp, *nm; in mls_sid_to_context() local 123 nm = sym_name(p, SYM_CATS, prev); in mls_sid_to_context() 124 strcpy(scontextp, nm); in mls_sid_to_context() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe_transport.c | 563 struct fcoe_netdev_mapping *nm = NULL, *tmp; in fcoe_transport_detach() local 575 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) { in fcoe_transport_detach() 576 if (nm->ft == ft) { in fcoe_transport_detach() 579 ft->name, nm->netdev->name); in fcoe_transport_detach() 580 list_del(&nm->list); in fcoe_transport_detach() 581 kfree(nm); in fcoe_transport_detach() 638 struct fcoe_netdev_mapping *nm; in fcoe_add_netdev_mapping() local 640 nm = kmalloc(sizeof(*nm), GFP_KERNEL); in fcoe_add_netdev_mapping() 641 if (!nm) { in fcoe_add_netdev_mapping() 658 struct fcoe_netdev_mapping *nm = NULL, *tmp; fcoe_del_netdev_mapping() local 686 struct fcoe_netdev_mapping *nm; fcoe_netdev_map_lookup() local [all...] |
/kernel/linux/linux-6.6/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(sizeof(*nm), GFP_KERNEL); in fcoe_add_netdev_mapping() 642 if (!nm) { in fcoe_add_netdev_mapping() 659 struct fcoe_netdev_mapping *nm = NULL, *tmp; fcoe_del_netdev_mapping() local 687 struct fcoe_netdev_mapping *nm; fcoe_netdev_map_lookup() local [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | troubleshoot.c | 93 char *nm = "?"; in show_faulting_vma() local 96 nm = file_path(vma->vm_file, buf, ARC_PATH_MAX-1); in show_faulting_vma() 97 if (IS_ERR(nm)) in show_faulting_vma() 98 nm = "?"; in show_faulting_vma() 103 nm, vma->vm_start, vma->vm_end); in show_faulting_vma()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | troubleshoot.c | 93 char *nm = "?"; in show_faulting_vma() local 96 nm = file_path(vma->vm_file, buf, ARC_PATH_MAX-1); in show_faulting_vma() 97 if (IS_ERR(nm)) in show_faulting_vma() 98 nm = "?"; in show_faulting_vma() 103 nm, vma->vm_start, vma->vm_end); in show_faulting_vma()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-debugfs.h | 73 #define dump_register(nm) \ 75 .name = __stringify(nm), \ 76 .offset = REG_ ##nm, \
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-debugfs.h | 73 #define dump_register(nm) \ 75 .name = __stringify(nm), \ 76 .offset = REG_ ##nm, \
|
/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | supp.c | 298 size_t nm; in supp_pop_req() local 309 nm = 1; in supp_pop_req() 312 nm = 0; in supp_pop_req() 319 if ((num_params - nm) != req->num_params) in supp_pop_req() 324 *num_meta = nm; in supp_pop_req()
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | supp.c | 298 size_t nm; in supp_pop_req() local 309 nm = 1; in supp_pop_req() 312 nm = 0; in supp_pop_req() 319 if ((num_params - nm) != req->num_params) in supp_pop_req() 324 *num_meta = nm; in supp_pop_req()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | linkage.h | 36 .macro ARCFP_DATA nm 42 .global \nm
|