| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/list/ |
| H A D | for_each_i.hpp | 27 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOST_… argument 29 # define BOOST_PP_LIST_FOR_EACH_I(macro, data, list) BOOST_PP_LIST_FOR_EACH_I_I(macro, data, lis… argument 30 # define BOOST_PP_LIST_FOR_EACH_I_I(macro, data, list) BOOST_PP_FOR((macro, data, list, 0), BOOS… argument 59 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, list,… argument 61 # define BOOST_PP_LIST_FOR_EACH_I_R(r, macro, data, list) BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro,… argument 62 # define BOOST_PP_LIST_FOR_EACH_I_R_I(r, macro, data, list) BOOST_PP_FOR_ ## r((macro, data, lis… argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | mr_pool.c | 8 struct ib_mr *ib_mr_pool_get(struct ib_qp *qp, struct list_head *list) in ib_mr_pool_get() 25 void ib_mr_pool_put(struct ib_qp *qp, struct list_head *list, struct ib_mr *mr) in ib_mr_pool_put() 36 int ib_mr_pool_init(struct ib_qp *qp, struct list_head *list, int nr, in ib_mr_pool_init() 66 void ib_mr_pool_destroy(struct ib_qp *qp, struct list_head *list) in ib_mr_pool_destroy()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/core/ |
| H A D | systemmanager.cpp | 56 QStringList list = getIPs(result); in getNetwork() local 77 QStringList list; in getCpuInfo() local 102 QStringList list = getMatch(result, "\\d+"); in getMemInfo() local 113 QStringList list; in getMatch() local 140 QStringList list =getIPs(result); in getGateway() local
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev_addr_lists.c | 19 static int __hw_addr_create_ex(struct netdev_hw_addr_list *list, in __hw_addr_create_ex() 45 static int __hw_addr_add_ex(struct netdev_hw_addr_list *list, in __hw_addr_add_ex() 80 static int __hw_addr_add(struct netdev_hw_addr_list *list, in __hw_addr_add() 88 static int __hw_addr_del_entry(struct netdev_hw_addr_list *list, in __hw_addr_del_entry() 112 static int __hw_addr_del_ex(struct netdev_hw_addr_list *list, in __hw_addr_del_ex() 126 static int __hw_addr_del(struct netdev_hw_addr_list *list, in __hw_addr_del() 237 int __hw_addr_sync_dev(struct netdev_hw_addr_list *list, in __hw_addr_sync_dev() 292 int __hw_addr_ref_sync_dev(struct netdev_hw_addr_list *list, in __hw_addr_ref_sync_dev() 351 void __hw_addr_ref_unsync_dev(struct netdev_hw_addr_list *list, in __hw_addr_ref_unsync_dev() 385 void __hw_addr_unsync_dev(struct netdev_hw_addr_list *list, in __hw_addr_unsync_dev() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | configurer.cpp | 23 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in changConf() local 46 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in changConf() local 71 QStringList list = SystemManager::instance()->getMatch(row, "[#a-zA-Z0-9_]+"); in conf() local 84 QList<QString> list; in readConf() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_mmu_hpte.c | 141 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_flush_all() local 153 struct hlist_head *list; in kvmppc_mmu_pte_flush_page() local 172 struct hlist_head *list; in kvmppc_mmu_pte_flush_long() local 215 struct hlist_head *list; in kvmppc_mmu_pte_vflush_short() local 236 struct hlist_head *list; in kvmppc_mmu_pte_vflush_64k() local 258 struct hlist_head *list; in kvmppc_mmu_pte_vflush_long() local 309 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_pflush() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | list.h | 33 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 213 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 224 static inline void list_move_tail(struct list_head *list, in list_move_tail() 259 static inline int list_is_first(const struct list_head *list, in list_is_first() 270 static inline int list_is_last(const struct list_head *list, in list_is_last() 343 static inline void list_rotate_to_front(struct list_head *list, in list_rotate_to_front() 363 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 389 static inline void list_cut_position(struct list_head *list, in list_cut_position() 417 static inline void list_cut_before(struct list_head *list, in list_cut_before() 433 static inline void __list_splice(const struct list_head *list, in __list_splice() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf_res.c | 63 struct list_head list; member 123 void vmw_cmdbuf_res_commit(struct list_head *list) in vmw_cmdbuf_res_commit() 160 void vmw_cmdbuf_res_revert(struct list_head *list) in vmw_cmdbuf_res_revert() 201 struct list_head *list) in vmw_cmdbuf_res_add() 245 struct list_head *list, in vmw_cmdbuf_res_remove()
|
| /OK3568_Linux_fs/kernel/drivers/clk/samsung/ |
| H A D | clk.c | 97 const struct samsung_clock_alias *list, in samsung_clk_register_alias() 127 const struct samsung_fixed_rate_clock *list, in samsung_clk_register_fixed_rate() 157 const struct samsung_fixed_factor_clock *list, unsigned int nr_clk) in samsung_clk_register_fixed_factor() 177 const struct samsung_mux_clock *list, in samsung_clk_register_mux() 200 const struct samsung_div_clock *list, in samsung_clk_register_div() 230 const struct samsung_gate_clock *list, in samsung_clk_register_gate()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | vpdma.c | 481 int vpdma_create_desc_list(struct vpdma_desc_list *list, size_t size, int type) in vpdma_create_desc_list() 501 void vpdma_reset_desc_list(struct vpdma_desc_list *list) in vpdma_reset_desc_list() 511 void vpdma_free_desc_list(struct vpdma_desc_list *list) in vpdma_free_desc_list() 529 struct vpdma_desc_list *list, int list_num) in vpdma_submit_descs() 556 struct vpdma_desc_list *list, dma_addr_t dma_addr, in vpdma_update_dma_addr() 633 void vpdma_add_cfd_block(struct vpdma_desc_list *list, int client, in vpdma_add_cfd_block() 661 void vpdma_add_cfd_adb(struct vpdma_desc_list *list, int client, in vpdma_add_cfd_adb() 703 void vpdma_add_sync_on_channel_ctd(struct vpdma_desc_list *list, in vpdma_add_sync_on_channel_ctd() 728 void vpdma_add_abort_channel_ctd(struct vpdma_desc_list *list, in vpdma_add_abort_channel_ctd() 807 void vpdma_add_out_dtd(struct vpdma_desc_list *list, int width, in vpdma_add_out_dtd() [all …]
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 31 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 143 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 154 static inline void list_move_tail(struct list_head *list, in list_move_tail() 166 static inline int list_is_last(const struct list_head *list, in list_is_last() 209 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 235 static inline void list_cut_position(struct list_head *list, in list_cut_position() 249 static inline void __list_splice(const struct list_head *list, in __list_splice() 268 static inline void list_splice(const struct list_head *list, in list_splice() 280 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 294 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/ |
| H A D | role.c | 22 struct mac_role_tbl_head *list) in __role_queue_head_init() 35 struct mac_role_tbl_head *list) in __role_insert() 47 struct mac_role_tbl_head *list, in __role_queue_before() 56 struct mac_role_tbl_head *list) in __role_unlink() 71 static inline struct mac_role_tbl *__role_peek(struct mac_role_tbl_head *list) in __role_peek() 93 static inline u32 role_queue_len(struct mac_role_tbl_head *list) in role_queue_len() 99 struct mac_role_tbl_head *list) in role_queue_head_init() 106 struct mac_role_tbl_head *list, in role_enqueue() 114 struct mac_role_tbl_head *list) in role_dequeue()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/ |
| H A D | role.c | 22 struct mac_role_tbl_head *list) in __role_queue_head_init() 35 struct mac_role_tbl_head *list) in __role_insert() 47 struct mac_role_tbl_head *list, in __role_queue_before() 56 struct mac_role_tbl_head *list) in __role_unlink() 71 static inline struct mac_role_tbl *__role_peek(struct mac_role_tbl_head *list) in __role_peek() 93 static inline u32 role_queue_len(struct mac_role_tbl_head *list) in role_queue_len() 99 struct mac_role_tbl_head *list) in role_queue_head_init() 106 struct mac_role_tbl_head *list, in role_enqueue() 114 struct mac_role_tbl_head *list) in role_dequeue()
|
| /OK3568_Linux_fs/kernel/drivers/hid/usbhid/ |
| H A D | hiddev.c | 62 struct list_head *list; in hiddev_lookup_report() local 144 struct hiddev_list *list; in hiddev_send_event() local 207 struct hiddev_list *list = file->private_data; in hiddev_fasync() local 218 struct hiddev_list *list = file->private_data; in hiddev_release() local 246 struct hiddev_list *list; in __hiddev_open() local 322 struct hiddev_list *list = file->private_data; in hiddev_read() local 414 struct hiddev_list *list = file->private_data; in hiddev_poll() local 596 struct hiddev_list *list = file->private_data; in hiddev_ioctl() local
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | list.h | 25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 165 static inline void list_move_tail(struct list_head *list, in list_move_tail() 177 static inline int list_is_last(const struct list_head *list, in list_is_last() 234 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 260 static inline void list_cut_position(struct list_head *list, in list_cut_position() 274 static inline void __list_splice(const struct list_head *list, in __list_splice() 293 static inline void list_splice(const struct list_head *list, in list_splice() 305 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 319 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 77 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 206 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 217 static inline void list_move_tail(struct list_head *list, in list_move_tail() 229 static inline int list_is_last(const struct list_head *list, in list_is_last() 286 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 312 static inline void list_cut_position(struct list_head *list, in list_cut_position() 326 static inline void __list_splice(const struct list_head *list, in __list_splice() 345 static inline void list_splice(const struct list_head *list, in list_splice() 357 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 371 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hidraw.c | 41 struct hidraw_list *list = file->private_data; in hidraw_read() local 251 struct hidraw_list *list = file->private_data; in hidraw_poll() local 266 struct hidraw_list *list; in hidraw_open() local 314 struct hidraw_list *list = file->private_data; in hidraw_fasync() local 347 struct hidraw_list *list = file->private_data; in hidraw_release() local 491 struct hidraw_list *list; in hidraw_report_event() local
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 84 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 221 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 232 static inline void list_move_tail(struct list_head *list, in list_move_tail() 244 static inline int list_is_last(const struct list_head *list, in list_is_last() 302 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 330 static inline void list_cut_position(struct list_head *list, in list_cut_position() 345 static inline void __list_splice(const struct list_head *list, in __list_splice() 364 static inline void list_splice(const struct list_head *list, in list_splice() 376 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 390 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conncount.c | 51 struct nf_conncount_list list; member 85 static void conn_free(struct nf_conncount_list *list, in conn_free() 97 find_or_evict(struct net *net, struct nf_conncount_list *list, in find_or_evict() 126 struct nf_conncount_list *list, in __nf_conncount_add() 197 struct nf_conncount_list *list, in nf_conncount_add() 212 void nf_conncount_list_init(struct nf_conncount_list *list) in nf_conncount_list_init() 222 struct nf_conncount_list *list) in nf_conncount_gc_list() 550 void nf_conncount_cache_free(struct nf_conncount_list *list) in nf_conncount_cache_free()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer_quirks.c | 144 struct usb_mixer_elem_list *list; in add_single_ctl_with_resume() local 331 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kcontrol); in snd_audigy2nx_led_put() local 347 static int snd_audigy2nx_led_resume(struct usb_mixer_elem_list *list) in snd_audigy2nx_led_resume() 491 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kcontrol); in snd_emu0204_ch_switch_put() local 507 static int snd_emu0204_ch_switch_resume(struct usb_mixer_elem_list *list) in snd_emu0204_ch_switch_resume() 558 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kcontrol); in snd_xonar_u1_switch_put() local 575 static int snd_xonar_u1_switch_resume(struct usb_mixer_elem_list *list) in snd_xonar_u1_switch_resume() 677 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kctl); in snd_mbox1_switch_put() local 703 static int snd_mbox1_switch_resume(struct usb_mixer_elem_list *list) in snd_mbox1_switch_resume() 759 static int snd_ni_update_cur_val(struct usb_mixer_elem_list *list) in snd_ni_update_cur_val() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | networkwidget.cpp | 37 QStringList list= SystemManager::instance()->getMatch(s, "(ens\\d+)|(eth\\d+)"); in initUi() local 90 QStringList list = head.attribute("cardName").split(":"); in loadData() local 103 QStringList list = SystemManager::instance()->getDNS(); in readNetwork() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | basic_percpu_ops_test.c | 134 void this_cpu_list_push(struct percpu_list *list, in this_cpu_list_push() 164 struct percpu_list_node *this_cpu_list_pop(struct percpu_list *list, in this_cpu_list_pop() 195 struct percpu_list_node *__percpu_list_pop(struct percpu_list *list, int cpu) in __percpu_list_pop() 209 struct percpu_list *list = (struct percpu_list *)arg; in test_percpu_list_thread() local 240 struct percpu_list list; in test_percpu_list() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_debug.c | 73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf() local 118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf() local 156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init() local 169 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_deinit() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_debug.c | 73 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_alloc_dbg_buf() local 118 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_free_dbg_buf() local 156 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_init() local 169 _os_list *list = &debug_memory_ctx.alloc_buf_list; in rt_mem_dbg_deinit() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lpm_map.c | 41 static struct tlpm_node *tlpm_add(struct tlpm_node *list, in tlpm_add() 69 static void tlpm_clear(struct tlpm_node *list) in tlpm_clear() 81 static struct tlpm_node *tlpm_match(struct tlpm_node *list, in tlpm_match() 110 static struct tlpm_node *tlpm_delete(struct tlpm_node *list, in tlpm_delete() 140 struct tlpm_node *list = NULL, *t1, *t2; in test_lpm_basic() local 212 struct tlpm_node *t, *list = NULL; in test_lpm_map() local
|