/linux-6.3-rc2/drivers/pci/hotplug/ |
A D | ibmphp_hpc.c | 513 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 …]
|
A D | ibmphp_core.c | 216 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 …]
|
A D | shpchp_ctrl.c | 193 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.3-rc2/sound/core/oss/ |
A D | mixer_oss.c | 136 if (pslot->put_volume || pslot->put_recsrc) in snd_mixer_oss_devmask() 154 if (pslot->put_volume && pslot->stereo) in snd_mixer_oss_stereodevs() 205 pslot->get_recsrc(fmixer, pslot, &active); in snd_mixer_oss_get_recsrc() 239 pslot->put_recsrc(fmixer, pslot, active); in snd_mixer_oss_set_recsrc() 247 pslot->get_recsrc(fmixer, pslot, &active); in snd_mixer_oss_set_recsrc() 270 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume() 271 if (!pslot->stereo) in snd_mixer_oss_get_volume() 306 if (!pslot->stereo) in snd_mixer_oss_set_volume() 309 result = pslot->put_volume(fmixer, pslot, left, right); in snd_mixer_oss_set_volume() 1116 if (! pslot) in snd_mixer_oss_build_input() [all …]
|
/linux-6.3-rc2/fs/btrfs/ |
A D | ctree.c | 998 int pslot; in balance_level() local 1013 pslot = path->slots[level + 1]; in balance_level() 1074 parent, pslot - 1, &left, in balance_level() 1089 parent, pslot + 1, &right, in balance_level() 1115 del_ptr(root, path, level + 1, pslot + 1); in balance_level() 1161 del_ptr(root, path, level + 1, pslot); in balance_level() 1173 btrfs_set_node_key(parent, &mid_key, pslot); in balance_level() 1226 int pslot; in push_nodes_for_insert() local 1237 pslot = path->slots[level + 1]; in push_nodes_for_insert() 1258 pslot - 1, &left, in push_nodes_for_insert() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | raid5-cache.c | 2642 void __rcu **pslot; in r5c_try_caching_write() local 2698 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write() 2700 if (pslot) { in r5c_try_caching_write() 2702 pslot, &log->tree_lock) >> in r5c_try_caching_write() 2705 &log->big_stripe_tree, pslot, in r5c_try_caching_write() 2809 void __rcu **pslot; in r5c_finish_stripe_write_out() local 2853 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_finish_stripe_write_out() 2855 BUG_ON(pslot == NULL); in r5c_finish_stripe_write_out() 2857 pslot, &log->tree_lock) >> in r5c_finish_stripe_write_out() 2863 &log->big_stripe_tree, pslot, in r5c_finish_stripe_write_out()
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4session.c | 357 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.3-rc2/lib/ |
A D | maple_tree.c | 1648 unsigned char pslot; in mas_update_gap() local 1660 pslot = mte_parent_slot(mas->node); in mas_update_gap() 1662 mas_parent_enum(mas, mas->node))[pslot]; in mas_update_gap() 1665 mas_parent_gap(mas, pslot, max_gap); in mas_update_gap() 5173 unsigned char pslot = mte_parent_slot(mas->node); in mas_fill_gap() local 5194 mas->max = mas_safe_pivot(mas, pivots, pslot, ptype); in mas_fill_gap() 5195 mas->min = mas_safe_min(mas, pivots, pslot); in mas_fill_gap()
|