Searched refs:assigned (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/arch/x86/kernel/cpu/
H A Dtopology.c55 * Keep track of assigned, disabled and rejected CPUs. Present assigned
254 * Separate so CPU #0 can be assigned
415 unsigned int assigned = topo_info.nr_assigned_cpus; local
418 unsigned int total = assigned + disabled;
433 if (WARN_ON_ONCE(assigned > nr_cpu_ids)) {
434 disabled += assigned - nr_cpu_ids;
435 assigned = nr_cpu_ids;
443 assigned = min_t(unsigned int, allowed, assigned);
[all...]
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h40 * 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 in struct:mdp5_smp_state
H A Dmdp5_smp.c189 state->assigned |= (1 << pipe);
219 u32 cid, mdp5_smp_state_t *assigned)
225 for_each_set_bit(blk, *assigned, cnt) {
292 for_each_set_bit(pipe, &state->assigned, sizeof(state->assigned) * 8) {
311 state->assigned = 0;
218 update_smp_state(struct mdp5_smp *smp, u32 cid, mdp5_smp_state_t *assigned) argument
/linux-master/drivers/s390/char/
H A Dsclp_cmd.c244 u16 assigned; member in struct:attach_storage_sccb
267 for (i = 0; i < sccb->assigned; i++) {
445 static void __init insert_increment(u16 rn, int standby, int assigned) argument
459 if (assigned && incr->rn > rn)
461 if (!assigned && incr->rn - last_rn > 1)
466 if (!assigned)
478 int i, id, assigned, rc; local
488 assigned = 0;
498 for (i = 0; i < sccb->assigned; i++) {
501 assigned
[all...]
H A Dsclp.h204 u16 assigned; member in struct:read_storage_sccb
H A Dsclp_early_core.c369 for (sn = 0; sn < sccb->assigned; sn++) {
/linux-master/arch/x86/virt/svm/
H A Dsev.c40 u64 assigned : 1, member in struct:rmpentry::__anon11::__anon12
270 int snp_lookup_rmpentry(u64 pfn, bool *assigned, int *level) argument
278 *assigned = !!e->assigned;
302 if (e->assigned) {
309 * If the RMP entry for a particular PFN is not in an assigned state,
311 * entries for other PFNs within the same 2MB region are assigned, since
508 state.assigned = 1;
/linux-master/arch/x86/include/asm/
H A Dsev.h102 u8 assigned; member in struct:rmp_state
265 int snp_lookup_rmpentry(u64 pfn, bool *assigned, int *level);
274 static inline int snp_lookup_rmpentry(u64 pfn, bool *assigned, int *level) { return -ENODEV; } argument
/linux-master/drivers/soundwire/
H A Dbus.c113 *bus->assigned = ~GENMASK(SDW_BROADCAST_DEV_NUM, SDW_ENUM_DEV_NUM);
116 set_bit(SDW_ENUM_DEV_NUM, bus->assigned);
117 set_bit(SDW_BROADCAST_DEV_NUM, bus->assigned);
120 set_bit(SDW_GROUP12_DEV_NUM, bus->assigned);
121 set_bit(SDW_GROUP13_DEV_NUM, bus->assigned);
122 set_bit(SDW_MASTER_DEV_NUM, bus->assigned);
177 if (slave->dev_num) { /* clear dev_num if assigned */
178 clear_bit(slave->dev_num, bus->assigned);
732 bit = find_first_zero_bit(bus->assigned, SDW_MAX_DEVICES);
743 set_bit(bit, bus->assigned);
[all...]
H A Dintel_auxdevice.c181 bit = find_first_zero_bit(slave->bus->assigned, SDW_MAX_DEVICES);
/linux-master/include/net/
H A Dbond_alb.h70 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 in struct:rlb_client_info
111 struct slave *slave; /* the slave assigned to this client */
118 * are the entries that were assigned to use this
122 * assigned to it
/linux-master/sound/soc/fsl/
H A Dfsl_dma.c63 bool assigned; member in struct:dma_object
387 if (dma->assigned) {
388 dev_err(dev, "dma channel already assigned\n");
420 dma->assigned = true;
789 dma->assigned = false;
/linux-master/sound/core/oss/
H A Dmixer_oss.c498 const struct snd_mixer_oss_assign_table *assigned; member in struct:slot
903 if (p->allocated && p->assigned) {
904 kfree_const(p->assigned->name);
905 kfree_const(p->assigned);
997 /* check if already assigned */
1044 pslot->assigned = ptr;
1118 if (p && p->assigned)
1120 p->assigned->name,
1121 p->assigned->index);
1163 if (slot && slot->assigned
[all...]
/linux-master/drivers/net/bonding/
H A Dbond_alb.c259 if ((client_info->assigned) &&
487 /* The slave was assigned a new mac address - update the clients */
537 /* update all clients using this src_ip, that are not assigned
569 if (client_info->assigned) {
572 /* the entry is already assigned to this client */
585 /* the entry is already assigned to some other client,
587 * that the new client can be assigned to this entry.
600 if (!(client_info->assigned &&
631 if (!client_info->assigned) {
640 client_info->assigned
[all...]
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c317 * The first kthread assigned to a newly activated partition is the one
326 * channels has the required number of assigned kthreads to get the work done.
516 * infrastructure will remain assigned to the partition becoming the channel
603 int assigned = atomic_read(&ch->kthreads_assigned); local
622 if (needed + assigned > ch->kthreads_assigned_limit) {
623 needed = ch->kthreads_assigned_limit - assigned;
751 * a minimum of one kernel thread assigned to perform any operation that
758 * A kthread is assigned to one of the active channels that exists for a given
781 /* kthreads assigned had gone to zero */
805 * then we'll deadlock if all other kthreads assigned
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dchannel.c272 * active/assigned channel contexts if
297 if (!ctx->assigned || list_empty(&ctx->vifs))
753 if (sc->cur_chan->assigned) {
754 if (sc->next_chan && !sc->next_chan->assigned &&
762 if (!ctx->assigned)
867 if (!ctx->assigned || list_empty(&ctx->vifs))
H A Dmain.c2553 if (ctx->assigned)
2558 ctx->assigned = true;
2590 ctx->assigned = false;
H A Dath9k.h350 bool assigned; member in struct:ath_chanctx
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c476 * or memory region with assigned kernel buffer
750 * for transmission resolved and assigned to the WQE.
1011 * _before_ it gets assigned to the ORQ. This happens regularly
1015 * RREQ gets assigned to the ORQ _before_ being sent - see
1200 int cpu, assigned = 0; local
1221 assigned++;
1223 return assigned;
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c56 bool assigned; /* the stream has been assigned */ member in struct:hdmi_spec_per_cvt
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)
1021 /* Must not already be assigned */
1022 if (per_cvt->assigned || per_cvt->silent_stream)
1085 * So this function assures that an assigned converte
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c855 /* no dig encoder assigned */
1047 /* no dig encoder assigned */
2060 goto assigned;
2087 goto assigned;
2122 goto assigned;
2137 goto assigned;
2166 assigned:
/linux-master/fs/reiserfs/
H A Ditem_ops.c734 #error Item types must use disk-format assigned values.
/linux-master/include/linux/soundwire/
H A Dsdw.h662 * @dev_num_sticky: one-time static Device Number assigned by Bus
893 * @assigned: Bitmap for Slave device numbers.
926 DECLARE_BITMAP(assigned, SDW_MAX_DEVICES);
/linux-master/tools/testing/ktest/
H A Dktest.pl403 \${THIS_DIR} which is assigned \${PWD} but may be changed later.
410 \${THIS_DIR} which is assigned \${PWD} but may be changed later.
4255 # THIS_DIR is automatically assigned the PWD of the path that generated
/linux-master/drivers/iommu/amd/
H A Dinit.c3816 bool assigned; local
3818 ret = snp_lookup_rmpentry(pfn, &assigned, &level);
3824 if (!assigned) {
3825 pr_warn("IOMMU PFN %lx not assigned in RMP table\n", pfn);

Completed in 276 milliseconds

12