/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_cmd.c | 241 u16 assigned; member 264 for (i = 0; i < sccb->assigned; i++) { in sclp_attach_storage() 425 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 439 if (assigned && incr->rn > rn) in insert_increment() 441 if (!assigned && incr->rn - last_rn > 1) in insert_increment() 446 if (!assigned) in insert_increment() 478 int i, id, assigned, rc; in sclp_detect_standby_memory() local 488 assigned = 0; in sclp_detect_standby_memory() 498 for (i = 0; i < sccb->assigned; i++) { in sclp_detect_standby_memory() 501 assigned in sclp_detect_standby_memory() [all...] |
H A D | sclp_early_core.c | 328 for (sn = 0; sn < sccb->assigned; sn++) { in sclp_early_read_storage_info()
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_cmd.c | 242 u16 assigned; member 265 for (i = 0; i < sccb->assigned; i++) { in sclp_attach_storage() 420 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment() argument 434 if (assigned && incr->rn > rn) in insert_increment() 436 if (!assigned && incr->rn - last_rn > 1) in insert_increment() 441 if (!assigned) in insert_increment() 453 int i, id, assigned, rc; in sclp_detect_standby_memory() local 463 assigned = 0; in sclp_detect_standby_memory() 473 for (i = 0; i < sccb->assigned; i++) { in sclp_detect_standby_memory() 476 assigned in sclp_detect_standby_memory() [all...] |
H A D | sclp_early_core.c | 368 for (sn = 0; sn < sccb->assigned; sn++) { in sclp_early_read_storage_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_smp.c | 189 state->assigned |= (1 << pipe); in mdp5_smp_assign() 219 u32 cid, mdp5_smp_state_t *assigned) in update_smp_state() 225 for_each_set_bit(blk, *assigned, cnt) { in update_smp_state() 292 for_each_set_bit(pipe, &state->assigned, sizeof(state->assigned) * 8) { in mdp5_smp_prepare_commit() 311 state->assigned = 0; in mdp5_smp_prepare_commit() 218 update_smp_state(struct mdp5_smp *smp, u32 cid, mdp5_smp_state_t *assigned) update_smp_state() argument
|
H A D | mdp5_smp.h | 40 * for the newly assigned pipes, so we don't take away blocks 41 * assigned to pipes that are still scanning out 53 /* assigned pipes (hw updated at _prepare_commit()): */ 54 unsigned long assigned; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_smp.c | 189 state->assigned |= (1 << pipe); in mdp5_smp_assign() 219 u32 cid, mdp5_smp_state_t *assigned) in update_smp_state() 225 for_each_set_bit(blk, *assigned, cnt) { in update_smp_state() 292 for_each_set_bit(pipe, &state->assigned, sizeof(state->assigned) * 8) { in mdp5_smp_prepare_commit() 311 state->assigned = 0; in mdp5_smp_prepare_commit() 218 update_smp_state(struct mdp5_smp *smp, u32 cid, mdp5_smp_state_t *assigned) update_smp_state() argument
|
H A D | mdp5_smp.h | 40 * for the newly assigned pipes, so we don't take away blocks 41 * assigned to pipes that are still scanning out 53 /* assigned pipes (hw updated at _prepare_commit()): */ 54 unsigned long assigned; member
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | bus.c | 99 *bus->assigned = ~GENMASK(SDW_BROADCAST_DEV_NUM, SDW_ENUM_DEV_NUM); in sdw_bus_master_add() 102 set_bit(SDW_ENUM_DEV_NUM, bus->assigned); in sdw_bus_master_add() 103 set_bit(SDW_BROADCAST_DEV_NUM, bus->assigned); in sdw_bus_master_add() 106 set_bit(SDW_GROUP12_DEV_NUM, bus->assigned); in sdw_bus_master_add() 107 set_bit(SDW_GROUP13_DEV_NUM, bus->assigned); in sdw_bus_master_add() 108 set_bit(SDW_MASTER_DEV_NUM, bus->assigned); in sdw_bus_master_add() 159 if (slave->dev_num) /* clear dev_num if assigned */ in sdw_delete_slave() 160 clear_bit(slave->dev_num, bus->assigned); in sdw_delete_slave() 621 bit = find_first_zero_bit(slave->bus->assigned, SDW_MAX_DEVICES); in sdw_get_device_num() 631 set_bit(bit, slave->bus->assigned); in sdw_get_device_num() [all...] |
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | bus.c | 113 *bus->assigned = ~GENMASK(SDW_BROADCAST_DEV_NUM, SDW_ENUM_DEV_NUM); in sdw_bus_master_add() 116 set_bit(SDW_ENUM_DEV_NUM, bus->assigned); in sdw_bus_master_add() 117 set_bit(SDW_BROADCAST_DEV_NUM, bus->assigned); in sdw_bus_master_add() 120 set_bit(SDW_GROUP12_DEV_NUM, bus->assigned); in sdw_bus_master_add() 121 set_bit(SDW_GROUP13_DEV_NUM, bus->assigned); in sdw_bus_master_add() 122 set_bit(SDW_MASTER_DEV_NUM, bus->assigned); in sdw_bus_master_add() 177 if (slave->dev_num) { /* clear dev_num if assigned */ in sdw_delete_slave() 178 clear_bit(slave->dev_num, bus->assigned); in sdw_delete_slave() 732 bit = find_first_zero_bit(bus->assigned, SDW_MAX_DEVICES); in sdw_get_device_num() 743 set_bit(bit, bus->assigned); in sdw_get_device_num() [all...] |
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_dma.c | 63 bool assigned; member 387 if (dma->assigned) { in fsl_dma_open() 388 dev_err(dev, "dma channel already assigned\n"); in fsl_dma_open() 420 dma->assigned = true; in fsl_dma_open() 789 dma->assigned = false; in fsl_dma_close()
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | mixer_oss.c | 512 const struct snd_mixer_oss_assign_table *assigned; member 959 if (p->allocated && p->assigned) { in snd_mixer_oss_slot_free() 960 kfree_const(p->assigned->name); in snd_mixer_oss_slot_free() 961 kfree_const(p->assigned); in snd_mixer_oss_slot_free() 1053 /* check if already assigned */ in snd_mixer_oss_build_input() 1107 pslot->assigned = ptr; in snd_mixer_oss_build_input() 1181 if (p && p->assigned) in snd_mixer_oss_proc_read() 1183 p->assigned->name, in snd_mixer_oss_proc_read() 1184 p->assigned->index); in snd_mixer_oss_proc_read() 1228 if (slot && slot->assigned in snd_mixer_oss_proc_write() [all...] |
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | mixer_oss.c | 512 const struct snd_mixer_oss_assign_table *assigned; member 969 if (p->allocated && p->assigned) { in snd_mixer_oss_slot_free() 970 kfree_const(p->assigned->name); in snd_mixer_oss_slot_free() 971 kfree_const(p->assigned); in snd_mixer_oss_slot_free() 1063 /* check if already assigned */ in snd_mixer_oss_build_input() 1120 pslot->assigned = ptr; in snd_mixer_oss_build_input() 1194 if (p && p->assigned) in snd_mixer_oss_proc_read() 1196 p->assigned->name, in snd_mixer_oss_proc_read() 1197 p->assigned->index); in snd_mixer_oss_proc_read() 1241 if (slot && slot->assigned in snd_mixer_oss_proc_write() [all...] |
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_dma.c | 63 bool assigned; member 413 if (dma->assigned) { in fsl_dma_open() 414 dev_err(dev, "dma channel already assigned\n"); in fsl_dma_open() 446 dma->assigned = true; in fsl_dma_open() 816 dma->assigned = false; in fsl_dma_close()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 93 int cpu, assigned = 0; in siw_create_tx_threads() local 110 assigned++; in siw_create_tx_threads() 112 return assigned; in siw_create_tx_threads()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bond_alb.h | 70 u32 next; /* The next Hash table entry index, assigned 74 * assigned to use the same 109 u8 assigned; /* checking whether this entry is assigned */ member 111 struct slave *slave; /* the slave assigned to this client */ 118 * are the entries that were assigned to use this 122 * assigned to it
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bond_alb.h | 70 u32 next; /* The next Hash table entry index, assigned 74 * assigned to use the same 109 u8 assigned; /* checking whether this entry is assigned */ member 111 struct slave *slave; /* the slave assigned to this client */ 118 * are the entries that were assigned to use this 122 * assigned to it
|
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 328 * The first kthread assigned to a newly activated partition is the one 337 * channels has the required number of assigned kthreads to get the work done. 527 * infrastructure will remain assigned to the partition becoming the channel 614 int assigned = atomic_read(&ch->kthreads_assigned); in xpc_activate_kthreads() local 633 if (needed + assigned > ch->kthreads_assigned_limit) { in xpc_activate_kthreads() 634 needed = ch->kthreads_assigned_limit - assigned; in xpc_activate_kthreads() 762 * a minimum of one kernel thread assigned to perform any operation that 769 * A kthread is assigned to one of the active channels that exists for a given 792 /* kthreads assigned had gone to zero */ in xpc_create_kthreads() 816 * then we'll deadlock if all other kthreads assigned in xpc_create_kthreads() [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 319 * The first kthread assigned to a newly activated partition is the one 328 * channels has the required number of assigned kthreads to get the work done. 518 * infrastructure will remain assigned to the partition becoming the channel 605 int assigned = atomic_read(&ch->kthreads_assigned); in xpc_activate_kthreads() local 624 if (needed + assigned > ch->kthreads_assigned_limit) { in xpc_activate_kthreads() 625 needed = ch->kthreads_assigned_limit - assigned; in xpc_activate_kthreads() 753 * a minimum of one kernel thread assigned to perform any operation that 760 * A kthread is assigned to one of the active channels that exists for a given 783 /* kthreads assigned had gone to zero */ in xpc_create_kthreads() 807 * then we'll deadlock if all other kthreads assigned in xpc_create_kthreads() [all...] |
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_alb.c | 258 if ((client_info->assigned) && in rlb_update_entry_from_arp() 485 /* The slave was assigned a new mac address - update the clients */ 535 /* update all clients using this src_ip, that are not assigned in rlb_req_update_subnet_clients() 567 if (client_info->assigned) { in rlb_choose_channel() 570 /* the entry is already assigned to this client */ in rlb_choose_channel() 583 /* the entry is already assigned to some other client, in rlb_choose_channel() 585 * that the new client can be assigned to this entry. in rlb_choose_channel() 598 if (!(client_info->assigned && in rlb_choose_channel() 629 if (!client_info->assigned) { in rlb_choose_channel() 637 client_info->assigned in rlb_choose_channel() [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_alb.c | 259 if ((client_info->assigned) && in rlb_update_entry_from_arp() 487 /* The slave was assigned a new mac address - update the clients */ 537 /* update all clients using this src_ip, that are not assigned in rlb_req_update_subnet_clients() 569 if (client_info->assigned) { in rlb_choose_channel() 572 /* the entry is already assigned to this client */ in rlb_choose_channel() 585 /* the entry is already assigned to some other client, in rlb_choose_channel() 587 * that the new client can be assigned to this entry. in rlb_choose_channel() 600 if (!(client_info->assigned && in rlb_choose_channel() 631 if (!client_info->assigned) { in rlb_choose_channel() 640 client_info->assigned in rlb_choose_channel() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_hdmi.c | 52 int assigned; member 146 /* pcm_bitmap means which pcms have been assigned to pins*/ 233 /* obtain hdmi_pcm object assigned to idx */ 235 /* obtain hda_pcm object assigned to idx */ 1006 /* Must not already be assigned */ in hdmi_choose_cvt() 1007 if (per_cvt->assigned) in hdmi_choose_cvt() 1070 * So this function assures that an assigned converter for a pin is not selected 1134 if (!per_cvt->assigned) { in intel_not_share_assigned_cvt() 1176 /* called in hdmi_pcm_open when no pin is assigned to the PCM 1198 per_cvt->assigned in hdmi_pcm_open_no_pin() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 272 * active/assigned channel contexts if in ath_chanctx_check_active() 297 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_check_active() 753 if (sc->cur_chan->assigned) { in ath_chanctx_event() 754 if (sc->next_chan && !sc->next_chan->assigned && in ath_chanctx_event() 762 if (!ctx->assigned) in ath_chanctx_event() 867 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_get_oper_chan()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | channel.c | 272 * active/assigned channel contexts if in ath_chanctx_check_active() 297 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_check_active() 753 if (sc->cur_chan->assigned) { in ath_chanctx_event() 754 if (sc->next_chan && !sc->next_chan->assigned && in ath_chanctx_event() 762 if (!ctx->assigned) in ath_chanctx_event() 867 if (!ctx->assigned || list_empty(&ctx->vifs)) in ath_chanctx_get_oper_chan()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_hdmi.c | 56 bool assigned; /* the stream has been assigned */ member 84 int prev_pcm_idx; /* previously assigned pcm index */ 158 /* pcm_bitmap means which pcms have been assigned to pins*/ 246 /* obtain hdmi_pcm object assigned to idx */ 248 /* obtain hda_pcm object assigned to idx */ 1010 if (per_cvt->assigned && !silent) in hdmi_choose_cvt() 1021 /* Must not already be assigned */ in hdmi_choose_cvt() 1022 if (per_cvt->assigned || per_cvt->silent_stream) in hdmi_choose_cvt() 1085 * So this function assures that an assigned converte [all...] |