Home
last modified time | relevance | path

Searched defs:entry (Results 276 – 300 of 1791) sorted by relevance

1...<<11121314151617181920>>...72

/linux/drivers/watchdog/
H A Dwatchdog_pretimeout.c28 struct list_head entry; member
39 struct list_head entry; member
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c753 const struct kvm_cpuid_entry2 *entry; in __kvm_cpu_has() local
789 struct kvm_msr_entry entry; in kvm_get_feature_msr() member
863 struct kvm_cpuid_entry2 *entry; in vcpu_set_cpuid_property() local
878 struct kvm_cpuid_entry2 *entry = vcpu_get_cpuid_entry(vcpu, function); in vcpu_clear_cpuid_entry() local
891 struct kvm_cpuid_entry2 *entry; in vcpu_set_or_clear_cpuid_feature() local
909 struct kvm_msr_entry entry; in vcpu_get_msr() member
924 struct kvm_msr_entry entry; in _vcpu_set_msr() member
/linux/arch/s390/pci/
H A Dpci_clp.c395 struct clp_fh_list_entry *entry) in clp_find_pci()
417 static void __clp_add(struct clp_fh_list_entry *entry, void *data) in __clp_add()
457 struct clp_fh_list_entry entry; in clp_refresh_fh() local
475 struct clp_fh_list_entry entry; in clp_get_state() local
/linux/kernel/locking/
H A Dlockdep.c1429 struct lock_list *entry; in add_lock_to_list() local
1735 bool (*match)(struct lock_list *entry, void *data), in __bfs()
1736 bool (*skip)(struct lock_list *entry, void *data), in __bfs()
1742 struct lock_list *entry; in __bfs() local
1844 bool (*match)(struct lock_list *entry, void *data), in __bfs_forwards()
1845 bool (*skip)(struct lock_list *entry, void *data), in __bfs_forwards()
1856 bool (*match)(struct lock_list *entry, void *data), in __bfs_backwards()
1857 bool (*skip)(struct lock_list *entry, void *data), in __bfs_backwards()
1951 print_circular_bug_header(struct lock_list *entry, unsigned int depth, in print_circular_bug_header()
1996 static inline bool hlock_conflict(struct lock_list *entry, void *data) in hlock_conflict()
[all …]
/linux/mm/
H A Dhuge_memory.c1311 entry = folio_mk_pmd(zero_folio, vma->vm_page_prot); in set_huge_zero_folio() local
1204 pmd_t entry; map_anon_folio_pmd() local
1380 pmd_t entry; insert_pfn_pmd() local
1523 pud_t entry; insert_pfn_pud() local
1735 swp_entry_t entry = pmd_to_swp_entry(pmd); copy_huge_pmd() local
1989 pmd_t entry; do_huge_pmd_wp_page() local
2246 swp_entry_t entry; zap_huge_pmd() local
2380 pmd_t oldpmd, entry; change_huge_pmd() local
2397 swp_entry_t entry = pmd_to_swp_entry(*pmd); change_huge_pmd() local
2518 pud_t oldpud, entry; change_huge_pud() local
2846 pte_t entry; __split_huge_zero_page_pmd() local
2894 swp_entry_t entry; __split_huge_pmd_locked() local
2929 swp_entry_t entry; __split_huge_pmd_locked() local
3026 pte_t entry; __split_huge_pmd_locked() local
3052 pte_t entry; __split_huge_pmd_locked() local
4618 swp_entry_t entry; set_pmd_migration_entry() local
4667 swp_entry_t entry; remove_migration_pmd() local
[all...]
/linux/fs/ext2/
H A Dacl.c43 ext2_acl_entry *entry = in ext2_acl_from_disk() local
107 ext2_acl_entry *entry = (ext2_acl_entry *)e; in ext2_acl_to_disk() local
/linux/tools/usb/usbip/libsrc/
H A Dlist.h80 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry()
91 static inline void list_del(struct list_head *entry) in list_del()
/linux/tools/testing/radix-tree/
H A Dmaple.c521 void *entry[2] = { ptr, mt }; in check_erase_testset() local
781 void *entry; in mas_ce2_over_count() local
988 void *entry = NULL; mas_range_load() local
1157 void *entry; check_erase2_sets() local
34381 void *entry, *prev = NULL; rcu_reader_fwd() local
34499 void *entry; rcu_reader_rev() local
34850 eval_rcu_entry(struct rcu_test_struct * test,void * entry,bool * update_2,bool * update_3) eval_rcu_entry() argument
34891 void *entry; rcu_val() local
34918 void *entry, *expected; rcu_loop() local
35479 get_vacant_height(struct ma_wr_state * wr_mas,void * entry) get_vacant_height() argument
36087 void *entry; mas_subtree_max_range() local
[all...]
/linux/drivers/net/wireless/st/cw1200/
H A Dtxrx.c235 struct tx_policy_cache_entry *entry) in tx_policy_use()
242 struct tx_policy_cache_entry *entry) in tx_policy_release()
254 struct tx_policy_cache_entry *entry; in tx_policy_clean() local
316 struct tx_policy_cache_entry *entry; in tx_policy_get() local
1009 struct cw1200_link_entry *entry = NULL; in cw1200_rx_cb() local
1342 struct cw1200_link_entry *entry = &priv->link_id_db[ret - 1]; in cw1200_alloc_link_id() local
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2500pci.c803 static bool rt2500pci_get_entry_state(struct queue_entry *entry) in rt2500pci_get_entry_state()
820 static void rt2500pci_clear_entry(struct queue_entry *entry) in rt2500pci_clear_entry()
1247 static void rt2500pci_write_tx_desc(struct queue_entry *entry, in rt2500pci_write_tx_desc()
1317 static void rt2500pci_write_beacon(struct queue_entry *entry, in rt2500pci_write_beacon()
1356 static void rt2500pci_fill_rxdone(struct queue_entry *entry, in rt2500pci_fill_rxdone()
1398 struct queue_entry *entry; in rt2500pci_txdone() local
H A Drt2400pci.c714 static bool rt2400pci_get_entry_state(struct queue_entry *entry) in rt2400pci_get_entry_state()
731 static void rt2400pci_clear_entry(struct queue_entry *entry) in rt2400pci_clear_entry()
1094 static void rt2400pci_write_tx_desc(struct queue_entry *entry, in rt2400pci_write_tx_desc()
1165 static void rt2400pci_write_beacon(struct queue_entry *entry, in rt2400pci_write_beacon()
1207 static void rt2400pci_fill_rxdone(struct queue_entry *entry, in rt2400pci_fill_rxdone()
1270 struct queue_entry *entry; in rt2400pci_txdone() local
/linux/fs/exfat/
H A Ddir.c33 struct exfat_chain *p_dir, int entry, unsigned short *uniname) in exfat_get_uniname_from_ext_entry()
595 int entry, sector_t *sector, int *offset) in exfat_find_location()
655 struct exfat_chain *p_dir, int entry, struct buffer_head **bh) in exfat_get_dentry()
753 struct super_block *sb, struct exfat_chain *p_dir, int entry, in __exfat_get_dentry_set()
835 int entry, unsigned int num_entries) in exfat_get_dentry_set()
922 int entry, unsigned int num_entries) in exfat_get_empty_dentry_set()
/linux/drivers/scsi/aacraid/
H A Ddpcsup.c42 struct aac_entry *entry; in aac_response_normal() local
161 struct aac_entry *entry; in aac_command_normal() local
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum1_acl_tcam.c177 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv; in mlxsw_sp1_acl_tcam_entry_add() local
190 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv; in mlxsw_sp1_acl_tcam_entry_del() local
228 struct mlxsw_sp1_acl_tcam_entry *entry = entry_priv; in mlxsw_sp1_acl_tcam_entry_activity_get() local
/linux/fs/f2fs/
H A Dxattr.c233 struct f2fs_xattr_entry *entry; in __find_xattr() local
257 struct f2fs_xattr_entry *entry; in __find_inline_xattr() local
517 struct f2fs_xattr_entry *entry = NULL; in f2fs_getxattr() local
565 struct f2fs_xattr_entry *entry; in f2fs_listxattr() local
619 static bool f2fs_xattr_value_same(struct f2fs_xattr_entry *entry, in f2fs_xattr_value_same()
/linux/drivers/net/dsa/hirschmann/
H A Dhellcreek.c715 const struct hellcreek_fdb_entry *entry) in __hellcreek_fdb_add()
749 const struct hellcreek_fdb_entry *entry) in __hellcreek_fdb_del()
761 struct hellcreek_fdb_entry *entry, in hellcreek_populate_fdb_entry()
800 struct hellcreek_fdb_entry *entry) in hellcreek_fdb_get()
839 struct hellcreek_fdb_entry entry = { 0 }; in hellcreek_fdb_add() local
885 struct hellcreek_fdb_entry entry = { 0 }; in hellcreek_fdb_del() local
943 struct hellcreek_fdb_entry entry = { 0 }; in hellcreek_fdb_dump() local
1263 struct hellcreek_devlink_vlan_entry *table, *entry; in hellcreek_devlink_region_vlan_snapshot() local
1292 struct hellcreek_fdb_entry *table, *entry; in hellcreek_devlink_region_fdb_snapshot() local
/linux/kernel/printk/
H A Dindex.c46 struct pi_entry *entry = pi_get_entry(mod, *pos); in pi_next() local
75 const struct pi_entry *entry = v; in pi_show() local
/linux/drivers/firmware/efi/
H A Dapple-properties.c51 struct property_entry entry[]) in unmarshal_key_value_pairs()
124 struct property_entry *entry = NULL; in unmarshal_devices() local
/linux/tools/perf/util/
H A Dintlist.c14 const void *entry) in intlist__node_new()
42 static int intlist__node_cmp(struct rb_node *rb_node, const void *entry) in intlist__node_cmp()
/linux/drivers/clk/tegra/
H A Dcvb.c65 const struct cvb_table_freq_entry *entry = &table->entries[i]; in build_opp_table() local
135 const struct cvb_table_freq_entry *entry = &table->entries[i]; in tegra_cvb_remove_opp_table() local
/linux/arch/arm/xen/
H A Dp2m.c37 struct xen_p2m_entry *entry; in xen_add_phys_to_mach_entry() local
67 struct xen_p2m_entry *entry; in __pfn_to_mfn() local
/linux/drivers/iommu/amd/
H A Dppr.c29 u64 entry; in amd_iommu_enable_ppr_log() local
174 u64 entry[2]; in amd_iommu_poll_ppr_log() local
/linux/io_uring/
H A Dfdinfo.c97 unsigned int entry = i + sq_head; in __io_uring_show_fdinfo() local
130 unsigned int entry = i + cq_head; in __io_uring_show_fdinfo() local
/linux/fs/btrfs/
H A Dmisc.h74 struct rb_simple_node *entry; in rb_simple_search() local
102 struct rb_simple_node *entry, *ret_entry = NULL; in rb_simple_search_first() local
/linux/kernel/trace/
H A Dftrace.c1144 struct ftrace_func_entry *entry; in __ftrace_lookup_ip() local
1177 struct ftrace_func_entry *entry) in __add_hash_entry()
1191 struct ftrace_func_entry *entry; in add_hash_entry() local
1205 struct ftrace_func_entry *entry) in free_hash_entry()
1214 struct ftrace_func_entry *entry) in remove_hash_entry()
1224 struct ftrace_func_entry *entry; in ftrace_hash_clear() local
1356 struct ftrace_func_entry *entry; in alloc_and_copy_ftrace_hash() local
1401 struct ftrace_func_entry *entry; in __move_hash() local
2577 struct ftrace_func_entry *entry; in ftrace_find_rec_direct() local
3223 struct ftrace_func_entry *entry; in append_hash() local
[all …]

1...<<11121314151617181920>>...72