Home
last modified time | relevance | path

Searched refs:hi_atomic (Results 1 - 5 of 5) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_atomic.h34 } hi_atomic; typedef
93 * @param v [IN] type #hi_atomic*,Pointer to the atomic structure address.CNcomment:原子结构地址指针CNend
97 * @li hi_atomic.h:Header file where the interface declaration is located.
102 static inline hi_s32 hi_atomic_add_return(hi_s32 i, hi_atomic *v) in hi_atomic_add_return()
124 * @param v [IN] type #hi_atomic*,Pointer to the atomic structure address.CNcomment:原子结构地址指针CNend
128 * @li hi_atomic.h:Header file where the interface declaration is located.
133 static inline hi_s32 hi_atomic_sub_return(hi_s32 i, hi_atomic *v) in hi_atomic_sub_return()
158 * @li hi_atomic.h:Header file where the interface declaration is located.
187 * @li hi_atomic.h:Header file where the interface declaration is located.
204 __attribute__((always_inline)) static inline hi_s32 hi_atomic_add_return_optimize(hi_s32 i, hi_atomic *
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_atomic.h2 * @file hi_atomic.h
35 } hi_atomic; typedef
83 * param v [IN] type #hi_atomic*,Pointer to the atomic structure address.CNcomment:原子结构地址指针CNend
87 * hi_atomic.h:Header file where the interface declaration is located.
90 __attribute__((always_inline)) static inline hi_s32 hi_atomic_add_return(hi_s32 i, hi_atomic *v) in hi_atomic_add_return()
110 * param v [IN] type #hi_atomic*,Pointer to the atomic structure address.CNcomment:原子结构地址指针CNend
114 * hi_atomic.h:Header file where the interface declaration is located.
117 __attribute__((always_inline)) static inline hi_s32 hi_atomic_sub_return(hi_s32 i, hi_atomic *v) in hi_atomic_sub_return()
140 * hi_atomic.h:Header file where the interface declaration is located.
165 * hi_atomic
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dwal_event_msg.c39 hi_atomic g_wal_config_seq_num = hi_atomic_init(0);
41 hi_atomic g_wal_config_seq_num = hi_atomic_init(0);
43 hi_atomic g_wal_config_seq_num = 0;
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_vap.h181 hi_atomic tx_event_num; /* frw发包事件的个数 */
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H A Dfrw_event.c49 hi_atomic total_element_cnt;

Completed in 4 milliseconds