Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 179) sorted by relevance

12345678

/Zephyr-latest/subsys/net/ip/
Dpmtu.c40 struct net_pmtu_entry *entry = NULL; in get_pmtu_entry() local
80 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/
Dxtensa_mpu_priv.h199 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 …]
Dxtensa_mmu_priv.h246 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/
Dhash_map_sc.c25 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
Dhash_map_oa_lp.c40 struct oalp_entry *entry = NULL; in sys_hashmap_oa_lp_find() local
80 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/
Dlog_cache.c16 #define LOG_CACHE_DBG_ENTRY(str, entry) \ argument
32 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/
Darp.c44 static void arp_entry_cleanup(struct arp_entry *entry, bool pending) in arp_entry_cleanup()
71 struct arp_entry *entry; in arp_entry_find() local
95 struct arp_entry *entry; in arp_entry_find_move_first() local
128 struct arp_entry *entry; in arp_entry_get_pending() local
179 static void arp_entry_register_pending(struct arp_entry *entry) in arp_entry_register_pending()
197 struct arp_entry *entry, *next; in arp_request_timeout() local
252 struct arp_entry *entry, in arp_prepare()
352 struct arp_entry *entry; in net_arp_prepare() local
472 struct arp_entry *entry; in arp_gratuitous() local
627 struct arp_entry *entry; in net_arp_update() local
[all …]
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dthread.c22 struct thread_entry *entry = user_data; in thread_valid_cb() local
31 struct thread_entry entry = { in z_thread_is_valid() local
/Zephyr-latest/tests/bluetooth/mesh/rpl/src/
Dmain.c160 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/
Dtest_fat_dir.c64 struct fs_dirent entry; in test_lsdir() local
105 static struct fs_dirent entry; in test_rmdir() local
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/src/
Dtest_fat_dir.c69 struct fs_dirent entry; in test_lsdir() local
110 static struct fs_dirent entry; in test_rmdir() local
Dcommon.c15 struct fs_dirent entry; in check_file_dir_exists() local
/Zephyr-latest/tests/subsys/fs/multi-fs/src/
Dtest_common_dir.c75 struct fs_dirent entry; in test_lsdir() local
116 static struct fs_dirent entry; in test_rmdir() local
/Zephyr-latest/subsys/input/
Dinput_double_tap.c35 struct double_tap_data_entry *entry = in double_tap_deferred() local
45 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
Dinput_longpress.c36 struct longpress_data_entry *entry = CONTAINER_OF( in longpress_deferred() local
53 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/
Dshared_irq.c22 const struct z_shared_isr_table_entry *entry; in z_shared_isr() local
44 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/
Disr_wrapper.c76 struct _isr_table_entry *entry = &_sw_isr_table[irq_number]; in _isr_wrapper() local
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c23 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/
Dsettings_test_file.c15 struct fs_dirent entry; in ZTEST() local
/Zephyr-latest/tests/arch/x86/info/src/
Dmemmap.c33 struct x86_memmap_entry *entry = x86_memmap + i; in memmap() local
/Zephyr-latest/drivers/sensor/
Dsensor_shell.c742 static void channel_name_get(size_t idx, struct shell_static_entry *entry) in channel_name_get()
768 static void attribute_name_get(size_t idx, struct shell_static_entry *entry) in attribute_name_get()
791 static void trigger_opt_get_for_stream(size_t idx, struct shell_static_entry *entry) in trigger_opt_get_for_stream()
814 static void trigger_name_get_for_stream(size_t idx, struct shell_static_entry *entry) in trigger_name_get_for_stream()
834 static void stream_on_off(size_t idx, struct shell_static_entry *entry) in stream_on_off()
854 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
865 static void device_name_get_for_attr(size_t idx, struct shell_static_entry *entry) in device_name_get_for_attr()
877 static void trigger_name_get(size_t idx, struct shell_static_entry *entry) in trigger_name_get()
899 static void trigger_on_off_get(size_t idx, struct shell_static_entry *entry) in trigger_on_off_get()
920 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/
Dmain.c66 pentry_t entry; in get_entry() local
87 pentry_t entry, flags, expected; in ZTEST() local
222 pentry_t entry; in ZTEST() local
/Zephyr-latest/lib/os/
Dthread_entry.c35 FUNC_NORETURN void z_thread_entry(k_thread_entry_t entry, in z_thread_entry()
/Zephyr-latest/lib/posix/options/
Dfile_system_r.c21 int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result) in readdir_r()
/Zephyr-latest/tests/lib/lockfree/src/
Dtest_spsc.c82 uint32_t *entry = spsc_acquire(&ezspsc); in ZTEST() local
91 uint32_t *entry = spsc_consume(&ezspsc); in ZTEST() local
116 uint32_t *entry = spsc_acquire(&ezspsc); in ZTEST() local
126 uint32_t *entry = spsc_consume(&ezspsc); in ZTEST() local

12345678