| /Zephyr-latest/subsys/net/ip/ | 
| D | pmtu.c | 40 	struct net_pmtu_entry *entry = NULL;  in get_pmtu_entry()  local80 	struct net_pmtu_entry *entry = NULL;  in get_free_pmtu_entry()  local
 107 static void update_pmtu_entry(struct net_pmtu_entry *entry, uint16_t mtu)  in update_pmtu_entry()
 152 	struct net_pmtu_entry *entry;  in net_pmtu_get_entry()  local
 161 	struct net_pmtu_entry *entry;  in net_pmtu_get_mtu()  local
 173 	struct net_pmtu_entry *entry;  in add_entry()  local
 226 	struct net_pmtu_entry *entry;  in net_pmtu_update_mtu()  local
 244 int net_pmtu_update_entry(struct net_pmtu_entry *entry, uint16_t mtu)  in net_pmtu_update_entry()
 
 | 
| /Zephyr-latest/arch/xtensa/include/ | 
| D | xtensa_mpu_priv.h | 199 uintptr_t xtensa_mpu_entry_start_address_get(const struct xtensa_mpu_entry *entry)  in xtensa_mpu_entry_start_address_get()211 void xtensa_mpu_entry_start_address_set(struct xtensa_mpu_entry *entry, uintptr_t addr)  in xtensa_mpu_entry_start_address_set()
 225 bool xtensa_mpu_entry_lock_get(const struct xtensa_mpu_entry *entry)  in xtensa_mpu_entry_lock_get()
 237 void xtensa_mpu_entry_lock_set(struct xtensa_mpu_entry *entry, bool lock)  in xtensa_mpu_entry_lock_set()
 251 bool xtensa_mpu_entry_enable_get(const struct xtensa_mpu_entry *entry)  in xtensa_mpu_entry_enable_get()
 263 void xtensa_mpu_entry_enable_set(struct xtensa_mpu_entry *entry, bool en)  in xtensa_mpu_entry_enable_set()
 276 uint8_t xtensa_mpu_entry_access_rights_get(const struct xtensa_mpu_entry *entry)  in xtensa_mpu_entry_access_rights_get()
 288 void xtensa_mpu_entry_access_rights_set(struct xtensa_mpu_entry *entry, uint8_t access_rights)  in xtensa_mpu_entry_access_rights_set()
 301 uint16_t xtensa_mpu_entry_memory_type_get(const struct xtensa_mpu_entry *entry)  in xtensa_mpu_entry_memory_type_get()
 313 void xtensa_mpu_entry_memory_type_set(struct xtensa_mpu_entry *entry, uint16_t memory_type)  in xtensa_mpu_entry_memory_type_set()
 [all …]
 
 | 
| D | xtensa_mmu_priv.h | 246 static ALWAYS_INLINE void xtensa_itlb_entry_invalidate(uint32_t entry)  in xtensa_itlb_entry_invalidate()257 static ALWAYS_INLINE void xtensa_itlb_entry_invalidate_sync(uint32_t entry)  in xtensa_itlb_entry_invalidate_sync()
 269 static ALWAYS_INLINE void xtensa_dtlb_entry_invalidate_sync(uint32_t entry)  in xtensa_dtlb_entry_invalidate_sync()
 281 static ALWAYS_INLINE void xtensa_dtlb_entry_invalidate(uint32_t entry)  in xtensa_dtlb_entry_invalidate()
 293 static ALWAYS_INLINE void xtensa_dtlb_entry_write_sync(uint32_t pte, uint32_t entry)  in xtensa_dtlb_entry_write_sync()
 306 static ALWAYS_INLINE void xtensa_dtlb_entry_write(uint32_t pte, uint32_t entry)  in xtensa_dtlb_entry_write()
 318 static ALWAYS_INLINE void xtensa_itlb_entry_write(uint32_t pte, uint32_t entry)  in xtensa_itlb_entry_write()
 330 static ALWAYS_INLINE void xtensa_itlb_entry_write_sync(uint32_t pte, uint32_t entry)  in xtensa_itlb_entry_write_sync()
 357 			uint32_t entry = way + (i << XTENSA_MMU_PTE_PPN_SHIFT);  in xtensa_tlb_autorefill_invalidate()  local
 399 static ALWAYS_INLINE void *xtensa_dtlb_vaddr_read(uint32_t entry)  in xtensa_dtlb_vaddr_read()
 [all …]
 
 | 
