| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/seq/ |
| H A D | fold_left.hpp | 34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005) argument 38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0 argument 39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0 argument 40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0 argument 41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0 argument 42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0 argument 43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0 argument 44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz) 0 argument 45 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_8(op, st, ss, sz) 0 argument 46 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_9(op, st, ss, sz) 0 argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | streamzap.c | 114 static void sz_push(struct streamzap_ir *sz, struct ir_raw_event rawir) in sz_push() argument 116 dev_dbg(sz->dev, "Storing %s with duration %u us\n", in sz_push() 118 ir_raw_event_store_with_filter(sz->rdev, &rawir); in sz_push() 121 static void sz_push_full_pulse(struct streamzap_ir *sz, in sz_push_full_pulse() argument 126 if (sz->idle) { in sz_push_full_pulse() 129 sz->signal_last = sz->signal_start; in sz_push_full_pulse() 130 sz->signal_start = ktime_get_real(); in sz_push_full_pulse() 132 delta = ktime_us_delta(sz->signal_start, sz->signal_last); in sz_push_full_pulse() 139 rawir.duration -= sz->sum; in sz_push_full_pulse() 143 sz_push(sz, rawir); in sz_push_full_pulse() [all …]
|
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | trace.c | 56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump() local 61 i += scnprintf(buf, sz, "msg: (null)\n"); in tipc_skb_dump() 69 i += scnprintf(buf, sz, "msg: %u", msg_user(hdr)); in tipc_skb_dump() 70 i += scnprintf(buf + i, sz - i, " %u", msg_type(hdr)); in tipc_skb_dump() 71 i += scnprintf(buf + i, sz - i, " %u", msg_hdr_sz(hdr)); in tipc_skb_dump() 72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump() 73 i += scnprintf(buf + i, sz - i, " %x", msg_orignode(hdr)); in tipc_skb_dump() 74 i += scnprintf(buf + i, sz - i, " %x", msg_destnode(hdr)); in tipc_skb_dump() 75 i += scnprintf(buf + i, sz - i, " %u", msg_seqno(hdr)); in tipc_skb_dump() 76 i += scnprintf(buf + i, sz - i, " %u", msg_ack(hdr)); in tipc_skb_dump() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/ |
| H A D | osdep_service.h | 135 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 137 u8 *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 138 u8 *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 139 void dbg_rtw_vmfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 140 u8 *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 141 u8 *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 142 void dbg_rtw_mfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 156 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 157 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 158 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/ |
| H A D | osdep_service.h | 135 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 137 u8* dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 138 u8* dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 139 void dbg_rtw_vmfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 140 u8* dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 141 u8* dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 142 void dbg_rtw_mfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 156 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 157 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 158 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/ |
| H A D | osdep_service.h | 135 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 137 u8* dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 138 u8* dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 139 void dbg_rtw_vmfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 140 u8* dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 141 u8* dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 142 void dbg_rtw_mfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 156 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 157 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 158 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | osdep_service.h | 136 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 139 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 140 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 141 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 142 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 143 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 144 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 165 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 166 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 167 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/ |
| H A D | osdep_service.h | 136 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 139 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 140 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 141 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 142 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 143 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 144 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 165 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 166 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 167 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/ |
| H A D | osdep_service.h | 138 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 140 u8 *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 141 u8 *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 142 void dbg_rtw_vmfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 143 u8 *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 144 u8 *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 145 void dbg_rtw_mfree(u8 *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 165 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 166 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 167 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | osdep_service.h | 158 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 161 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 162 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 163 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 164 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 165 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 166 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 186 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 187 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 188 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | osdep_service.h | 154 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 157 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 158 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 159 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 160 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 161 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 162 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 182 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 183 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 184 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | osdep_service.h | 147 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 150 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 151 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 152 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 153 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 154 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 155 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 175 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 176 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 177 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | osdep_service.h | 147 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 150 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 151 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 152 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 153 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 154 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 155 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 175 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 176 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 177 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/ |
| H A D | osdep_service.h | 148 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 151 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 152 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 153 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 154 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 155 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 156 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 176 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 177 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 178 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | osdep_service.h | 158 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 161 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 162 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 163 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 164 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 165 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 166 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 186 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 187 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 188 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | osdep_service.h | 159 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 162 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 163 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 164 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 165 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 166 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 167 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 187 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 188 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 189 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | osdep_service.h | 157 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 160 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 161 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 162 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 163 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 164 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 165 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 185 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 186 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 187 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | osdep_service.h | 157 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 160 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 161 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 162 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 163 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 164 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 165 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 185 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 186 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 187 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | osdep_service.h | 158 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 161 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 162 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 163 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 164 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 165 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 166 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 186 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 187 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 188 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | osdep_service.h | 163 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 166 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 167 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 168 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 169 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 170 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 171 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 191 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 192 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 193 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | osdep_service.h | 163 void rtw_mstat_update(const enum mstat_f flags, const MSTAT_STATUS status, u32 sz); 166 void *dbg_rtw_vmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 167 void *dbg_rtw_zvmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 168 void dbg_rtw_vmfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 169 void *dbg_rtw_malloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 170 void *dbg_rtw_zmalloc(u32 sz, const enum mstat_f flags, const char *func, const int line); 171 void dbg_rtw_mfree(void *pbuf, const enum mstat_f flags, u32 sz, const char *func, const int line); 191 #define rtw_vmalloc(sz) dbg_rtw_vmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 192 #define rtw_zvmalloc(sz) dbg_rtw_zvmalloc((sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument 193 #define rtw_vmfree(pbuf, sz) dbg_rtw_vmfree((pbuf), (sz), MSTAT_TYPE_VIR, __FUNCTION__, __LINE__) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 48 unsigned long sz; in size_inside_page() local 50 sz = PAGE_SIZE - (start & (PAGE_SIZE - 1)); in size_inside_page() 52 return min(sz, size); in size_inside_page() 119 ssize_t read, sz; in read_mem() local 133 sz = size_inside_page(p, count); in read_mem() 134 if (sz > 0) { in read_mem() 135 if (clear_user(buf, sz)) in read_mem() 137 buf += sz; in read_mem() 138 p += sz; in read_mem() 139 count -= sz; in read_mem() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arc/mm/ |
| H A D | cache.c | 32 unsigned long sz, const int op, const int full_page); 34 void (*__dma_cache_wback_inv)(phys_addr_t start, unsigned long sz); 35 void (*__dma_cache_inv)(phys_addr_t start, unsigned long sz); 36 void (*__dma_cache_wback)(phys_addr_t start, unsigned long sz); 82 unsigned int pad:24, way:2, lsz:2, sz:4; in read_decode_cache_bcr_arcv2() member 84 unsigned int sz:4, lsz:2, way:2, pad:24; in read_decode_cache_bcr_arcv2() 108 p_slc->sz_k = 128 << slc_cfg.sz; in read_decode_cache_bcr_arcv2() 148 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; in read_decode_cache_bcr() member 150 unsigned int ver:8, config:4, sz:4, line_len:4, pad:12; in read_decode_cache_bcr() 168 p_ic->sz_k = 1 << (ibcr.sz - 1); in read_decode_cache_bcr() [all …]
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbtext.c | 730 CopyNoActionArgs(XkbDescPtr xkb, XkbAction *action, char *buf, int *sz) in CopyNoActionArgs() argument 736 CopyModActionArgs(XkbDescPtr xkb, XkbAction *action, char *buf, int *sz) in CopyModActionArgs() argument 743 TryCopyStr(buf, "modifiers=", sz); in CopyModActionArgs() 745 TryCopyStr(buf, "modMapMods", sz); in CopyModActionArgs() 748 XkbVModMaskText(xkb, act->real_mods, tmp, XkbXKBFile), sz); in CopyModActionArgs() 751 TryCopyStr(buf, "none", sz); in CopyModActionArgs() 755 TryCopyStr(buf, ",clearLocks", sz); in CopyModActionArgs() 757 TryCopyStr(buf, ",latchToLock", sz); in CopyModActionArgs() 762 CopyGroupActionArgs(XkbDescPtr xkb, XkbAction *action, char *buf, int *sz) in CopyGroupActionArgs() argument 768 TryCopyStr(buf, "group=", sz); in CopyGroupActionArgs() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/lightnvm/ |
| H A D | pblk-sysfs.c | 29 ssize_t sz = 0; in pblk_sysfs_luns_show() local 40 sz += scnprintf(page + sz, PAGE_SIZE - sz, in pblk_sysfs_luns_show() 48 return sz; in pblk_sysfs_luns_show() 94 ssize_t sz; in pblk_sysfs_stats() local 96 sz = snprintf(page, PAGE_SIZE, in pblk_sysfs_stats() 105 return sz; in pblk_sysfs_stats() 117 ssize_t sz = 0; in pblk_sysfs_ppaf() local 123 sz = scnprintf(page, PAGE_SIZE, in pblk_sysfs_ppaf() 133 sz += scnprintf(page + sz, PAGE_SIZE - sz, in pblk_sysfs_ppaf() 145 sz = scnprintf(page, PAGE_SIZE, in pblk_sysfs_ppaf() [all …]
|