Home
last modified time | relevance | path

Searched defs:entry (Results 76 – 100 of 1820) sorted by relevance

12345678910>>...73

/linux/arch/csky/kernel/
H A Dperf_callchain.c36 struct perf_callchain_entry_ctx *entry) in walk_stackframe()
47 static unsigned long user_backtrace(struct perf_callchain_entry_ctx *entry, in user_backtrace()
86 void perf_callchain_user(struct perf_callchain_entry_ctx *entry, in perf_callchain_user()
106 void perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, in perf_callchain_kernel()
/linux/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c91 struct dbell_entry *entry; in vmci_dbell_get_priv_flags() local
137 static void dbell_index_table_add(struct dbell_entry *entry) in dbell_index_table_add()
197 static void dbell_index_table_remove(struct dbell_entry *entry) in dbell_index_table_remove()
282 struct dbell_entry *entry = container_of(work, in dbell_delayed_dispatch() local
294 struct dbell_entry *entry; in vmci_dbell_host_context_notify() local
414 struct dbell_entry *entry; in vmci_doorbell_create() local
515 struct dbell_entry *entry; in vmci_doorbell_destroy() local
/linux/security/integrity/ima/
H A Dima_queue_keys.c58 static void ima_free_key_entry(struct ima_key_entry *entry) in ima_free_key_entry()
73 struct ima_key_entry *entry; in ima_alloc_key_entry() local
108 struct ima_key_entry *entry; in ima_queue_key() local
135 struct ima_key_entry *entry, *tmp; in ima_process_queued_keys() local
H A Dima_policy.c378 static void ima_lsm_free_rule(struct ima_rule_entry *entry) in ima_lsm_free_rule() argument
388 static void ima_free_rule(struct ima_rule_entry *entry) in ima_free_rule() argument
404 ima_lsm_copy_rule(struct ima_rule_entry * entry) ima_lsm_copy_rule() argument
436 ima_lsm_update_rule(struct ima_rule_entry * entry) ima_lsm_update_rule() argument
460 ima_rule_contains_lsm_cond(struct ima_rule_entry * entry) ima_rule_contains_lsm_cond() argument
478 struct ima_rule_entry *entry, *e; ima_lsm_update_rules() local
743 struct ima_rule_entry *entry; ima_match_policy() local
811 struct ima_rule_entry *entry; ima_update_policy_flags() local
868 struct ima_rule_entry *entry; add_rules() local
1128 ima_lsm_rule_init(struct ima_rule_entry * entry,substring_t * args,int lsm_rule,int audit_type) ima_lsm_rule_init() argument
1239 ima_validate_rule(struct ima_rule_entry * entry) ima_validate_rule() argument
1404 ima_parse_rule(char * rule,struct ima_rule_entry * entry) ima_parse_rule() argument
1923 struct ima_rule_entry *entry; ima_parse_add_rule() local
1966 struct ima_rule_entry *entry, *tmp; ima_delete_rules() local
1996 struct ima_rule_entry *entry; ima_policy_start() local
2013 struct ima_rule_entry *entry = v; ima_policy_next() local
2070 struct ima_rule_entry *entry = v; ima_policy_show() local
2286 struct ima_rule_entry *entry; ima_appraise_signature() local
[all...]
/linux/arch/arm/kernel/
H A Dperf_callchain.c35 struct perf_callchain_entry_ctx *entry) in user_backtrace()
63 perf_callchain_user(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_user()
87 struct perf_callchain_entry_ctx *entry = data; in callchain_trace() local
92 perf_callchain_kernel(struct perf_callchain_entry_ctx *entry, struct pt_regs *regs) in perf_callchain_kernel()
/linux/net/sched/
H A Dact_gate.c176 static int fill_gate_entry(struct nlattr **tb, struct tcfg_gate_entry *entry, in fill_gate_entry()
206 static int parse_gate_entry(struct nlattr *n, struct tcfg_gate_entry *entry, in parse_gate_entry()
225 struct tcfg_gate_entry *entry, *e; in release_entry_list() local
237 struct tcfg_gate_entry *entry; in parse_gate_list() local
405 struct tcfg_gate_entry *entry; in tcf_gate_init() local
473 struct tcfg_gate_entry *entry) in dumping_entry()
513 struct tcfg_gate_entry *entry; in tcf_gate_dump() local
593 static int tcf_gate_get_entries(struct flow_action_entry *entry, in tcf_gate_get_entries()
614 struct flow_action_entry *entry = entry_data; in tcf_gate_offload_act_setup() local
/linux/include/linux/
H A Djump_label.h123 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
128 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
133 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
142 static inline unsigned long jump_entry_code(const struct jump_entry *entry) in jump_entry_code()
147 static inline unsigned long jump_entry_target(const struct jump_entry *entry) in jump_entry_target()
152 static inline struct static_key *jump_entry_key(const struct jump_entry *entry) in jump_entry_key()
159 static inline bool jump_entry_is_branch(const struct jump_entry *entry) in jump_entry_is_branch()
164 static inline bool jump_entry_is_init(const struct jump_entry *entry) in jump_entry_is_init()
169 static inline void jump_entry_set_init(struct jump_entry *entry, bool set) in jump_entry_set_init()
177 static inline int jump_entry_size(struct jump_entry *entry) in jump_entry_size()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00usb.c232 static void rt2x00usb_work_txdone_entry(struct queue_entry *entry) in rt2x00usb_work_txdone_entry()
253 struct queue_entry *entry; in rt2x00usb_work_txdone() local
270 struct queue_entry *entry = (struct queue_entry *)urb->context; in rt2x00usb_interrupt_txdone() local
296 static bool rt2x00usb_kick_tx_entry(struct queue_entry *entry, void *data) in rt2x00usb_kick_tx_entry()
348 struct queue_entry *entry; in rt2x00usb_work_rxdone() local
374 struct queue_entry *entry = (struct queue_entry *)urb->context; in rt2x00usb_interrupt_rxdone() local
399 static bool rt2x00usb_kick_rx_entry(struct queue_entry *entry, void *data) in rt2x00usb_kick_rx_entry()
455 static bool rt2x00usb_flush_entry(struct queue_entry *entry, void *data) in rt2x00usb_flush_entry()
538 struct queue_entry *entry; in rt2x00usb_dma_timeout() local
570 void rt2x00usb_clear_entry(struct queue_entry *entry) in rt2x00usb_clear_entry()
H A Drt2800mmio.c30 struct queue_entry *entry; in rt2800mmio_get_dma_done() local
61 __le32 *rt2800mmio_get_txwi(struct queue_entry *entry) in rt2800mmio_get_txwi()
67 void rt2800mmio_write_tx_desc(struct queue_entry *entry, in rt2800mmio_write_tx_desc()
124 void rt2800mmio_fill_rxdone(struct queue_entry *entry, in rt2800mmio_fill_rxdone()
458 struct queue_entry *entry; in rt2800mmio_kick_queue() local
610 bool rt2800mmio_get_entry_state(struct queue_entry *entry) in rt2800mmio_get_entry_state()
627 void rt2800mmio_clear_entry(struct queue_entry *entry) in rt2800mmio_clear_entry()
/linux/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c27 static struct entry { struct
47 static struct entry *find_entry(__s32 tid) in find_entry() argument
/linux/fs/btrfs/
H A Dlru_cache.c26 struct btrfs_lru_cache_entry *entry; in match_entry() local
49 struct btrfs_lru_cache_entry *entry; in btrfs_lru_cache_lookup() local
71 struct btrfs_lru_cache_entry *entry) in btrfs_lru_cache_remove()
158 struct btrfs_lru_cache_entry *entry; in btrfs_lru_cache_clear() local
/linux/drivers/acpi/apei/
H A Derst.c131 struct acpi_whea_header *entry) in erst_exec_load_var1()
137 struct acpi_whea_header *entry) in erst_exec_load_var2()
143 struct acpi_whea_header *entry) in erst_exec_store_var1()
149 struct acpi_whea_header *entry) in erst_exec_add()
156 struct acpi_whea_header *entry) in erst_exec_subtract()
163 struct acpi_whea_header *entry) in erst_exec_add_value()
177 struct acpi_whea_header *entry) in erst_exec_subtract_value()
191 struct acpi_whea_header *entry) in erst_exec_stall()
208 struct acpi_whea_header *entry) in erst_exec_stall_while_true()
240 struct acpi_whea_header *entry) in erst_exec_skip_next_instruction_if_true()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_irq.c39 struct ice_irq_entry *entry; in ice_free_irq_res() local
61 struct ice_irq_entry *entry; in ice_get_irq_res() local
299 struct ice_irq_entry *entry; in ice_alloc_irq() local
337 struct ice_irq_entry *entry; in ice_free_irq() local
366 void *entry; in ice_get_max_used_msix_vector() local
/linux/sound/pci/ac97/
H A Dac97_proc.c328 static void snd_ac97_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_read()
363 static void snd_ac97_proc_regs_write(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_ac97_proc_regs_write()
390 static void snd_ac97_proc_regs_read(struct snd_info_entry *entry, in snd_ac97_proc_regs_read()
416 struct snd_info_entry *entry; in snd_ac97_proc_init() local
452 struct snd_info_entry *entry; in snd_ac97_bus_proc_init() local
/linux/drivers/acpi/
H A Dnvs.c97 struct nvs_page *entry, *next; in suspend_nvs_register() local
132 struct nvs_page *entry; in suspend_nvs_free() local
156 struct nvs_page *entry; in suspend_nvs_alloc() local
173 struct nvs_page *entry; in suspend_nvs_save() local
205 struct nvs_page *entry; in suspend_nvs_restore() local
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c106 struct vmw_cmdbuf_res *entry) in vmw_cmdbuf_res_free()
126 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_commit() local
162 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_revert() local
240 struct vmw_cmdbuf_res *entry = NULL; in vmw_cmdbuf_res_remove() local
309 struct vmw_cmdbuf_res *entry, *next; in vmw_cmdbuf_res_man_destroy() local
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge_mcast.c30 struct mlx5_esw_bridge_mdb_entry *entry) in mlx5_esw_bridge_mdb_port_lookup()
36 struct mlx5_esw_bridge_mdb_entry *entry) in mlx5_esw_bridge_mdb_port_insert()
46 struct mlx5_esw_bridge_mdb_entry *entry) in mlx5_esw_bridge_mdb_port_remove()
53 mlx5_esw_bridge_mdb_flow_create(u16 esw_owner_vhca_id, struct mlx5_esw_bridge_mdb_entry *entry, in mlx5_esw_bridge_mdb_flow_create()
120 struct mlx5_esw_bridge_mdb_entry *entry) in mlx5_esw_bridge_port_mdb_offload()
152 struct mlx5_esw_bridge_mdb_entry *entry; in mlx5_esw_bridge_port_mdb_entry_init() local
177 struct mlx5_esw_bridge_mdb_entry *entry) in mlx5_esw_bridge_port_mdb_entry_cleanup()
191 struct mlx5_esw_bridge_mdb_entry *entry; in mlx5_esw_bridge_port_mdb_attach() local
237 struct mlx5_esw_bridge_mdb_entry *entry) in mlx5_esw_bridge_port_mdb_entry_detach()
261 struct mlx5_esw_bridge_mdb_entry *entry; in mlx5_esw_bridge_port_mdb_detach() local
[all …]
/linux/sound/core/
H A Dpcm.c359 static void snd_pcm_stream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_stream_proc_info_read() argument
366 static void snd_pcm_substream_proc_info_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_info_read() argument
372 static void snd_pcm_substream_proc_hw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_hw_params_read() argument
407 static void snd_pcm_substream_proc_sw_params_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_sw_params_read() argument
433 static void snd_pcm_substream_proc_status_read(struct snd_info_entry *entry, in snd_pcm_substream_proc_status_read() argument
468 snd_pcm_xrun_injection_write(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_pcm_xrun_injection_write() argument
476 snd_pcm_xrun_debug_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_pcm_xrun_debug_read() argument
483 snd_pcm_xrun_debug_write(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_pcm_xrun_debug_write() argument
496 struct snd_info_entry *entry; snd_pcm_stream_proc_init() local
535 struct snd_info_entry *entry; create_substream_info_entry() local
546 struct snd_info_entry *entry; snd_pcm_substream_proc_init() local
1161 snd_pcm_proc_read(struct snd_info_entry * entry,struct snd_info_buffer * buffer) snd_pcm_proc_read() argument
1184 struct snd_info_entry *entry; snd_pcm_proc_init() local
[all...]
/linux/lib/
H A Dmaple_tree.c221 const struct maple_enode *entry) in mte_node_type()
237 static __always_inline bool mte_is_leaf(const struct maple_enode *entry) in mte_is_leaf()
246 static __always_inline bool mt_is_reserved(const void *entry) in mt_is_reserved()
289 const struct maple_enode *entry) in mte_to_node()
300 static inline struct maple_topiary *mte_to_mat(const struct maple_enode *entry) in mte_to_mat()
1755 struct maple_enode *entry; in mas_find_child() local
2400 void *entry) in mab_set_b_end()
3401 static inline int mas_root_expand(struct ma_state *mas, void *entry) in mas_root_expand()
3440 static inline void mas_store_root(struct ma_state *mas, void *entry) in mas_store_root()
3467 void *entry = wr_mas->entry; in mas_is_span_wr() local
[all …]
/linux/fs/fuse/
H A Ddir.c38 static inline void __fuse_dentry_settime(struct dentry *entry, u64 time) in __fuse_dentry_settime()
43 static inline u64 fuse_dentry_time(const struct dentry *entry) in fuse_dentry_time()
59 static inline u64 fuse_dentry_time(const struct dentry *entry) in fuse_dentry_time()
112 void fuse_change_entry_timeout(struct dentry *entry, struct fuse_entry_out *o) in fuse_change_entry_timeout()
156 void fuse_invalidate_entry_cache(struct dentry *entry) in fuse_invalidate_entry_cache()
165 static void fuse_invalidate_entry(struct dentry *entry) in fuse_invalidate_entry()
195 static int fuse_dentry_revalidate(struct dentry *entry, unsigned int flags) in fuse_dentry_revalidate()
415 static struct dentry *fuse_lookup(struct inode *dir, struct dentry *entry, in fuse_lookup()
464 static int get_security_context(struct dentry *entry, umode_t mode, in get_security_context()
618 struct dentry *entry, struct file *file, in fuse_create_open()
[all …]
/linux/arch/x86/platform/efi/
H A Druntime-map.c33 static ssize_t type_show(struct efi_runtime_map_entry *entry, char *buf) in type_show()
59 struct efi_runtime_map_entry *entry = to_map_entry(kobj); in map_attr_show() local
90 struct efi_runtime_map_entry *entry; in map_release() local
109 struct efi_runtime_map_entry *entry; in add_sysfs_runtime_map_entry() local
163 struct efi_runtime_map_entry *entry; in efi_runtime_map_init() local
/linux/fs/squashfs/
H A Dcache.c56 struct squashfs_cache_entry *entry; in squashfs_cache_get() local
173 void squashfs_cache_put(struct squashfs_cache_entry *entry) in squashfs_cache_put()
253 struct squashfs_cache_entry *entry = &cache->entry[i]; in squashfs_cache_init() local
293 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data()
336 struct squashfs_cache_entry *entry; in squashfs_read_metadata() local
/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c62 int entry; in tulip_refill_rx() local
116 int entry = tp->cur_rx % RX_RING_SIZE; in tulip_poll() local
372 int entry = tp->cur_rx % RX_RING_SIZE; in tulip_rx() local
538 int entry; in tulip_interrupt() local
597 int entry = dirty_tx % TX_RING_SIZE; in tulip_interrupt() local
/linux/net/atm/
H A Dmpc.c179 struct atm_mpoa_qos *entry; in atm_mpoa_add_qos() local
219 int atm_mpoa_delete_qos(struct atm_mpoa_qos *entry) in atm_mpoa_delete_qos()
494 in_cache_entry *entry; in send_via_shortcut() local
1083 in_cache_entry *entry; in MPOA_trigger_rcvd() local
1118 in_cache_entry *entry) in check_qos_and_open_shortcut()
1158 in_cache_entry *entry = mpc->in_ops->get(dst_ip, mpc); in MPOA_res_reply_rcvd() local
1210 in_cache_entry *entry = mpc->in_ops->get_with_mask(dst_ip, mpc, mask); in ingress_purge_rcvd() local
1232 eg_cache_entry *entry = mpc->eg_ops->get_by_cache_id(cache_id, mpc); in egress_purge_rcvd() local
1247 static void purge_egress_shortcut(struct atm_vcc *vcc, eg_cache_entry *entry) in purge_egress_shortcut()
1286 eg_cache_entry *entry; in mps_death() local
[all …]
/linux/mm/
H A Dpage_vma_mapped.c46 swp_entry_t entry; in map_pte() local
102 swp_entry_t entry; in check_pte() local
113 swp_entry_t entry; check_pte() local
243 swp_entry_t entry; page_vma_mapped_walk() local
[all...]

12345678910>>...73