Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/disk/nvme/
Dnvme_namespace.c16 uint32_t nvme_namespace_get_sector_size(struct nvme_namespace *ns) in nvme_namespace_get_sector_size()
28 uint64_t nvme_namespace_get_num_sectors(struct nvme_namespace *ns) in nvme_namespace_get_num_sectors()
33 uint64_t nvme_namespace_get_size(struct nvme_namespace *ns) in nvme_namespace_get_size()
39 uint32_t nvme_namespace_get_flags(struct nvme_namespace *ns) in nvme_namespace_get_flags()
44 const char *nvme_namespace_get_serial_number(struct nvme_namespace *ns) in nvme_namespace_get_serial_number()
49 const char *nvme_namespace_get_model_number(struct nvme_namespace *ns) in nvme_namespace_get_model_number()
55 nvme_namespace_get_data(struct nvme_namespace *ns) in nvme_namespace_get_data()
60 uint32_t nvme_namespace_get_stripesize(struct nvme_namespace *ns) in nvme_namespace_get_stripesize()
76 int nvme_namespace_construct(struct nvme_namespace *ns, in nvme_namespace_construct()
Dnvme_disk.c29 struct nvme_namespace *ns = CONTAINER_OF(disk->name, in nvme_disk_read() local
78 struct nvme_namespace *ns = CONTAINER_OF(disk->name, in nvme_disk_write() local
122 static int nvme_disk_flush(struct nvme_namespace *ns) in nvme_disk_flush()
152 struct nvme_namespace *ns = CONTAINER_OF(disk->name, in nvme_disk_ioctl() local
205 int nvme_namespace_disk_setup(struct nvme_namespace *ns, in nvme_namespace_disk_setup()
Dnvme_controller.c406 struct nvme_namespace *ns = &nvme_ctrlr->ns[i]; in nvme_controller_setup_namespaces() local
Dnvme.h452 struct nvme_namespace ns[CONFIG_NVME_MAX_NAMESPACES]; member
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/
Dradio_nrf5.h14 #define HAL_RADIO_NS2US_CEIL(ns) ((ns + 999)/1000) argument
15 #define HAL_RADIO_NS2US_ROUND(ns) ((ns + 500)/1000) argument
/Zephyr-Core-3.5.0/lib/posix/
Dclock.c118 uint64_t ns; in clock_nanosleep() local
/Zephyr-Core-3.5.0/kernel/paging/
Dstatistics.c39 #define NS_TO_CYC(ns) (CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC / 1000000U * ns) argument
/Zephyr-Core-3.5.0/tests/posix/common/src/
Dnanosleep.c149 uint32_t ns) in common_lower_bound_check()
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_bitbang.c39 #define NS_TO_SYS_CLOCK_HW_CYCLES(ns) \ argument
/Zephyr-Core-3.5.0/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_mpsc.c209 uint64_t ns = timing_cycles_to_ns(cycles); in ZTEST() local
Dtest_rtio_spsc.c244 uint64_t ns = timing_cycles_to_ns(cycles); in ZTEST() local
Dtest_rtio_api.c623 uint64_t ns = timing_cycles_to_ns(cycles); in _test_rtio_throughput() local