Home
last modified time | relevance | path

Searched refs:pslot (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Dibmphp_hpc.c513 if ((pslot == NULL) in ibmphp_hpc_readslot()
529 index = pslot->ctlr_index; in ibmphp_hpc_readslot()
539 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_readslot()
607 pslot->ext_status = in ibmphp_hpc_readslot()
652 if (pslot == NULL) { in ibmphp_hpc_writeslot()
669 index = pslot->ctlr_index; in ibmphp_hpc_writeslot()
679 ctlr_ptr = pslot->ctrl; in ibmphp_hpc_writeslot()
788 struct slot *pslot = NULL; in poll_hpc() local
961 pslot->flag = 0; in process_changeinstatus()
985 struct slot myslot, *pslot; in process_changeinlatch() local
[all …]
H A Dibmphp_core.c216 struct slot *pslot; in set_attention_status() local
242 pslot = to_slot(hotplug_slot); in set_attention_status()
243 rc = ibmphp_hpc_writeslot(pslot, cmd); in set_attention_status()
257 struct slot *pslot; in get_attention_status() local
265 pslot = to_slot(hotplug_slot); in get_attention_status()
284 struct slot *pslot; in get_latch_status() local
291 pslot = to_slot(hotplug_slot); in get_latch_status()
309 struct slot *pslot; in get_power_status() local
316 pslot = to_slot(hotplug_slot); in get_power_status()
333 struct slot *pslot; in get_adapter_present() local
[all …]
H A Dshpchp_ctrl.c193 static int fix_bus_speed(struct controller *ctrl, struct slot *pslot, in fix_bus_speed() argument
214 rc = change_bus_speed(ctrl, pslot, asp); in fix_bus_speed()
217 rc = change_bus_speed(ctrl, pslot, msp); in fix_bus_speed()
/linux-6.15/sound/core/oss/
H A Dmixer_oss.c136 if (pslot->put_volume || pslot->put_recsrc) in snd_mixer_oss_devmask()
153 if (pslot->put_volume && pslot->stereo) in snd_mixer_oss_stereodevs()
202 pslot->get_recsrc(fmixer, pslot, &active); in snd_mixer_oss_get_recsrc()
234 pslot->put_recsrc(fmixer, pslot, active); in snd_mixer_oss_set_recsrc()
242 pslot->get_recsrc(fmixer, pslot, &active); in snd_mixer_oss_set_recsrc()
264 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume()
265 if (!pslot->stereo) in snd_mixer_oss_get_volume()
294 if (!pslot->stereo) in snd_mixer_oss_set_volume()
297 result = pslot->put_volume(fmixer, pslot, left, right); in snd_mixer_oss_set_volume()
1039 if (! pslot) in snd_mixer_oss_build_input()
[all …]
/linux-6.15/fs/btrfs/
H A Dctree.c860 int pslot; in balance_level() local
875 pslot = path->slots[level + 1]; in balance_level()
937 if (pslot) { in balance_level()
947 parent, pslot - 1, &left, in balance_level()
965 parent, pslot + 1, &right, in balance_level()
1077 btrfs_set_node_key(parent, &mid_key, pslot); in balance_level()
1130 int pslot; in push_nodes_for_insert() local
1141 pslot = path->slots[level + 1]; in push_nodes_for_insert()
1148 if (pslot) { in push_nodes_for_insert()
1162 pslot - 1, &left, in push_nodes_for_insert()
[all …]
/linux-6.15/drivers/md/
H A Draid5-cache.c2631 void __rcu **pslot; in r5c_try_caching_write() local
2687 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write()
2689 if (pslot) { in r5c_try_caching_write()
2691 pslot, &log->tree_lock) >> in r5c_try_caching_write()
2694 &log->big_stripe_tree, pslot, in r5c_try_caching_write()
2797 void __rcu **pslot; in r5c_finish_stripe_write_out() local
2838 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out()
2840 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out()
2842 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out()
2848 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
/linux-6.15/fs/nfs/
H A Dnfs4session.c357 static bool nfs41_assign_slot(struct rpc_task *task, void *pslot) in nfs41_assign_slot() argument
361 struct nfs4_slot *slot = pslot; in nfs41_assign_slot()
/linux-6.15/lib/
H A Dmaple_tree.c1667 unsigned char pslot; in mas_update_gap() local
1679 pslot = mte_parent_slot(mas->node); in mas_update_gap()
1681 mas_parent_type(mas, mas->node))[pslot]; in mas_update_gap()
1684 mas_parent_gap(mas, pslot, max_gap); in mas_update_gap()