Searched refs:set (Results 476 - 500 of 2146) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/md/bcache/
H A Dbset.h68 * into the last (unwritten) set, most of the keys within a given btree node are
73 * set; they index one key every BSET_CACHELINE bytes, and then a linear search
89 * (we don't want to fetch the key from the set, that would defeat the purpose),
93 * search tree corresponds to precisely BSET_CACHELINE bytes in the set. We have
138 * don't want to be constantly rebuilding the search tree for the last set
139 * whenever we insert another key into it. For the unwritten set, we use a much
141 * corresponds to the i range of BSET_CACHELINE bytes in the set. Indexing
171 /* copy of the last key in the set */
185 /* The actual btree node, with pointers to each sorted set */
227 * set[
231 struct bset_tree set[MAX_BSETS]; member in struct:btree_keys
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c138 if (!src || !src->funcs->set || !src->num_types)
142 r = src->funcs->set(adev, src, k,
541 r = src->funcs->set(adev, src, type, state);
568 if (!src || !src->funcs || !src->funcs->set)
597 if (!src->enabled_types || !src->funcs->set)
627 if (!src->enabled_types || !src->funcs->set)
661 if (!src->enabled_types || !src->funcs->set)
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S42 mov r9, #0x1 @ set up for L1 voltage call
77 str r1, [r11] @ set value DLLB_CTRL
80 /* set up for return, DDR should be good */
102 str r5, [r4] @ set up for change.
146 movne r9, #0x0 @ if up set flag up for pre up, hi volt
160 str r3, [r4] @ set new state (pll/x, x=1 or 2)
168 str r5, [r6] @ set new RFR_1 value
170 str r5, [r6] @ set RFR_2
197 str r8, [r10] @ set up for change.
252 /* set ne
[all...]
H A Dsram243x.S42 mov r9, #0x1 @ set up for L1 voltage call
77 str r1, [r11] @ set value DLLB_CTRL
80 /* set up for return, DDR should be good */
102 str r5, [r4] @ set up for change.
146 movne r9, #0x0 @ if up set flag up for pre up, hi volt
160 str r3, [r4] @ set new state (pll/x, x=1 or 2)
168 str r5, [r6] @ set new RFR_1 value
170 str r5, [r6] @ set RFR_2
197 str r8, [r10] @ set up for change.
252 /* set ne
[all...]
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c239 void b43_radio_set(struct b43_wldev *dev, u16 offset, u16 set) argument
242 b43_radio_read16(dev, offset) | set);
245 void b43_radio_maskset(struct b43_wldev *dev, u16 offset, u16 mask, u16 set) argument
248 (b43_radio_read16(dev, offset) & mask) | set);
310 void b43_phy_set(struct b43_wldev *dev, u16 offset, u16 set) argument
314 dev->phy.ops->phy_maskset(dev, offset, 0xFFFF, set);
317 b43_phy_read(dev, offset) | set);
321 void b43_phy_maskset(struct b43_wldev *dev, u16 offset, u16 mask, u16 set) argument
325 dev->phy.ops->phy_maskset(dev, offset, mask, set);
328 (b43_phy_read(dev, offset) & mask) | set);
[all...]
/linux-master/drivers/watchdog/
H A DiTCO_wdt.c107 int (*update_no_reboot_bit)(void *p, bool set);
172 static int update_no_reboot_bit_def(void *priv, bool set) argument
177 static int update_no_reboot_bit_pci(void *priv, bool set) argument
183 if (set)
197 static int update_no_reboot_bit_mem(void *priv, bool set) argument
203 if (set)
217 static int update_no_reboot_bit_cnt(void *priv, bool set) argument
223 if (set)
234 static int update_no_reboot_bit_pmc(void *priv, bool set) argument
238 u32 value = set
[all...]
/linux-master/block/
H A Dblk-mq-tag.c271 struct blk_mq_tag_set *set = q->tag_set; local
276 if (blk_mq_is_shared_tags(set->flags))
277 tags = set->shared_tags;
285 * test and set the bit before assigning ->rqs[].
351 * test and set the bit before assigning ->rqs[].
424 * blk_mq_tagset_busy_iter - iterate over all started requests in a tag set
425 * @tagset: Tag set to iterate over.
464 * @tagset: Tag set to drain completed request
493 * called for all requests on all queues that share that tag set and not only
612 * a new set o
615 struct blk_mq_tag_set *set = hctx->queue->tag_set; local
653 blk_mq_tag_resize_shared_tags(struct blk_mq_tag_set *set, unsigned int size) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dwof.S31 * after they have been set, until you are ready to return
40 #define curptr g6 /* Gets set to 'current' then stays G */
68 * be set in to mask. If no user windows are active, the bitmask
89 /* The trap entry point has set the condition codes
99 /* See if any user windows are active in the set. */
101 orcc %g0, %twin_tmp, %g0 ! check for set bits
111 wr %glob_tmp, 0x0, %wim ! set new %wim, this is safe now
137 * %glob_tmp. We cannot set the new %wim first because we
148 wr %glob_tmp, 0x0, %wim ! Now it is safe to set new %wim
342 LEON_PI(sta %glob_tmp, [%g0] ASI_LEON_MMUREGS) ! set i
[all...]
/linux-master/drivers/usb/roles/
H A Dclass.c33 usb_role_switch_set_t set; member in struct:usb_role_switch
85 ret = sw->set(sw, role);
102 * value of the last set role, or reads back the actual value from the hardware.
360 if (!desc || !desc->set)
373 sw->set = desc->set;
/linux-master/arch/riscv/kernel/
H A Dptrace.c162 .set = riscv_gpr_set,
171 .set = riscv_fpr_set,
182 .set = riscv_vr_set,
346 .set = compat_riscv_gpr_set,
355 .set = riscv_fpr_set,
/linux-master/arch/mips/kernel/
H A Docteon_switch.S25 .set arch=octeon
45 .set noreorder
54 .set reorder
95 .set push
96 .set noreorder
107 /* Skip next instructions if CvmCtl[NODFA_CP2] set */
116 1: bbit1 t9, 26, 3f /* done if CvmCtl[NOCRYPTO] set */
247 3: /* pass 1 or CvmCtl[NOCRYPTO] set */
251 .set pop
257 .set pus
[all...]
/linux-master/kernel/
H A Dparams.c140 params[i].ops->set);
143 err = params[i].ops->set(val, &params[i]);
226 .set = param_set_##name, \
303 .set = param_set_charp,
312 /* No equals means "set"... */
329 .set = param_set_bool,
347 /* Don't let them unset it once it's set! */
360 .set = param_set_bool_enable_only,
387 .set = param_set_invbool,
410 .set
[all...]
/linux-master/kernel/sched/
H A Dpsi.c768 unsigned int clear, unsigned int set, u64 now,
780 * change requested through the @clear and @set bits.
792 * the state mask. Clear, set, or carry the current state if
798 } else if (unlikely(set & TSK_ONCPU)) {
800 set &= ~TSK_ONCPU;
815 printk_deferred(KERN_ERR "psi: task underflow! cpu=%d t=%d tasks=[%u %u %u %u] clear=%x set=%x\n",
818 groupc->tasks[3], clear, set);
823 for (t = 0; set; set &= ~(1 << t), t++)
824 if (set
767 psi_group_change(struct psi_group *group, int cpu, unsigned int clear, unsigned int set, u64 now, bool wake_clock) argument
882 psi_flags_change(struct task_struct *task, int clear, int set) argument
897 psi_task_change(struct task_struct *task, int clear, int set) argument
943 int clear = TSK_ONCPU, set = 0; local
[all...]
/linux-master/fs/btrfs/
H A Dsysfs.c122 enum btrfs_feature_set set)
125 if (set == FEAT_COMPAT)
127 else if (set == FEAT_COMPAT_RO)
134 enum btrfs_feature_set set, u64 features)
137 if (set == FEAT_COMPAT)
139 else if (set == FEAT_COMPAT_RO)
148 u64 set, clear; local
151 set = BTRFS_FEATURE_COMPAT_SAFE_SET;
155 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET;
159 set
121 get_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set) argument
133 set_features(struct btrfs_fs_info *fs_info, enum btrfs_feature_set set, u64 features) argument
198 u64 features, set, clear; local
1431 int set; local
1555 btrfs_feature_set_name(enum btrfs_feature_set set) argument
1560 btrfs_printable_features(enum btrfs_feature_set set, u64 flags) argument
1588 int set, i; local
[all...]
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S63 | in an inex2 exception. If so, set inex1 in the fpsr and
64 | check if the inex1 exception is enabled. If so, set d7 upper
105 .set FNIBS,7
106 .set FSTRT,0
108 .set ESTRT,4
109 .set EDIGITS,2 |
116 .set TEN,10
164 negl %d1 |now negative, make pos and set SE
165 orl #0x40000000,%d4 |set SE in d4,
217 | to initialize the digit offset, and set d
[all...]
H A Dutil.S98 | precision instruction, the rounding precision is then set to the force
143 movel #0x00000001,%d0 |set single
146 movel #0x00000002,%d0 |set double
152 bfextu FPCR_MODE(%a6){#0:#2},%d0 |set round precision
183 bfextu FPCR_MODE(%a6){#2:#2},%d1 |set round mode
194 bra set_sign |now go set the sign
197 bra set_sign |now go set the sign
228 bra set_sign |now go set the sign
413 | Get rounding precision set in FPCR{7:6}.
424 beqs opc_1b |if set, g
[all...]
/linux-master/arch/s390/boot/
H A Dhead.S38 mvi __LC_AR_MODE_ID,1 # set esame flag
39 slr %r0,%r0 # set cpuid to zero
70 jz .Lagain1 # skip data set trailer
110 tm 31(%r5),0xff # bits is set in the schib
129 larl %r13,.Lnewpswmask # set up IO interrupt psw
237 mvi __LC_AR_MODE_ID,1 # set esame flag
238 slr %r0,%r0 # set cpuid to zero
297 # and until early_pgm_check_handler is set in kernel/early.c
311 oi __LC_RETURN_PSW+1,0x2 # set wait state bit
/linux-master/arch/parisc/kernel/
H A Dsignal.c80 sigset_t set; local
103 if (get_compat_sigset(&set, &compat_frame->uc.uc_sigmask))
108 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
112 set_current_blocked(&set);
213 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs, argument
255 err |= put_compat_sigset(&compat_frame->uc.uc_sigmask, set,
268 err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set));
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py44 self.skiplist = set()
56 self.ignoremetrics = set()
63 self.pctgmetrics = set() # Percentage rule
72 return set(metrics.split(","))
74 return set()
398 collectlist[0] = set(list(self.metrics))
399 # Create metric set for relationship rules
405 ",".join(list(set(metrics)))]
475 self.skiplist = set([name.lower() for name in data['SkipList']])
516 self.ignoremetrics = set()
[all...]
/linux-master/drivers/bluetooth/
H A Dhci_ldisc.c313 unsigned int set = 0; local
335 set &= ~(TIOCM_OUT2 | TIOCM_RTS);
336 clear = ~set;
337 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 |
341 status = tty->driver->ops->tiocmset(tty, set, clear);
348 set |= (TIOCM_OUT2 | TIOCM_RTS);
349 clear = ~set;
350 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 |
354 status = tty->driver->ops->tiocmset(tty, set, clear);
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h55 * We are about to set CPTR_EL2.TFP to trap all floating point
59 * we set FPEXC.EN to prevent traps to EL1, when setting the TFP bit.
69 #define compute_clr_set(vcpu, reg, clr, set) \
73 set |= hfg & __ ## reg ## _MASK; \
102 #define compute_undef_clr_set(vcpu, kvm, reg, clr, set) \
105 set |= hfg & __ ## reg ## _MASK; \
109 #define update_fgt_traps_cs(hctxt, vcpu, kvm, reg, clr, set) \
119 s |= set; \
236 u64 clr = 0, set = 0; local
238 compute_clr_set(vcpu, HCRX_EL2, clr, set);
[all...]
/linux-master/arch/m68k/kernel/
H A Dsignal.c26 * If a second signal with SA_ONSTACK set arrives while working on a sigstack,
202 * set format byte to make stack appear modulo 4, which it will
255 static unsigned char fpu_version; /* version number of fpu, set by setup_frame */
762 sigset_t set; local
767 if (__get_user(set.sig[0], &frame->sc.sc_mask) ||
769 __copy_from_user(&set.sig[1], &frame->extramask,
773 set_current_blocked(&set);
789 sigset_t set; local
794 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
876 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
949 setup_rt_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) argument
[all...]
/linux-master/drivers/net/phy/
H A Dmdio_bus.c457 * found, set the of_node pointer for the mdio device. This allows
561 * in the bus node, and set the of_node pointer in this case.
720 * If the bus was set to unregistered, it means that the bus was
726 /* We need to set state to MDIOBUS_UNREGISTERED to correctly release
939 * @set: bit mask of bits to set
947 u16 mask, u16 set)
955 new = (ret & ~mask) | set;
1032 * @set: bit mask of bits to set
946 __mdiobus_modify_changed(struct mii_bus *bus, int addr, u32 regnum, u16 mask, u16 set) argument
1039 __mdiobus_c45_modify_changed(struct mii_bus *bus, int addr, int devad, u32 regnum, u16 mask, u16 set) argument
1266 __mdiobus_modify(struct mii_bus *bus, int addr, u32 regnum, u16 mask, u16 set) argument
1286 mdiobus_modify(struct mii_bus *bus, int addr, u32 regnum, u16 mask, u16 set) argument
1308 mdiobus_c45_modify(struct mii_bus *bus, int addr, int devad, u32 regnum, u16 mask, u16 set) argument
1331 mdiobus_modify_changed(struct mii_bus *bus, int addr, u32 regnum, u16 mask, u16 set) argument
1354 mdiobus_c45_modify_changed(struct mii_bus *bus, int addr, int devad, u32 regnum, u16 mask, u16 set) argument
[all...]
/linux-master/net/sched/
H A Dsch_gred.c156 /* Local per-vq flags couldn't have been set unless global are 0 */
328 opt->set.grio_on = gred_rio_mode(table);
329 opt->set.wred_on = gred_wred_mode(table);
330 opt->set.dp_cnt = table->DPs;
331 opt->set.dp_def = table->def;
338 opt->set.tab[i].present = true;
339 opt->set.tab[i].limit = q->limit;
340 opt->set.tab[i].prio = q->prio;
341 opt->set.tab[i].min = q->parms.qth_min >> q->parms.Wlog;
342 opt->set
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c163 /* tx_buffer must be completely set up in the transmit path */
209 /* if not set, then don't free */
262 /* clean-up will only set page pointer to NULL */
297 /* if not set, then don't free */
636 * @set: whether to set or clear
644 u32 vid, u8 vsi, bool set)
659 request->set = set;
676 * @set
643 fm10k_queue_vlan_request(struct fm10k_intfc *interface, u32 vid, u8 vsi, bool set) argument
682 fm10k_queue_mac_request(struct fm10k_intfc *interface, u16 glort, const unsigned char *addr, u16 vid, bool set) argument
759 bool set = !!(vid / VLAN_N_VID); local
779 bool set = !!(vid / VLAN_N_VID); local
793 fm10k_update_vid(struct net_device *netdev, u16 vid, bool set) argument
[all...]

Completed in 491 milliseconds

<<11121314151617181920>>