Searched refs:stable (Results 1 - 20 of 20) sorted by relevance

/linux-master/net/ceph/crush/
H A Dmapper.c444 * @stable: stable mode starts rep=0 in the recursive call for all replicas
462 unsigned int stable,
478 dprintk("CHOOSE%s bucket %d x %d outpos %d numrep %d tries %d recurse_tries %d local_retries %d local_fallback_retries %d parent_r %d stable %d\n",
482 parent_r, stable);
484 for (rep = stable ? 0 : outpos; rep < numrep && count > 0 ; rep++) {
566 x, stable ? 1 : outpos+1, 0,
573 stable,
640 * crush_choose_indep: alternative breadth-first positionally stable mapping
928 int stable local
449 crush_choose_firstn(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, unsigned int stable, int *out2, int parent_r, const struct crush_choose_arg *choose_args) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dkvmclock.c94 static inline void kvm_sched_clock_init(bool stable) argument
96 if (!stable)
/linux-master/fs/nfsd/
H A Dvfs.h123 int stable, __be32 *verf);
127 int stable, __be32 *verf);
H A Dxdr3.h41 int stable; member in struct:nfsd3_writeargs
H A Dvfs.c358 * Commit metadata changes to stable storage.
1152 unsigned long *cnt, int stable,
1192 stable = NFS_UNSTABLE;
1194 if (stable && !use_wgather)
1213 if (stable && use_wgather) {
1297 * The stable flag requests synchronous writes.
1302 struct kvec *vec, int vlen, unsigned long *cnt, int stable,
1315 vlen, cnt, stable, verf);
1323 * nfsd_commit - Commit pending writes to stable storage
1150 nfsd_vfs_write(struct svc_rqst *rqstp, struct svc_fh *fhp, struct nfsd_file *nf, loff_t offset, struct kvec *vec, int vlen, unsigned long *cnt, int stable, __be32 *verf) argument
1301 nfsd_write(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t offset, struct kvec *vec, int vlen, unsigned long *cnt, int stable, __be32 *verf) argument
H A Dnfs3proc.c200 argp->stable ? " stable" : "");
208 resp->committed = argp->stable;
753 * Commit a file (range) to stable storage.
H A Dnfs3xdr.c557 if (xdr_stream_decode_u32(xdr, &args->stable) < 0)
/linux-master/fs/nfs/
H A Dnfstrace.h1309 __field(unsigned long, stable)
1320 __entry->stable = hdr->args.stable;
1328 "offset=%lld count=%u stable=%s",
1333 show_nfs_stable_how(__entry->stable)
1353 __field(unsigned long, stable)
1368 __entry->stable = verf->committed;
1379 "offset=%lld count=%u res=%u stable=%s "
1386 show_nfs_stable_how(__entry->stable),
1494 __field(unsigned long, stable)
[all...]
H A Dwrite.c1559 if (committed < hdr->args.stable) {
1561 * commit data to stable storage even though we
1573 " (committed = %d) != (stable = %d)\n",
1575 committed, hdr->args.stable);
1624 /* Was this an NFSv2 write or an NFSv3 stable write? */
1632 /* Resend as a stable write in order to avoid
1635 argp->stable = NFS_FILE_SYNC;
H A Dnfs4_fs.h418 hdr->args.stable = NFS_FILE_SYNC;
H A Dpagelist.c814 hdr->args.stable = NFS_UNSTABLE;
823 hdr->args.stable = NFS_FILE_SYNC;
H A Dproc.c641 /* Note: NFSv2 ignores @stable and always uses NFS_FILE_SYNC */
642 hdr->args.stable = NFS_FILE_SYNC;
H A Dnfs3xdr.c967 * stable_how stable;
981 *p++ = cpu_to_be32(args->stable);
H A Dnfs4xdr.c1773 *p++ = cpu_to_be32(args->stable);
/linux-master/drivers/tty/serial/
H A Dmax310x.c619 bool stable = false; local
627 stable = true;
628 } while (!stable && (++try < MAX310X_XTAL_WAIT_RETRIES));
630 if (!stable)
632 "clock is not stable\n");
/linux-master/scripts/
H A Dget_abi.pl1066 Search for all stable symbols with the word "usb":
1070 $ scripts/get_abi.pl search usb --dir Documentation/ABI/stable
H A Dcheckpatch.pl3104 # stable@vger.kernel.org or stable@kernel.org shouldn't
3107 if ($email =~ /^.*stable\@(?:vger\.)?kernel\.org/i) {
3125 "Invalid email format for stable: '$email', prefer '$new_email'\n" . $herecurr) &&
/linux-master/include/linux/
H A Dnfs_xdr.h659 enum nfs3_stable_how stable; /* used by write */ member in struct:nfs_pgio_args::__anon863::__anon864
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h1888 __le32 stable; // Not used member in struct:aac_write
/linux-master/arch/x86/kvm/
H A Dx86.c2976 * Assuming a stable TSC across physical CPUS, and a stable TSC
3027 * If the host uses TSC clock, then passthrough TSC as stable
3240 * If the host uses TSC clock, then passthrough TSC as stable
3305 /* If the host uses TSC clocksource, then it is stable */
12401 bool stable, backwards_tsc = false; local
12414 stable = !kvm_check_tsc_unstable();
12417 if (!stable && vcpu->cpu == smp_processor_id())
12419 if (stable && vcpu->arch.last_host_tsc > local_tsc) {

Completed in 617 milliseconds