Home
last modified time | relevance | path

Searched defs:ns (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/linux/drivers/net/netdevsim/
A Dethtool.c14 struct netdevsim *ns = netdev_priv(dev); in nsim_get_pause_stats() local
25 struct netdevsim *ns = netdev_priv(dev); in nsim_get_pauseparam() local
35 struct netdevsim *ns = netdev_priv(dev); in nsim_set_pauseparam() local
50 struct netdevsim *ns = netdev_priv(dev); in nsim_get_coalesce() local
61 struct netdevsim *ns = netdev_priv(dev); in nsim_set_coalesce() local
70 struct netdevsim *ns = netdev_priv(dev); in nsim_get_ringparam() local
78 struct netdevsim *ns = netdev_priv(dev); in nsim_set_ringparam() local
90 struct netdevsim *ns = netdev_priv(dev); in nsim_get_channels() local
99 struct netdevsim *ns = netdev_priv(dev); in nsim_set_channels() local
114 struct netdevsim *ns = netdev_priv(dev); in nsim_get_fecparam() local
[all …]
A Dnetdev.c31 struct netdevsim *ns = netdev_priv(dev); in nsim_start_xmit() local
53 struct netdevsim *ns = netdev_priv(dev); in nsim_change_mtu() local
66 struct netdevsim *ns = netdev_priv(dev); in nsim_get_stats64() local
84 struct netdevsim *ns = netdev_priv(dev); in nsim_set_vf_mac() local
98 struct netdevsim *ns = netdev_priv(dev); in nsim_set_vf_vlan() local
113 struct netdevsim *ns = netdev_priv(dev); in nsim_set_vf_rate() local
132 struct netdevsim *ns = netdev_priv(dev); in nsim_set_vf_spoofchk() local
144 struct netdevsim *ns = netdev_priv(dev); in nsim_set_vf_rss_query_en() local
156 struct netdevsim *ns = netdev_priv(dev); in nsim_set_vf_trust() local
347 struct netdevsim *ns; in nsim_create() local
[all …]
A Dbpf.c41 struct netdevsim *ns; member
87 static bool nsim_xdp_offload_active(struct netdevsim *ns) in nsim_xdp_offload_active()
104 nsim_bpf_offload(struct netdevsim *ns, struct bpf_prog *prog, bool oldprog) in nsim_bpf_offload()
123 struct netdevsim *ns = cb_priv; in nsim_bpf_setup_tc_block_cb() local
173 int nsim_bpf_disable_tc(struct netdevsim *ns) in nsim_bpf_disable_tc()
193 nsim_xdp_set_prog(struct netdevsim *ns, struct netdev_bpf *bpf, in nsim_xdp_set_prog()
307 nsim_setup_prog_hw_checks(struct netdevsim *ns, struct netdev_bpf *bpf) in nsim_setup_prog_hw_checks()
486 nsim_bpf_map_alloc(struct netdevsim *ns, struct bpf_offloaded_map *offmap) in nsim_bpf_map_alloc()
551 struct netdevsim *ns = netdev_priv(dev); in nsim_bpf() local
617 int nsim_bpf_init(struct netdevsim *ns) in nsim_bpf_init()
[all …]
A Dipsec.c16 struct netdevsim *ns = filp->private_data; in nsim_dbg_netdev_ops_read() local
132 struct netdevsim *ns; in nsim_ipsec_add_sa() local
197 struct netdevsim *ns = netdev_priv(xs->xso.real_dev); in nsim_ipsec_del_sa() local
214 struct netdevsim *ns = netdev_priv(xs->xso.real_dev); in nsim_ipsec_offload_ok() local
228 bool nsim_ipsec_tx(struct netdevsim *ns, struct sk_buff *skb) in nsim_ipsec_tx()
275 void nsim_ipsec_init(struct netdevsim *ns) in nsim_ipsec_init()
291 void nsim_ipsec_teardown(struct netdevsim *ns) in nsim_ipsec_teardown()
/linux/ipc/
A Dnamespace.c22 static struct ucounts *inc_ipc_namespaces(struct user_namespace *ns) in inc_ipc_namespaces()
35 struct ipc_namespace *ns; in create_ipc_ns() local
80 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
95 void free_ipcs(struct ipc_namespace *ns, struct ipc_ids *ids, in free_ipcs()
118 static void free_ipc_ns(struct ipc_namespace *ns) in free_ipc_ns()
165 void put_ipc_ns(struct ipc_namespace *ns) in put_ipc_ns()
176 static inline struct ipc_namespace *to_ipc_ns(struct ns_common *ns) in to_ipc_ns()
183 struct ipc_namespace *ns = NULL; in ipcns_get() local
195 static void ipcns_put(struct ns_common *ns) in ipcns_put()
203 struct ipc_namespace *ns = to_ipc_ns(new); in ipcns_install() local
[all …]
A Dutil.h61 static inline void mq_clear_sbinfo(struct ipc_namespace *ns) { } in mq_clear_sbinfo()
62 static inline void mq_put_mnt(struct ipc_namespace *ns) { } in mq_put_mnt()
74 static inline void sem_init_ns(struct ipc_namespace *ns) { } in sem_init_ns()
75 static inline void msg_init_ns(struct ipc_namespace *ns) { } in msg_init_ns()
76 static inline void shm_init_ns(struct ipc_namespace *ns) { } in shm_init_ns()
78 static inline void sem_exit_ns(struct ipc_namespace *ns) { } in sem_exit_ns()
79 static inline void msg_exit_ns(struct ipc_namespace *ns) { } in msg_exit_ns()
80 static inline void shm_exit_ns(struct ipc_namespace *ns) { } in shm_exit_ns()
249 static inline int sem_check_semmni(struct ipc_namespace *ns) { in sem_check_semmni()
/linux/kernel/time/
A Dnamespace.c81 struct time_namespace *ns; in clone_time_ns() local
180 struct time_namespace *ns) in timens_setup_vdso_data()
202 struct time_namespace *ns) in timens_set_vvar_page()
229 void free_time_ns(struct time_namespace *ns) in free_time_ns()
245 struct time_namespace *ns = NULL; in timens_get() local
261 struct time_namespace *ns = NULL; in timens_for_children_get() local
275 static void timens_put(struct ns_common *ns) in timens_put()
289 struct time_namespace *ns = to_time_ns(new); in timens_install() local
311 struct time_namespace *ns = to_time_ns(nsc); in timens_on_fork() local
349 struct ns_common *ns; in proc_timens_show_offsets() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_cmd.c89 static int mlx5_cmd_stub_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_create_fte()
97 static int mlx5_cmd_stub_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_update_fte()
106 static int mlx5_cmd_stub_delete_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_delete_fte()
139 static int mlx5_cmd_stub_set_peer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_set_peer()
145 static int mlx5_cmd_stub_create_ns(struct mlx5_flow_root_namespace *ns) in mlx5_cmd_stub_create_ns()
163 struct mlx5_flow_namespace *ns; in mlx5_cmd_set_slave_root_fdb() local
196 mlx5_cmd_stub_create_match_definer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_stub_create_match_definer()
202 static int mlx5_cmd_update_root_ft(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_update_root_ft()
655 static int mlx5_cmd_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_create_fte()
666 static int mlx5_cmd_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_update_fte()
[all …]
/linux/security/apparmor/
A Dpolicy_ns.c89 struct aa_ns *ns; in alloc_ns() local
137 void aa_free_ns(struct aa_ns *ns) in aa_free_ns()
164 struct aa_ns *ns = NULL; in aa_findn_ns() local
202 struct aa_ns *ns = view; in __aa_lookupn_ns() local
233 struct aa_ns *ns = NULL; in aa_lookupn_ns() local
245 struct aa_ns *ns; in __aa_create_ns() local
285 struct aa_ns *ns; in __aa_find_or_create_ns() local
310 struct aa_ns *ns; in aa_prepare_ns() local
360 void __aa_remove_ns(struct aa_ns *ns) in __aa_remove_ns()
376 struct aa_ns *ns, *tmp; in __ns_list_release() local
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
A Dfs_dr.c18 static int mlx5_cmd_dr_update_root_ft(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_update_root_ft()
27 static int set_miss_action(struct mlx5_flow_root_namespace *ns, in set_miss_action()
63 static int mlx5_cmd_dr_create_flow_table(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_create_flow_table()
132 static int mlx5_cmd_dr_modify_flow_table(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_modify_flow_table()
226 static int mlx5_cmd_dr_create_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_create_fte()
629 mlx5_cmd_dr_destroy_match_definer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_destroy_match_definer()
641 static int mlx5_cmd_dr_delete_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_delete_fte()
665 static int mlx5_cmd_dr_update_fte(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_update_fte()
695 static int mlx5_cmd_dr_set_peer(struct mlx5_flow_root_namespace *ns, in mlx5_cmd_dr_set_peer()
707 static int mlx5_cmd_dr_create_ns(struct mlx5_flow_root_namespace *ns) in mlx5_cmd_dr_create_ns()
[all …]
/linux/kernel/
A Dpid_namespace.c61 static struct ucounts *inc_pid_namespaces(struct user_namespace *ns) in inc_pid_namespaces()
74 struct pid_namespace *ns; in create_pid_namespace() local
134 static void destroy_pid_namespace(struct pid_namespace *ns) in destroy_pid_namespace()
152 void put_pid_ns(struct pid_namespace *ns) in put_pid_ns()
329 static inline struct pid_namespace *to_pid_ns(struct ns_common *ns) in to_pid_ns()
336 struct pid_namespace *ns; in pidns_get() local
349 struct pid_namespace *ns = NULL; in pidns_for_children_get() local
370 static void pidns_put(struct ns_common *ns) in pidns_put()
375 static int pidns_install(struct nsset *nsset, struct ns_common *ns) in pidns_install()
407 static struct ns_common *pidns_get_parent(struct ns_common *ns) in pidns_get_parent()
[all …]
A Dutsname.c20 static struct ucounts *inc_uts_namespaces(struct user_namespace *ns) in inc_uts_namespaces()
48 struct uts_namespace *ns; in clone_uts_ns() local
106 void free_uts_ns(struct uts_namespace *ns) in free_uts_ns()
114 static inline struct uts_namespace *to_uts_ns(struct ns_common *ns) in to_uts_ns()
121 struct uts_namespace *ns = NULL; in utsns_get() local
135 static void utsns_put(struct ns_common *ns) in utsns_put()
143 struct uts_namespace *ns = to_uts_ns(new); in utsns_install() local
155 static struct user_namespace *utsns_owner(struct ns_common *ns) in utsns_owner()
A Duser_namespace.c181 struct user_namespace *parent, *ns = in free_user_ns() local
584 struct user_namespace *ns = seq->private; in uid_m_show() local
605 struct user_namespace *ns = seq->private; in gid_m_show() local
626 struct user_namespace *ns = seq->private; in projid_m_show() local
663 struct user_namespace *ns = seq->private; in uid_m_start() local
670 struct user_namespace *ns = seq->private; in gid_m_start() local
677 struct user_namespace *ns = seq->private; in projid_m_start() local
1095 struct user_namespace *ns = seq->private; in proc_uid_map_write() local
1112 struct user_namespace *ns = seq->private; in proc_gid_map_write() local
1129 struct user_namespace *ns = seq->private; in proc_projid_map_write() local
[all …]
A Dcapability.c295 struct user_namespace *ns, int cap) in has_ns_capability()
336 struct user_namespace *ns, int cap) in has_ns_capability_noaudit()
364 static bool ns_capable_common(struct user_namespace *ns, in ns_capable_common()
394 bool ns_capable(struct user_namespace *ns, int cap) in ns_capable()
412 bool ns_capable_noaudit(struct user_namespace *ns, int cap) in ns_capable_noaudit()
431 bool ns_capable_setid(struct user_namespace *ns, int cap) in ns_capable_setid()
466 bool file_ns_capable(const struct file *file, struct user_namespace *ns, in file_ns_capable()
487 bool privileged_wrt_inode_uidgid(struct user_namespace *ns, in privileged_wrt_inode_uidgid()
507 struct user_namespace *ns = current_user_ns(); in capable_wrt_inode_uidgid() local
522 bool ptracer_capable(struct task_struct *tsk, struct user_namespace *ns) in ptracer_capable()
/linux/include/linux/
A Dexport.h81 #define ___EXPORT_SYMBOL(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
97 #define ___EXPORT_SYMBOL(sym, sec, ns) \ argument
119 #define __EXPORT_SYMBOL(sym, sec, ns) argument
135 #define __EXPORT_SYMBOL(sym, sec, ns) \ argument
138 #define __cond_export_sym(sym, sec, ns, conf) \ argument
140 #define ___cond_export_sym(sym, sec, ns, enabled) \ argument
145 #define __cond_export_sym_0(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument
147 #define __cond_export_sym_0(sym, sec, ns) /* nothing */ argument
152 #define __EXPORT_SYMBOL(sym, sec, ns) ___EXPORT_SYMBOL(sym, sec, ns) argument
165 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL(sym, "", #ns) argument
[all …]
A Dtime_namespace.h22 struct ns_common ns; member
36 static inline struct time_namespace *get_time_ns(struct time_namespace *ns) in get_time_ns()
49 static inline void put_time_ns(struct time_namespace *ns) in put_time_ns()
98 struct time_namespace *ns = current->nsproxy->time_ns; in timens_ktime_to_host() local
108 struct time_namespace *ns) in vdso_join_timens()
114 struct time_namespace *ns) in timens_commit()
118 static inline struct time_namespace *get_time_ns(struct time_namespace *ns) in get_time_ns()
123 static inline void put_time_ns(struct time_namespace *ns) in put_time_ns()
A Dpid_namespace.h33 struct ns_common ns; member
41 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
57 static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns) in get_pid_ns()
63 struct user_namespace *user_ns, struct pid_namespace *ns) in copy_pid_ns()
70 static inline void put_pid_ns(struct pid_namespace *ns) in put_pid_ns()
74 static inline void zap_pid_ns_processes(struct pid_namespace *ns) in zap_pid_ns_processes()
A Dipc_namespace.h72 struct ns_common ns; member
81 static inline void shm_destroy_orphaned(struct ipc_namespace *ns) {} in shm_destroy_orphaned()
120 static inline int mq_init_ns(struct ipc_namespace *ns) { return 0; } in mq_init_ns()
127 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
134 static inline struct ipc_namespace *get_ipc_ns_not_zero(struct ipc_namespace *ns) in get_ipc_ns_not_zero()
147 struct user_namespace *user_ns, struct ipc_namespace *ns) in copy_ipcs()
155 static inline struct ipc_namespace *get_ipc_ns(struct ipc_namespace *ns) in get_ipc_ns()
160 static inline struct ipc_namespace *get_ipc_ns_not_zero(struct ipc_namespace *ns) in get_ipc_ns_not_zero()
165 static inline void put_ipc_ns(struct ipc_namespace *ns) in put_ipc_ns()
/linux/kernel/cgroup/
A Dnamespace.c12 static struct ucounts *inc_cgroup_namespaces(struct user_namespace *ns) in inc_cgroup_namespaces()
40 void free_cgroup_ns(struct cgroup_namespace *ns) in free_cgroup_ns()
93 static inline struct cgroup_namespace *to_cg_ns(struct ns_common *ns) in to_cg_ns()
98 static int cgroupns_install(struct nsset *nsset, struct ns_common *ns) in cgroupns_install()
120 struct cgroup_namespace *ns = NULL; in cgroupns_get() local
134 static void cgroupns_put(struct ns_common *ns) in cgroupns_put()
139 static struct user_namespace *cgroupns_owner(struct ns_common *ns) in cgroupns_owner()
/linux/drivers/nvme/host/
A Dmultipath.c70 struct nvme_ns *ns = req->q->queuedata; in nvme_failover_req() local
104 struct nvme_ns *ns; in nvme_kick_requeue_lists() local
147 struct nvme_ns *ns; in nvme_mpath_clear_ctrl_paths() local
228 struct nvme_ns *ns) in nvme_next_ns()
240 struct nvme_ns *ns, *found = NULL; in nvme_round_robin_path() local
289 struct nvme_ns *ns; in nvme_find_path() local
304 struct nvme_ns *ns; in nvme_available_path() local
326 struct nvme_ns *ns; in nvme_ns_head_submit_bio() local
377 struct nvme_ns *ns; in nvme_ns_head_report_zones() local
596 struct nvme_ns *ns) in nvme_update_ns_ana_state()
[all …]
A Dioctl.c62 struct nvme_ns *ns = q->queuedata; in nvme_submit_user_cmd() local
177 struct nvme_ns *ns, __u32 nsid) in nvme_validate_passthru_nsid()
190 static int nvme_user_cmd(struct nvme_ctrl *ctrl, struct nvme_ns *ns, in nvme_user_cmd()
237 static int nvme_user_cmd64(struct nvme_ctrl *ctrl, struct nvme_ns *ns, in nvme_user_cmd64()
323 static int nvme_ns_ioctl(struct nvme_ns *ns, unsigned int cmd, in nvme_ns_ioctl()
359 struct nvme_ns *ns = bdev->bd_disk->private_data; in nvme_ioctl() local
366 struct nvme_ns *ns = in nvme_ns_chr_ioctl() local
373 static int nvme_ns_head_ctrl_ioctl(struct nvme_ns *ns, unsigned int cmd, in nvme_ns_head_ctrl_ioctl()
393 struct nvme_ns *ns; in nvme_ns_head_ioctl() local
422 struct nvme_ns *ns; in nvme_ns_head_chr_ioctl() local
[all …]
A Dzns.c10 int nvme_revalidate_zones(struct nvme_ns *ns) in nvme_revalidate_zones()
49 int nvme_update_zone_info(struct nvme_ns *ns, unsigned lbaf) in nvme_update_zone_info()
121 static void *nvme_zns_alloc_report_buffer(struct nvme_ns *ns, in nvme_zns_alloc_report_buffer()
151 static int nvme_zone_parse_entry(struct nvme_ns *ns, in nvme_zone_parse_entry()
177 int nvme_ns_report_zones(struct nvme_ns *ns, sector_t sector, in nvme_ns_report_zones()
236 blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, struct request *req, in nvme_setup_zone_mgmt_send()
/linux/fs/
A Dnsfs.c39 struct ns_common *ns = inode->i_private; in ns_prune_dentry() local
53 struct ns_common *ns = inode->i_private; in nsfs_evict() local
58 static int __ns_get_path(struct path *path, struct ns_common *ns) in __ns_get_path()
115 struct ns_common *ns = ns_get_cb(private_data); in ns_get_path_cb() local
147 int open_related_ns(struct ns_common *ns, in open_related_ns()
148 struct ns_common *(*get_ns)(struct ns_common *ns)) in open_related_ns()
192 struct ns_common *ns = get_proc_ns(file_inode(filp)); in ns_ioctl() local
220 struct ns_common *ns; in ns_get_name() local
263 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match()
/linux/drivers/mtd/nand/raw/
A Dnandsim.c189 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0) argument
198 #define NS_RAW_OFFSET(ns) \ argument
497 static int ns_debugfs_create(struct nandsim *ns) in ns_debugfs_create()
522 static void ns_debugfs_remove(struct nandsim *ns) in ns_debugfs_remove()
533 static int __init ns_alloc_device(struct nandsim *ns) in ns_alloc_device()
605 static void ns_free_device(struct nandsim *ns) in ns_free_device()
786 static void ns_free(struct nandsim *ns) in ns_free()
1305 static void ns_put_pages(struct nandsim *ns) in ns_put_pages()
1472 static void ns_erase_sector(struct nandsim *ns) in ns_erase_sector()
1725 static void ns_switch_state(struct nandsim *ns) in ns_switch_state()
[all …]
/linux/net/ipv6/
A Dioam6.c21 static void ioam6_ns_release(struct ioam6_namespace *ns) in ioam6_ns_release()
33 struct ioam6_namespace *ns = (struct ioam6_namespace *)ptr; in ioam6_free_ns() local
49 const struct ioam6_namespace *ns = obj; in ioam6_ns_cmpfn() local
108 struct ioam6_namespace *ns; in ioam6_genl_addns() local
162 struct ioam6_namespace *ns; in ioam6_genl_delns() local
275 struct ioam6_namespace *ns; in ioam6_genl_dumpns() local
361 struct ioam6_namespace *ns; in ioam6_genl_delsc() local
401 struct ioam6_namespace *ns; in __ioam6_genl_dumpsc_element() local
498 struct ioam6_namespace *ns, *ns_ref; in ioam6_genl_ns_set_schema() local
631 struct ioam6_namespace *ns, in __ioam6_fill_trace_data()
[all …]

Completed in 68 milliseconds

12345678910>>...19