/openbmc/linux/fs/proc/ |
H A D | thread_self.c | 15 struct pid_namespace *ns = proc_pid_ns(inode->i_sb); in proc_thread_self_get_link() local
|
/openbmc/linux/fs/ |
H A D | proc_namespace.c | 25 struct mnt_namespace *ns = p->ns; in mounts_poll() local 247 struct mnt_namespace *ns = NULL; in mounts_open_common() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | clock.c | 323 u64 cycles, ns; in mlx5_ptp_gettimex() local 350 s64 ns; in mlx5_ptp_adjtime_real_time() local 545 s64 ns; in perout_conf_1pps() local 894 u64 ns; in mlx5_pps_event() local 956 u64 ns; in mlx5_init_overflow_period() local
|
/openbmc/linux/net/nfc/hci/ |
H A D | llc_shdlc.c | 49 int ns; /* next seq num for send */ member 222 struct sk_buff *skb, int ns, int nr) in llc_shdlc_rcv_i_frame() 458 int ns; in llc_shdlc_handle_rcv_queue() local 499 static int llc_shdlc_w_used(int ns, int dnr) in llc_shdlc_w_used()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | admin-cmd.c | 108 struct nvmet_ns *ns; in nvmet_get_smart_log_all() local 257 struct nvmet_ns *ns; in nvmet_format_ana_group() local 583 struct nvmet_ns *ns; in nvmet_execute_identify_nslist() local
|
/openbmc/linux/arch/um/kernel/ |
H A D | time.c | 45 static void time_travel_set_time(unsigned long long ns) in time_travel_set_time() 253 static void __time_travel_update_time(unsigned long long ns, bool idle) in __time_travel_update_time() 591 static inline void time_travel_update_time(unsigned long long ns, bool idle) in time_travel_update_time()
|
/openbmc/linux/security/apparmor/ |
H A D | procattr.c | 32 struct aa_ns *ns = labels_ns(label); in aa_getprocattr() local
|
/openbmc/linux/fs/sysfs/ |
H A D | mount.c | 84 void *ns = (void *)kernfs_super_ns(sb); in sysfs_kill_sb() local
|
/openbmc/qemu/hw/net/ |
H A D | e1000x_common.c | 318 int64_t ns = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in e1000x_timestamp() local 330 int64_t ns = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in e1000x_set_timinca() local
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | test_util.c | 86 struct timespec timespec_add_ns(struct timespec ts, int64_t ns) in timespec_add_ns() 121 int64_t ns = timespec_to_ns(ts) / divisor; in timespec_div() local
|
/openbmc/linux/drivers/nvme/host/ |
H A D | pr.c | 57 struct nvme_ns *ns = nvme_find_path(head); in nvme_send_ns_head_pr_command() local 68 static int nvme_send_ns_pr_command(struct nvme_ns *ns, struct nvme_command *c, in nvme_send_ns_pr_command()
|
H A D | nvme.h | 541 static inline bool nvme_ns_has_pi(struct nvme_ns *ns) in nvme_ns_has_pi() 675 static inline u64 nvme_sect_to_lba(struct nvme_ns *ns, sector_t sector) in nvme_sect_to_lba() 683 static inline sector_t nvme_lba_to_sect(struct nvme_ns *ns, u64 lba) in nvme_lba_to_sect() 955 struct nvme_ns *ns = req->q->queuedata; in nvme_trace_bio_complete() local 983 static inline void nvme_mpath_add_disk(struct nvme_ns *ns, __le32 anagrpid) in nvme_mpath_add_disk() 989 static inline bool nvme_mpath_clear_current_path(struct nvme_ns *ns) in nvme_mpath_clear_current_path() 993 static inline void nvme_mpath_revalidate_paths(struct nvme_ns *ns) in nvme_mpath_revalidate_paths() 1054 static inline blk_status_t nvme_setup_zone_mgmt_send(struct nvme_ns *ns, in nvme_setup_zone_mgmt_send() 1061 static inline int nvme_update_zone_info(struct nvme_ns *ns, unsigned lbaf) in nvme_update_zone_info()
|
/openbmc/qemu/tests/unit/ |
H A D | ptimer-test.c | 45 static void ptimer_test_set_qemu_time_ns(int64_t ns) in ptimer_test_set_qemu_time_ns() 50 static void qemu_clock_step(uint64_t ns) in qemu_clock_step()
|
/openbmc/linux/net/mctp/ |
H A D | neigh.c | 302 struct netns_mctp *ns = &net->mctp; in mctp_neigh_net_init() local 311 struct netns_mctp *ns = &net->mctp; in mctp_neigh_net_exit() local
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra186/ |
H A D | nvtboot_mem.c | 54 unsigned int na, ns; in dram_init() local
|
/openbmc/linux/kernel/time/ |
H A D | timecounter.c | 72 u64 ns = (u64) cycles; in cc_cyc2ns_backwards() local
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 265 NewWorldMacIOState *ns = NEWWORLD_MACIO(d); in macio_newworld_realize() local 352 NewWorldMacIOState *ns = NEWWORLD_MACIO(obj); in macio_newworld_init() local
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | mqueue-lat.c | 48 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add()
|
/openbmc/linux/include/linux/regulator/ |
H A D | fixed.h | 57 #define regulator_register_fixed(id, s, ns) regulator_register_always_on(id, \ argument
|
/openbmc/u-boot/board/sbc8349/ |
H A D | sbc8349.c | 37 #define ns2clk(ns) (ns / (1000000000 / CONFIG_8349_CLKIN) + 1) argument
|
/openbmc/linux/tools/testing/selftests/nsfs/ |
H A D | pidns.c | 47 int ns, pns, i; in main() local
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | ulpi.c | 26 unsigned long ns = 5L * DWC3_ULPI_BASE_DELAY; in dwc3_ulpi_busyloop() local
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | metadata.hpp | 51 std::string ns = schemaNode->Attribute("Namespace"); in getMetadataPieceForFile() local
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | io.h | 168 static inline void _insw(volatile u16 *port, void *buf, int ns) in _insw() 172 static inline void _outsw(volatile u16 *port, const void *buf, int ns) in _outsw() 188 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns) argument 189 #define outsw(port, buf, ns) _outsw((u16 *)port, buf, ns) argument
|
/openbmc/linux/include/linux/ |
H A D | cgroup.h | 772 struct ns_common ns; member 793 static inline void free_cgroup_ns(struct cgroup_namespace *ns) { } in free_cgroup_ns() 803 static inline void get_cgroup_ns(struct cgroup_namespace *ns) in get_cgroup_ns() 809 static inline void put_cgroup_ns(struct cgroup_namespace *ns) in put_cgroup_ns()
|