Home
last modified time | relevance | path

Searched refs:handlers (Results 1 - 25 of 120) sorted by relevance

12345

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c417 struct handlers { struct
430 struct handlers *handlers = (struct handlers *)exception_handlers; in route_exception() local
454 if (handlers && handlers->exception_handlers[vector][ec]) in route_exception()
455 return handlers->exception_handlers[vector][ec](regs); in route_exception()
463 vm->handlers = __vm_vaddr_alloc(vm, sizeof(struct handlers), in vm_init_descriptor_tables()
466 *(vm_vaddr_t *)addr_gva2hva(vm, (vm_vaddr_t)(&exception_handlers)) = vm->handlers; in vm_init_descriptor_tables()
472 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); vm_install_sync_handler() local
483 struct handlers *handlers = addr_gva2hva(vm, vm->handlers); vm_install_exception_handler() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dfsmap.c64 /* Compare two getfsmap device handlers. */
633 struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; in ext4_getfsmap() local
646 /* Set up our device handlers. */ in ext4_getfsmap()
647 memset(handlers, 0, sizeof(handlers)); in ext4_getfsmap()
648 handlers[0].gfd_dev = new_encode_dev(sb->s_bdev->bd_dev); in ext4_getfsmap()
649 handlers[0].gfd_fn = ext4_getfsmap_datadev; in ext4_getfsmap()
651 handlers[1].gfd_dev = new_encode_dev( in ext4_getfsmap()
653 handlers[1].gfd_fn = ext4_getfsmap_logdev; in ext4_getfsmap()
656 sort(handlers, EXT4_GETFSMAP_DEV in ext4_getfsmap()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dfsmap.c64 /* Compare two getfsmap device handlers. */
633 struct ext4_getfsmap_dev handlers[EXT4_GETFSMAP_DEVS]; in ext4_getfsmap() local
646 /* Set up our device handlers. */ in ext4_getfsmap()
647 memset(handlers, 0, sizeof(handlers)); in ext4_getfsmap()
648 handlers[0].gfd_dev = new_encode_dev(sb->s_bdev->bd_dev); in ext4_getfsmap()
649 handlers[0].gfd_fn = ext4_getfsmap_datadev; in ext4_getfsmap()
651 handlers[1].gfd_dev = new_encode_dev( in ext4_getfsmap()
653 handlers[1].gfd_fn = ext4_getfsmap_logdev; in ext4_getfsmap()
656 sort(handlers, EXT4_GETFSMAP_DEV in ext4_getfsmap()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_fsmap.c177 /* Compare two getfsmap device handlers. */
833 struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; in xfs_getfsmap() local
849 /* Set up our device handlers. */ in xfs_getfsmap()
850 memset(handlers, 0, sizeof(handlers)); in xfs_getfsmap()
851 handlers[0].dev = new_encode_dev(mp->m_ddev_targp->bt_dev); in xfs_getfsmap()
853 handlers[0].fn = xfs_getfsmap_datadev_rmapbt; in xfs_getfsmap()
855 handlers[0].fn = xfs_getfsmap_datadev_bnobt; in xfs_getfsmap()
857 handlers[1].dev = new_encode_dev(mp->m_logdev_targp->bt_dev); in xfs_getfsmap()
858 handlers[ in xfs_getfsmap()
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_fsmap.c187 /* Compare two getfsmap device handlers. */
890 struct xfs_getfsmap_dev handlers[XFS_GETFSMAP_DEVS]; in xfs_getfsmap() local
908 /* Set up our device handlers. */ in xfs_getfsmap()
909 memset(handlers, 0, sizeof(handlers)); in xfs_getfsmap()
910 handlers[0].dev = new_encode_dev(mp->m_ddev_targp->bt_dev); in xfs_getfsmap()
912 handlers[0].fn = xfs_getfsmap_datadev_rmapbt; in xfs_getfsmap()
914 handlers[0].fn = xfs_getfsmap_datadev_bnobt; in xfs_getfsmap()
916 handlers[1].dev = new_encode_dev(mp->m_logdev_targp->bt_dev); in xfs_getfsmap()
917 handlers[ in xfs_getfsmap()
[all...]
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_si_intf.c129 const struct si_sm_handlers *handlers; member
327 err = smi_info->handlers->start_transaction( in start_next_msg()
360 smi_info->handlers->start_transaction(smi_info->si_sm, msg, size); in start_new_msg()
547 = smi_info->handlers->get_result( in handle_transaction_done()
568 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
590 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done()
603 = smi_info->handlers->get_result( in handle_transaction_done()
641 = smi_info->handlers->get_result( in handle_transaction_done()
683 smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
701 smi_info->handlers in handle_transaction_done()
1205 static const struct ipmi_smi_handlers handlers = { global() variable
[all...]
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_si_intf.c130 const struct si_sm_handlers *handlers; member
329 err = smi_info->handlers->start_transaction( in start_next_msg()
362 smi_info->handlers->start_transaction(smi_info->si_sm, msg, size); in start_new_msg()
549 = smi_info->handlers->get_result( in handle_transaction_done()
570 len = smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
592 smi_info->handlers->get_result(smi_info->si_sm, msg, 3); in handle_transaction_done()
605 = smi_info->handlers->get_result( in handle_transaction_done()
643 = smi_info->handlers->get_result( in handle_transaction_done()
685 smi_info->handlers->get_result(smi_info->si_sm, msg, 4); in handle_transaction_done()
703 smi_info->handlers in handle_transaction_done()
1206 static const struct ipmi_smi_handlers handlers = { global() variable
[all...]
H A Dipmi_ipmb.c44 struct ipmi_smi_handlers handlers; member
518 iidev->handlers.flags = IPMI_SMI_CAN_HANDLE_IPMB_DIRECT; in ipmi_ipmb_probe()
519 iidev->handlers.start_processing = ipmi_ipmb_start_processing; in ipmi_ipmb_probe()
520 iidev->handlers.shutdown = ipmi_ipmb_shutdown; in ipmi_ipmb_probe()
521 iidev->handlers.sender = ipmi_ipmb_sender; in ipmi_ipmb_probe()
522 iidev->handlers.request_events = ipmi_ipmb_request_events; in ipmi_ipmb_probe()
537 rv = ipmi_register_smi(&iidev->handlers, in ipmi_ipmb_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c935 * Setup the RX handlers for each of the reply types sent from the uCode
940 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers()
942 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
944 handlers[REPLY_ERROR] = iwlagn_rx_reply_error; in iwl_setup_rx_handlers()
945 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa; in iwl_setup_rx_handlers()
946 handlers[SPECTRUM_MEASURE_NOTIFICATION] = in iwl_setup_rx_handlers()
948 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif; in iwl_setup_rx_handlers()
949 handlers[PM_DEBUG_STATISTIC_NOTIFIC] = in iwl_setup_rx_handlers()
951 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif; in iwl_setup_rx_handlers()
952 handlers[REPLY_ADD_ST in iwl_setup_rx_handlers()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drx.c942 * Setup the RX handlers for each of the reply types sent from the uCode
947 void (**handlers)(struct iwl_priv *priv, struct iwl_rx_cmd_buffer *rxb); in iwl_setup_rx_handlers()
949 handlers = priv->rx_handlers; in iwl_setup_rx_handlers()
951 handlers[REPLY_ERROR] = iwlagn_rx_reply_error; in iwl_setup_rx_handlers()
952 handlers[CHANNEL_SWITCH_NOTIFICATION] = iwlagn_rx_csa; in iwl_setup_rx_handlers()
953 handlers[SPECTRUM_MEASURE_NOTIFICATION] = in iwl_setup_rx_handlers()
955 handlers[PM_SLEEP_NOTIFICATION] = iwlagn_rx_pm_sleep_notif; in iwl_setup_rx_handlers()
956 handlers[PM_DEBUG_STATISTIC_NOTIFIC] = in iwl_setup_rx_handlers()
958 handlers[BEACON_NOTIFICATION] = iwlagn_rx_beacon_notif; in iwl_setup_rx_handlers()
959 handlers[REPLY_ADD_ST in iwl_setup_rx_handlers()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \
128 if (handlers == NULL) \
130 if (handlers->name) \
131 return handlers->name(cmd->func, cmd->instdata, \
542 struct pmf_handlers *handlers; member
580 struct pmf_handlers *handlers, in pmf_parse_one()
596 handlers ? "executing" : "parsing"); in pmf_parse_one()
621 rc = pmf_parsers[ccode](&cmd, handlers); in pmf_parse_one()
630 if (handlers == NULL) in pmf_parse_one()
702 struct pmf_handlers *handlers, in pmf_register_driver()
579 pmf_parse_one(struct pmf_function *func, struct pmf_handlers *handlers, void *instdata, struct pmf_args *args) pmf_parse_one() argument
701 pmf_register_driver(struct device_node *np, struct pmf_handlers *handlers, void *driverdata) pmf_register_driver() argument
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c124 #define PMF_PARSE_CALL(name, cmd, handlers, p...) \
128 if (handlers == NULL) \
130 if (handlers->name) \
131 return handlers->name(cmd->func, cmd->instdata, \
542 struct pmf_handlers *handlers; member
580 struct pmf_handlers *handlers, in pmf_parse_one()
596 handlers ? "executing" : "parsing"); in pmf_parse_one()
621 rc = pmf_parsers[ccode](&cmd, handlers); in pmf_parse_one()
630 if (handlers == NULL) in pmf_parse_one()
702 struct pmf_handlers *handlers, in pmf_register_driver()
579 pmf_parse_one(struct pmf_function *func, struct pmf_handlers *handlers, void *instdata, struct pmf_args *args) pmf_parse_one() argument
701 pmf_register_driver(struct device_node *np, struct pmf_handlers *handlers, void *driverdata) pmf_register_driver() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c747 t3c_tid->client->handlers && in do_act_open_rpl()
748 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl()
749 return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb, in do_act_open_rpl()
766 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_stid_rpl()
767 t3c_tid->client->handlers[p->opcode]) { in do_stid_rpl()
768 return t3c_tid->client->handlers[p->opcode] (dev, skb, in do_stid_rpl()
784 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_hwtid_rpl()
785 t3c_tid->client->handlers[p->opcode]) { in do_hwtid_rpl()
786 return t3c_tid->client->handlers[p->opcode] in do_hwtid_rpl()
811 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers in do_cr()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_offload.c747 t3c_tid->client->handlers && in do_act_open_rpl()
748 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl()
749 return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb, in do_act_open_rpl()
766 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_stid_rpl()
767 t3c_tid->client->handlers[p->opcode]) { in do_stid_rpl()
768 return t3c_tid->client->handlers[p->opcode] (dev, skb, in do_stid_rpl()
784 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers && in do_hwtid_rpl()
785 t3c_tid->client->handlers[p->opcode]) { in do_hwtid_rpl()
786 return t3c_tid->client->handlers[p->opcode] in do_hwtid_rpl()
811 if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers in do_cr()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dprops.c39 const struct hlist_head *handlers) in find_prop_handler()
43 if (!handlers) { in find_prop_handler()
46 handlers = find_prop_handlers_by_hash(hash); in find_prop_handler()
47 if (!handlers) in find_prop_handler()
51 hlist_for_each_entry(h, handlers, node) in find_prop_handler()
135 const struct hlist_head *handlers; in iterate_object_props() local
155 handlers = find_prop_handlers_by_hash(key.offset); in iterate_object_props()
156 if (!handlers) in iterate_object_props()
191 handler = find_prop_handler(name_buf, handlers); in iterate_object_props()
38 find_prop_handler(const char *name, const struct hlist_head *handlers) find_prop_handler() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dprops.c46 const struct hlist_head *handlers) in find_prop_handler()
50 if (!handlers) { in find_prop_handler()
53 handlers = find_prop_handlers_by_hash(hash); in find_prop_handler()
54 if (!handlers) in find_prop_handler()
58 hlist_for_each_entry(h, handlers, node) in find_prop_handler()
165 const struct hlist_head *handlers; in iterate_object_props() local
185 handlers = find_prop_handlers_by_hash(key.offset); in iterate_object_props()
186 if (!handlers) in iterate_object_props()
221 handler = find_prop_handler(name_buf, handlers); in iterate_object_props()
45 find_prop_handler(const char *name, const struct hlist_head *handlers) find_prop_handler() argument
/kernel/linux/linux-5.10/include/linux/
H A Dipmi_smi.h223 * upper layer until the start_processing() function in the handlers
228 const struct ipmi_smi_handlers *handlers,
233 #define ipmi_register_smi(handlers, send_info, dev, slave_addr) \
234 ipmi_add_smi(THIS_MODULE, handlers, send_info, dev, slave_addr)
/kernel/linux/linux-6.6/include/linux/
H A Dipmi_smi.h288 * upper layer until the start_processing() function in the handlers
293 const struct ipmi_smi_handlers *handlers,
298 #define ipmi_register_smi(handlers, send_info, dev, slave_addr) \
299 ipmi_add_smi(THIS_MODULE, handlers, send_info, dev, slave_addr)
/kernel/linux/linux-5.10/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c39 * Each cpu will have HP_PER_CPU "handlers" set up, each of which incorporates
41 * organisation of FQIDs is such that the HP_PER_CPU*NUM_CPUS handlers will
44 * is to allow enough handlers/FQs to truly test the significance of caching -
65 * handlers and link-list them (but do no other handler setup).
162 /* root node for the per-cpu list of handlers */
163 struct list_head handlers; member
168 * handlers together, this is used as per-cpu iterator state
186 /* handlers are allocated out of this, so they're properly aligned. */
326 INIT_LIST_HEAD(&hp_cpu->handlers); in create_per_cpu_handlers()
337 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()
[all...]
/kernel/linux/linux-6.6/drivers/soc/fsl/qbman/
H A Dqman_test_stash.c39 * Each cpu will have HP_PER_CPU "handlers" set up, each of which incorporates
41 * organisation of FQIDs is such that the HP_PER_CPU*NUM_CPUS handlers will
44 * is to allow enough handlers/FQs to truly test the significance of caching -
65 * handlers and link-list them (but do no other handler setup).
162 /* root node for the per-cpu list of handlers */
163 struct list_head handlers; member
168 * handlers together, this is used as per-cpu iterator state
186 /* handlers are allocated out of this, so they're properly aligned. */
328 INIT_LIST_HEAD(&hp_cpu->handlers); in create_per_cpu_handlers()
339 list_add_tail(&handler->node, &hp_cpu->handlers); in create_per_cpu_handlers()
[all...]
/kernel/linux/linux-5.10/fs/
H A Dxattr.c44 #define for_each_xattr_handler(handlers, handler) \
45 if (handlers) \
46 for ((handler) = *(handlers)++; \
48 (handler) = *(handlers)++)
56 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_resolve_name() local
64 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name()
143 const struct xattr_handler **handlers = inode->i_sb->s_xattr; in xattr_supported_namespace() local
155 for_each_xattr_handler(handlers, handler) { in xattr_supported_namespace()
849 const struct xattr_handler *handler, **handlers = dentry->d_sb->s_xattr; in generic_listxattr() local
853 for_each_xattr_handler(handlers, handle in generic_listxattr()
[all...]
/kernel/uniproton/build/uniproton_ci_lib/
H A Dlogs.py54 for handler in logger_root.handlers:
68 for handler in logger.handlers:
/kernel/linux/linux-6.6/drivers/acpi/
H A Dprmt.c72 struct prm_handler_info handlers[]; member
106 module_info_size = struct_size(tm, handlers, module_info->handler_info_count); in acpi_parse_prmt()
148 th = &tm->handlers[cur_handler]; in acpi_parse_prmt()
179 cur_handler = &cur_module->handlers[i]; in find_guid_info()
/kernel/linux/linux-5.10/net/wireless/
H A Dwext-core.c638 /* IW handlers */
687 const struct iw_handler_def *handlers = NULL; in get_handler() local
691 handlers = dev->ieee80211_ptr->wiphy->wext; in get_handler()
695 handlers = dev->wireless_handlers; in get_handler()
698 if (!handlers) in get_handler()
703 if (index < handlers->num_standard) in get_handler()
704 return handlers->standard[index]; in get_handler()
709 if (index < handlers->num_private) in get_handler()
710 return handlers->private[index]; in get_handler()
/kernel/linux/linux-6.6/net/wireless/
H A Dwext-core.c649 /* IW handlers */
702 const struct iw_handler_def *handlers = NULL; in get_handler() local
709 handlers = dev->ieee80211_ptr->wiphy->wext; in get_handler()
714 handlers = dev->wireless_handlers; in get_handler()
717 if (!handlers) in get_handler()
722 if (index < handlers->num_standard) in get_handler()
723 return handlers->standard[index]; in get_handler()
728 if (index < handlers->num_private) in get_handler()
729 return handlers->private[index]; in get_handler()

Completed in 32 milliseconds

12345