| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/ |
| D | export.h | 97 #define ___EXPORT_SYMBOL_NS(sym, sec, ns) __GENKSYMS_EXPORT_SYMBOL(sym) argument 109 #define ___EXPORT_SYMBOL_NS(sym, sec, ns) \ argument 129 #define __EXPORT_SYMBOL_NS(sym, sec, ns) argument 158 #define __EXPORT_SYMBOL_NS(sym, sec, ns) do { \ argument 163 #define __cond_export_ns_sym(sym, sec, ns, conf) \ argument 165 #define ___cond_export_ns_sym(sym, sec, ns, enabled) \ argument 167 #define __cond_export_ns_sym_1(sym, sec, ns) ___EXPORT_SYMBOL_NS(sym, sec, ns) argument 168 #define __cond_export_ns_sym_0(sym, sec, ns) /* nothing */ argument 172 #define __EXPORT_SYMBOL_NS(sym, sec, ns) ___EXPORT_SYMBOL_NS(sym, sec, ns) argument 186 #define EXPORT_SYMBOL_NS(sym, ns) __EXPORT_SYMBOL_NS(sym, "", ns) argument [all …]
|
| /device/soc/rockchip/common/sdk_linux/ipc/ |
| D | shm.c | 67 struct ipc_namespace *ns; member 76 struct ipc_namespace *ns; member 86 #define shm_ids(ns) ((ns)->ids[IPC_SHM_IDS]) argument 98 void shm_init_ns(struct ipc_namespace *ns) in shm_init_ns() 112 static void do_shm_rmid(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp) in do_shm_rmid() 130 void shm_exit_ns(struct ipc_namespace *ns) in shm_exit_ns() 159 static inline struct shmid_kernel *shm_obtain_object(struct ipc_namespace *ns, int id) in shm_obtain_object() 170 static inline struct shmid_kernel *shm_obtain_object_check(struct ipc_namespace *ns, int id) in shm_obtain_object_check() 185 static inline struct shmid_kernel *shm_lock(struct ipc_namespace *ns, int id) in shm_lock() 315 static void shm_destroy(struct ipc_namespace *ns, struct shmid_kernel *shp) in shm_destroy() [all …]
|
| D | msg.c | 99 #define msg_ids(ns) ((ns)->ids[IPC_MSG_IDS]) argument 101 static inline struct msg_queue *msq_obtain_object(struct ipc_namespace *ns, int id) in msq_obtain_object() 112 static inline struct msg_queue *msq_obtain_object_check(struct ipc_namespace *ns, int id) in msq_obtain_object_check() 123 static inline void msg_rmid(struct ipc_namespace *ns, struct msg_queue *s) in msg_rmid() 144 static int newque(struct ipc_namespace *ns, struct ipc_params *params) in newque() 261 static void freeque(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp) __releases(RCU) __release… in freeque() 287 struct ipc_namespace *ns; in ksys_msgget() local 390 static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct ipc64_perm *perm, int m… in msgctl_down() 464 static int msgctl_info(struct ipc_namespace *ns, int msqid, int cmd, struct msginfo *msginfo) in msgctl_info() 500 static int msgctl_stat(struct ipc_namespace *ns, int msqid, int cmd, struct msqid64_ds *p) in msgctl_stat() [all …]
|
| D | sem.c | 168 #define sem_ids(ns) ((ns)->ids[IPC_SEM_IDS]) argument 246 void sem_init_ns(struct ipc_namespace *ns) in sem_init_ns() 257 void sem_exit_ns(struct ipc_namespace *ns) in sem_exit_ns() 474 static inline struct sem_array *sem_obtain_object(struct ipc_namespace *ns, int id) in sem_obtain_object() 485 static inline struct sem_array *sem_obtain_object_check(struct ipc_namespace *ns, int id) in sem_obtain_object_check() 502 static inline void sem_rmid(struct ipc_namespace *ns, struct sem_array *s) in sem_rmid() 530 static int newary(struct ipc_namespace *ns, struct ipc_params *params) in newary() 606 struct ipc_namespace *ns; in ksys_semget() local 1169 static void freeary(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp) in freeary() 1265 static int semctl_stat(struct ipc_namespace *ns, int semid, int cmd, struct semid64_ds *semid64) in semctl_stat() [all …]
|
| D | util.c | 339 static int ipcget_new(struct ipc_namespace *ns, struct ipc_ids *ids, const struct ipc_ops *ops, in ipcget_new() 365 static int ipc_check_perms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, const struct ipc_o… in ipc_check_perms() 396 static int ipcget_public(struct ipc_namespace *ns, struct ipc_ids *ids, const struct ipc_ops *ops, in ipcget_public() 523 int ipcperms(struct ipc_namespace *ns, struct kern_ipc_perm *ipcp, short flag) in ipcperms() 646 int ipcget(struct ipc_namespace *ns, struct ipc_ids *ids, const struct ipc_ops *ops, struct ipc_par… in ipcget() 695 struct kern_ipc_perm *ipcctl_obtain_check(struct ipc_namespace *ns, struct ipc_ids *ids, int id, in… in ipcctl_obtain_check() 745 struct ipc_namespace *ns; member
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_ptpc_drv.c | 60 hpm_stat_t ptpc_set_ns_update(PTPC_Type *ptr, uint8_t index, uint32_t ns, ptpc_counting_mode mode) in ptpc_set_ns_update() 70 hpm_stat_t ptpc_update_timer(PTPC_Type *ptr, uint8_t index, uint32_t sec, uint32_t ns, ptpc_countin… in ptpc_update_timer() 87 hpm_stat_t ptpc_init_timer_with_initial(PTPC_Type *ptr, uint8_t index, uint32_t sec, uint32_t ns, p… in ptpc_init_timer_with_initial()
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_notifier.c | 42 struct nb_node *ns = osal_list_entry(this, struct nb_node, node); in osal_find_ob() local 60 struct nb_node *ns = osal_list_entry(this, struct nb_node, node); in osal_del_nb() local
|
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/ |
| D | time.c | 74 UINT64 tick, ns; in OsTimeSpec2Tick() local 87 UINT64 ns = ((UINT64)tick * OS_SYS_NS_PER_SECOND) / LOSCFG_BASE_CORE_TICK_PER_SECOND; in OsTick2TimeSpec() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
| D | rockchip_debug.c | 138 int i = 0, j = 0, el, ns; in rockchip_debug_dump_pmpcsr() local 267 int i = 0, j, el, ns; in rockchip_panic_notify_pmpcsr() local
|
| /device/board/isoftstone/yangfan/kernel/src/driv/soc/ |
| D | rockchip_debug.c | 137 int i = 0, j = 0, el, ns; in rockchip_debug_dump_pmpcsr() local 266 int i = 0, j, el, ns; in rockchip_panic_notify_pmpcsr() local
|
| /device/soc/rockchip/common/vendor/drivers/rockchip/ |
| D | rockchip_debug.c | 134 int i = 0, j = 0, el, ns; in rockchip_debug_dump_pmpcsr() local 257 int i = 0, j, el, ns; in rockchip_panic_notify_pmpcsr() local
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
| D | hpm_ptpc_drv.h | 191 static inline void ptpc_config_compare(PTPC_Type *ptr, uint8_t index, uint32_t sec, uint32_t ns) in ptpc_config_compare() 218 static inline void ptpc_update_timestamp_ns(PTPC_Type *ptr, uint8_t index, uint32_t ns, ptpc_counti… in ptpc_update_timestamp_ns()
|
| /device/soc/amlogic/a311d/hardware/display/src/display_device/ |
| D | hdi_display.h | 103 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
| D | hdi_display.h | 106 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/nxp/hardware/display/src/display_device/core/ |
| D | hdi_display.h | 109 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/allwinner/t507/hardware/display/src/display_device/ |
| D | hdi_display.h | 106 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
| D | hdi_display.h | 110 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
| D | hdi_display.h | 110 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
| D | hdi_display.h | 110 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/rockchip/common/hardware/display/src/display_device/ |
| D | hdi_display.h | 116 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
| D | hdi_display.h | 110 virtual int32_t WaitForVBlank(uint64_t *ns) in WaitForVBlank()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/media/isp/ |
| D | bridge_v30.c | 117 u64 ns = ktime_get_ns(); in bridge_frame_end() local
|
| D | bridge_v20.c | 663 u64 ns = ktime_get_ns(); in bridge_frame_end() local 774 u64 ns = ktime_get_ns(); in rkisp_bridge_frame_done_early() local
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| D | bridge_v30.c | 117 u64 ns = ktime_get_ns(); in bridge_frame_end() local
|
| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| D | bridge_v30.c | 116 u64 ns = ktime_get_ns(); in bridge_frame_end() local
|