| /Zephyr-latest/lib/hash/ | 
| D | hash_map_sc.c | 25 static void sys_hashmap_sc_entry_init(struct sys_hashmap_sc_entry *entry, uint64_t key,  in sys_hashmap_sc_entry_init()33 static void sys_hashmap_sc_insert_entry(struct sys_hashmap *map, struct sys_hashmap_sc_entry *entry)  in sys_hashmap_sc_insert_entry()
 45 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_insert_all()  local
 56 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_to_list()  local
 114 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_find()  local
 139 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_iter_next()  local
 194 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_clear()  local
 224 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_insert()  local
 256 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_remove()  local
 282 	struct sys_hashmap_sc_entry *entry;  in sys_hashmap_sc_get()  local
 
 | 
| D | hash_map_oa_lp.c | 40 	struct oalp_entry *entry = NULL;  in sys_hashmap_oa_lp_find()  local80 	struct oalp_entry *entry = NULL;  in sys_hashmap_oa_lp_insert_no_rehash()  local
 118 	struct oalp_entry *entry;  in sys_hashmap_oa_lp_rehash()  local
 169 	struct oalp_entry *entry;  in sys_hashmap_oa_lp_iter_next()  local
 212 	struct oalp_entry *entry;  in sys_hashmap_oa_lp_clear()  local
 249 	struct oalp_entry *entry;  in sys_hashmap_oa_lp_remove()  local
 273 	struct oalp_entry *entry;  in sys_hashmap_oa_lp_get()  local
 
 | 
| /Zephyr-latest/subsys/logging/ | 
| D | log_cache.c | 16 #define LOG_CACHE_DBG_ENTRY(str, entry) \  argument32 	struct log_cache_entry *entry = config->buf;  in log_cache_init()  local
 56 	struct log_cache_entry *entry;  in log_cache_get()  local
 99 	struct log_cache_entry *entry = CONTAINER_OF(data, struct log_cache_entry, data[0]);  in log_cache_put()  local
 107 	struct log_cache_entry *entry = CONTAINER_OF(data, struct log_cache_entry, data[0]);  in log_cache_release()  local
 
 | 
| /Zephyr-latest/subsys/net/l2/ethernet/ | 
| D | arp.c | 45 static void arp_entry_cleanup(struct arp_entry *entry, bool pending)  in arp_entry_cleanup()72 	struct arp_entry *entry;  in arp_entry_find()  local
 99 	struct arp_entry *entry;  in arp_entry_find_move_first()  local
 132 	struct arp_entry *entry;  in arp_entry_get_pending()  local
 183 static void arp_entry_register_pending(struct arp_entry *entry)  in arp_entry_register_pending()
 201 	struct arp_entry *entry, *next;  in arp_request_timeout()  local
 256 					  struct arp_entry *entry,  in arp_prepare()
 360 	struct arp_entry *entry;  in net_arp_prepare()  local
 480 	struct arp_entry *entry;  in arp_gratuitous()  local
 641 	struct arp_entry *entry;  in net_arp_update()  local
 [all …]
 
 | 
| /Zephyr-latest/subsys/shell/modules/kernel_service/thread/ | 
| D | thread.c | 22 	struct thread_entry *entry = user_data;  in thread_valid_cb()  local31 	struct thread_entry entry = {  in z_thread_is_valid()  local
 
 | 
| /Zephyr-latest/tests/bluetooth/mesh/rpl/src/ | 
| D | main.c | 160 static void call_rpl_check_on(int func, int cnt, struct test_rpl_entry *entry)  in call_rpl_check_on()269 	struct test_rpl_entry *entry = &test_vector[1];  in ZTEST()  local
 296 	struct test_rpl_entry *entry = &test_vector[0];  in ZTEST()  local
 323 	struct test_rpl_entry *entry = &test_vector[3];  in ZTEST()  local
 355 	struct test_rpl_entry *entry = &test_vector[2];  in ZTEST()  local
 385 	struct test_rpl_entry *entry = &test_vector[1];  in ZTEST()  local
 418 	struct test_rpl_entry *entry = &test_vector[0];  in ZTEST()  local
 444 	struct test_rpl_entry entry = {  in ZTEST()  local
 
 | 
| /Zephyr-latest/tests/subsys/fs/fat_fs_api/src/ | 
| D | test_fat_dir.c | 64 	struct fs_dirent entry;  in test_lsdir()  local105 	static struct fs_dirent entry;  in test_rmdir()  local
 
 | 
| /Zephyr-latest/tests/subsys/fs/multi-fs/src/ | 
| D | test_common_dir.c | 75 	struct fs_dirent entry;  in test_lsdir()  local116 	static struct fs_dirent entry;  in test_rmdir()  local
 
 | 
| /Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/ | 
| D | test_fat_dir.c | 69 	struct fs_dirent entry;  in test_lsdir()  local110 	static struct fs_dirent entry;  in test_rmdir()  local
 
 | 
| D | common.c | 15 	struct fs_dirent entry;  in check_file_dir_exists()  local
 | 
| /Zephyr-latest/subsys/input/ | 
| D | input_double_tap.c | 35 	struct double_tap_data_entry *entry =  in double_tap_deferred()  local45 	struct double_tap_data_entry *entry;  in double_tap_cb()  local
 87 		struct double_tap_data_entry *entry = &cfg->entries[i];  in double_tap_init()  local
 
 | 
| D | input_longpress.c | 36 	struct longpress_data_entry *entry = CONTAINER_OF(  in longpress_deferred()  local53 	struct longpress_data_entry *entry;  in longpress_cb()  local
 96 		struct longpress_data_entry *entry = &cfg->entries[i];  in longpress_init()  local
 
 | 
| /Zephyr-latest/arch/common/ | 
| D | shared_irq.c | 22 	const struct z_shared_isr_table_entry *entry;  in z_shared_isr()  local44 	struct _isr_table_entry *entry;  in z_isr_install()  local
 164 	struct _isr_table_entry *entry;  in z_isr_uninstall()  local
 
 | 
| /Zephyr-latest/arch/arm/core/cortex_m/ | 
| D | isr_wrapper.c | 76 	struct _isr_table_entry *entry = &_sw_isr_table[irq_number];  in _isr_wrapper()  local
 | 
| /Zephyr-latest/subsys/bindesc/ | 
| D | bindesc_read.c | 23 static int find_callback(const struct bindesc_entry *entry, void *user_data)  in find_callback()39 static int get_size_callback(const struct bindesc_entry *entry, void *user_data)  in get_size_callback()
 57 			    const struct bindesc_entry **entry)  in get_entry()
 158 	const struct bindesc_entry *entry;  in bindesc_foreach()  local
 
 | 
| /Zephyr-latest/tests/subsys/settings/functional/file/ | 
| D | settings_test_file.c | 15 	struct fs_dirent entry;  in ZTEST()  local
 | 
| /Zephyr-latest/tests/arch/x86/info/src/ | 
| D | memmap.c | 33 		struct x86_memmap_entry *entry = x86_memmap + i;  in memmap()  local
 | 
| /Zephyr-latest/drivers/sensor/ | 
| D | sensor_shell.c | 731 static void channel_name_get(size_t idx, struct shell_static_entry *entry)  in channel_name_get()757 static void attribute_name_get(size_t idx, struct shell_static_entry *entry)  in attribute_name_get()
 780 static void trigger_opt_get_for_stream(size_t idx, struct shell_static_entry *entry)  in trigger_opt_get_for_stream()
 803 static void trigger_name_get_for_stream(size_t idx, struct shell_static_entry *entry)  in trigger_name_get_for_stream()
 823 static void stream_on_off(size_t idx, struct shell_static_entry *entry)  in stream_on_off()
 843 static void device_name_get(size_t idx, struct shell_static_entry *entry)  in device_name_get()
 854 static void device_name_get_for_attr(size_t idx, struct shell_static_entry *entry)  in device_name_get_for_attr()
 866 static void trigger_name_get(size_t idx, struct shell_static_entry *entry)  in trigger_name_get()
 888 static void trigger_on_off_get(size_t idx, struct shell_static_entry *entry)  in trigger_on_off_get()
 909 static void device_name_get_for_trigger(size_t idx, struct shell_static_entry *entry)  in device_name_get_for_trigger()
 [all …]
 
 | 
| /Zephyr-latest/tests/arch/x86/pagetables/src/ | 
| D | main.c | 66 	pentry_t entry;  in get_entry()  local87 	pentry_t entry, flags, expected;  in ZTEST()  local
 222 	pentry_t entry;  in ZTEST()  local
 
 | 
| /Zephyr-latest/lib/os/ | 
| D | thread_entry.c | 35 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry,  in z_thread_entry()
 | 
| /Zephyr-latest/lib/posix/options/ | 
| D | file_system_r.c | 16 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result)  in readdir_r()
 | 
| /Zephyr-latest/tests/posix/fs/src/ | 
| D | test_fs_dir.c | 58 		static struct dirent entry;  in readdir_wrap()  local73 	struct dirent *entry;  in test_lsdir()  local
 
 |