Home
last modified time | relevance | path

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

/linux/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/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()
1040 if (! pslot) in snd_mixer_oss_build_input()
[all …]
/linux/fs/btrfs/
H A Dctree.c922 int pslot; in balance_level() local
937 pslot = path->slots[level + 1]; in balance_level()
995 if (pslot) { in balance_level()
1005 parent, pslot - 1, &left, in balance_level()
1023 parent, pslot + 1, &right, in balance_level()
1127 btrfs_set_node_key(parent, &mid_key, pslot); in balance_level()
1180 int pslot; in push_nodes_for_insert() local
1191 pslot = path->slots[level + 1]; in push_nodes_for_insert()
1198 if (pslot) { in push_nodes_for_insert()
1212 pslot - 1, &left, in push_nodes_for_insert()
[all …]
/linux/drivers/md/
H A Draid5-cache.c2636 void __rcu **pslot; in r5c_try_caching_write() local
2692 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write()
2694 if (pslot) { in r5c_try_caching_write()
2696 pslot, &log->tree_lock) >> in r5c_try_caching_write()
2699 &log->big_stripe_tree, pslot, in r5c_try_caching_write()
2803 void __rcu **pslot; in r5c_finish_stripe_write_out() local
2847 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out()
2849 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out()
2851 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out()
2857 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
/linux/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/lib/
H A Dmaple_tree.c1658 unsigned char pslot; in mas_update_gap() local
1670 pslot = mte_parent_slot(mas->node); in mas_update_gap()
1672 mas_parent_type(mas, mas->node))[pslot]; in mas_update_gap()
1675 mas_parent_gap(mas, pslot, max_gap); in mas_update_gap()