search for: 111,15

Displaying 20 results from an estimated 28 matches for "111,15".

Did you mean: 111,10
2020 Aug 25
0
[RFC nbdkit PATCH 4/5] file: Utilize nbdkit_string_intern
...rn err == ENOTSUP || err == EOPNOTSUPP; } -static void -file_unload (void) -{ - free (filename); - free (directory); -} - /* Called for each key=value passed on the command line. This plugin * only accepts file=<filename> and dir=<dirname>, where exactly * one is required. @@ -111,15 +104,15 @@ file_config (const char *key, const char *value) * existence checks to the last possible moment. */ if (strcmp (key, "file") == 0) { - free (filename); - filename = nbdkit_realpath (value); + CLEANUP_FREE char *tmp = nbdkit_realpath (value); + filename...
2001 Jun 30
0
ogg123 synopsis and man page fixes
...RS @@ -86,6 +86,17 @@ DSP device for soundcard. Defaults to .RE .RE +.IP sun +Sun Audio driver for NetBSD, OpenBSD, and Solaris. +.RS +Options: +.RS +.IP dev +Audio device for soundcard. Defaults to +.B /dev/audio. +.RE +.RE + .IP alsa Advanced Linux Sound Architecture. .RS @@ -100,6 +111,14 @@ Override the default buffer size (in byt .RE .RE +.IP irix +IRIX audio driver. Note that this driver has +.B not +been tested! + +.IP arts +aRts Sound Daemon. + .IP esd Enlightened Sound Daemon. .RS @@ -111,15 +130,19 @@ after a colon, as in "whizbang.com:555". .RE .RE...
2008 Jul 16
2
[PATCH] stopmachine: add stopmachine_timeout v2
.../* Simple state machine */ do { /* Chill out and ensure we re-read stopmachine_state. */ @@ -90,6 +95,7 @@ static int stop_cpu(struct stop_machine_data *smdata) } } while (curstate != STOPMACHINE_EXIT); + atomic_dec(&num_threads); local_irq_enable(); do_exit(0); } @@ -105,6 +111,15 @@ int __stop_machine_run(int (*fn)(void *), void *data, const cpumask_t *cpus) int i, err; struct stop_machine_data active, idle; struct task_struct **threads; + unsigned long limit; + + if (atomic_read(&num_threads)) { + /* + * previous stop_machine was timeout, and still there ar...
2008 Jul 16
2
[PATCH] stopmachine: add stopmachine_timeout v2
.../* Simple state machine */ do { /* Chill out and ensure we re-read stopmachine_state. */ @@ -90,6 +95,7 @@ static int stop_cpu(struct stop_machine_data *smdata) } } while (curstate != STOPMACHINE_EXIT); + atomic_dec(&num_threads); local_irq_enable(); do_exit(0); } @@ -105,6 +111,15 @@ int __stop_machine_run(int (*fn)(void *), void *data, const cpumask_t *cpus) int i, err; struct stop_machine_data active, idle; struct task_struct **threads; + unsigned long limit; + + if (atomic_read(&num_threads)) { + /* + * previous stop_machine was timeout, and still there ar...
2007 Apr 18
1
[PATCH 7/14] i386 / Add some descriptor convenience functions
...ine unsigned long get_desc_limit(struct desc_struct *desc) +{ + unsigned long limit; + limit = (desc->a & 0x0ffff) | (desc->b & 0xf0000); + return limit; +} + extern struct desc_struct cpu_gdt_table[GDT_ENTRIES]; DECLARE_PER_CPU(struct desc_struct, cpu_gdt_table[GDT_ENTRIES]); @@ -111,15 +133,5 @@ put_cpu(); } -static inline unsigned long get_desc_base(unsigned long *desc) -{ - unsigned long base; - base = ((desc[0] >> 16) & 0x0000ffff) | - ((desc[1] << 16) & 0x00ff0000) | - (desc[1] & 0xff000000); - return base; -} - #endif /* !__ASSEMBLY__ */ -...
2007 Apr 18
1
[PATCH 7/14] i386 / Add some descriptor convenience functions
...ine unsigned long get_desc_limit(struct desc_struct *desc) +{ + unsigned long limit; + limit = (desc->a & 0x0ffff) | (desc->b & 0xf0000); + return limit; +} + extern struct desc_struct cpu_gdt_table[GDT_ENTRIES]; DECLARE_PER_CPU(struct desc_struct, cpu_gdt_table[GDT_ENTRIES]); @@ -111,15 +133,5 @@ put_cpu(); } -static inline unsigned long get_desc_base(unsigned long *desc) -{ - unsigned long base; - base = ((desc[0] >> 16) & 0x0000ffff) | - ((desc[1] << 16) & 0x00ff0000) | - (desc[1] & 0xff000000); - return base; -} - #endif /* !__ASSEMBLY__ */ -...
2008 Jul 17
1
[PATCH] stopmachine: add stopmachine_timeout v4
.../* Simple state machine */ do { /* Chill out and ensure we re-read stopmachine_state. */ @@ -90,6 +95,7 @@ static int stop_cpu(struct stop_machine_data *smdata) } } while (curstate != STOPMACHINE_EXIT); + atomic_dec(&num_threads); local_irq_enable(); do_exit(0); } @@ -105,6 +111,15 @@ int __stop_machine_run(int (*fn)(void *), void *data, const cpumask_t *cpus) int i, err; struct stop_machine_data active, idle; struct task_struct **threads; + unsigned long limit; + + if (atomic_read(&num_threads)) { + /* + * previous stop_machine was timeout, and still there ar...
2008 Jul 17
1
[PATCH] stopmachine: add stopmachine_timeout v4
.../* Simple state machine */ do { /* Chill out and ensure we re-read stopmachine_state. */ @@ -90,6 +95,7 @@ static int stop_cpu(struct stop_machine_data *smdata) } } while (curstate != STOPMACHINE_EXIT); + atomic_dec(&num_threads); local_irq_enable(); do_exit(0); } @@ -105,6 +111,15 @@ int __stop_machine_run(int (*fn)(void *), void *data, const cpumask_t *cpus) int i, err; struct stop_machine_data active, idle; struct task_struct **threads; + unsigned long limit; + + if (atomic_read(&num_threads)) { + /* + * previous stop_machine was timeout, and still there ar...
2009 Jun 23
1
[PATCH server] added ovirt-wait4service and invokation in installer to wait for psql/ldap
...+), 5 deletions(-) create mode 100755 scripts/ovirt-wait4service diff --git a/installer/modules/ovirt/manifests/ovirt.pp b/installer/modules/ovirt/manifests/ovirt.pp index d953ebe..f293375 100644 --- a/installer/modules/ovirt/manifests/ovirt.pp +++ b/installer/modules/ovirt/manifests/ovirt.pp @@ -111,9 +111,15 @@ class ovirt::setup { single_exec { "create_ovirtadmin_acct" : command => "/usr/share/ovirt-server/script/grant_admin_privileges ovirtadmin", - require => [Single_Exec[db_migrate],Single_exec[set_ldap_hostname],Single_exec[set_ldap_...
2013 Aug 20
7
[PATCH] btrfs-progs: use btrfs error code for kernel errors
Now with the below kernel patch, the excl operations like dev add/replace/resize and balance returns the btrfs error code defined in btrfs.h, this patch will help btrfs-progs (and thus user) to know the error string on the terminal (instead of /var/log/messages as previously kernel did). This patch depends on the btrfs kernel patch: btrfs: return btrfs error code for dev excl ops err
2015 Feb 10
3
[PATCH 1/3] generator: add a simple HTML escaping function
--- generator/utils.ml | 8 +++++++- generator/utils.mli | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/generator/utils.ml b/generator/utils.ml index b24ba8c..3a62084 100644 --- a/generator/utils.ml +++ b/generator/utils.ml @@ -360,4 +360,10 @@ let args_of_optargs optargs = | OInt64 n -> Int64 n | OString n -> String n | OStringList n ->
2016 May 20
6
[PATCH RFC kernel] balloon: speed up inflating/deflating process
...of balloon pages we've told the Host we're not using. */ unsigned int num_pages; + unsigned long *page_bitmap; + unsigned long start_pfn, end_pfn; + unsigned long bmap_len; /* * The pages we've told the Host we're not using are enqueued * at vb_dev_info->pages list. @@ -111,15 +116,66 @@ static void balloon_ack(struct virtqueue *vq) wake_up(&vb->acked); } +static int balloon_page_bitmap_init(struct virtio_balloon *vb) +{ + unsigned long max_pfn, bmap_bytes; + + max_pfn = get_max_pfn(); + bmap_bytes = ALIGN(max_pfn, BITS_PER_LONG) / BITS_PER_BYTE; + if (!vb...
2016 May 20
6
[PATCH RFC kernel] balloon: speed up inflating/deflating process
...of balloon pages we've told the Host we're not using. */ unsigned int num_pages; + unsigned long *page_bitmap; + unsigned long start_pfn, end_pfn; + unsigned long bmap_len; /* * The pages we've told the Host we're not using are enqueued * at vb_dev_info->pages list. @@ -111,15 +116,66 @@ static void balloon_ack(struct virtqueue *vq) wake_up(&vb->acked); } +static int balloon_page_bitmap_init(struct virtio_balloon *vb) +{ + unsigned long max_pfn, bmap_bytes; + + max_pfn = get_max_pfn(); + bmap_bytes = ALIGN(max_pfn, BITS_PER_LONG) / BITS_PER_BYTE; + if (!vb...
2020 Jun 29
0
[PATCH] drm/nouveau/kms/nvd9-: Fix disabling CRCs alongside OR reprogramming
...truct drm_atomic_state *); +void nv50_crc_atomic_release_notifier_contexts(struct drm_atomic_state *); void nv50_crc_atomic_start_reporting(struct drm_atomic_state *); void nv50_crc_atomic_set(struct nv50_head *, struct nv50_head_atom *); void nv50_crc_atomic_clr(struct nv50_head *); @@ -108,12 +111,15 @@ static inline void nv50_crc_handle_vblank(struct nv50_head *head) { return 0; } static inline int -nv50_crc_atomic_check(struct nv50_head *, struct nv50_head_atom *, - struct nv50_head_atom *) {} +nv50_crc_atomic_check_head(struct nv50_head *, struct nv50_head_atom *, + struct...
2016 May 24
4
[PATCH RFC kernel] balloon: speed up inflating/deflating process
...igned int num_pages; > > + unsigned long *page_bitmap; > > + unsigned long start_pfn, end_pfn; > > + unsigned long bmap_len; > > /* > > * The pages we've told the Host we're not using are enqueued > > * at vb_dev_info->pages list. > > @@ -111,15 +116,66 @@ static void balloon_ack(struct virtqueue *vq) > > wake_up(&vb->acked); > > } > > > > +static int balloon_page_bitmap_init(struct virtio_balloon *vb) { > > + unsigned long max_pfn, bmap_bytes; > > + > > + max_pfn = get_max_pfn(); >...
2016 May 24
4
[PATCH RFC kernel] balloon: speed up inflating/deflating process
...igned int num_pages; > > + unsigned long *page_bitmap; > > + unsigned long start_pfn, end_pfn; > > + unsigned long bmap_len; > > /* > > * The pages we've told the Host we're not using are enqueued > > * at vb_dev_info->pages list. > > @@ -111,15 +116,66 @@ static void balloon_ack(struct virtqueue *vq) > > wake_up(&vb->acked); > > } > > > > +static int balloon_page_bitmap_init(struct virtio_balloon *vb) { > > + unsigned long max_pfn, bmap_bytes; > > + > > + max_pfn = get_max_pfn(); >...
2019 Dec 17
1
[PATCH] drm/nouveau: Add correct turing page kinds
...u102_mmu_kind, .kind_sys = true, }; diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c index 353f10f92b77..0e4b8941da37 100644 --- a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ummu.c @@ -111,15 +111,17 @@ nvkm_ummu_kind(struct nvkm_ummu *ummu, void *argv, u32 argc) } *args = argv; const u8 *kind = NULL; int ret = -ENOSYS, count = 0; + u8 kind_inv = 0; if (mmu->func->kind) - kind = mmu->func->kind(mmu, &count); + kind = mmu->func->kind(mmu, &count,...
2016 May 20
0
[PATCH RFC kernel] balloon: speed up inflating/deflating process
...we're not using. */ > unsigned int num_pages; > + unsigned long *page_bitmap; > + unsigned long start_pfn, end_pfn; > + unsigned long bmap_len; > /* > * The pages we've told the Host we're not using are enqueued > * at vb_dev_info->pages list. > @@ -111,15 +116,66 @@ static void balloon_ack(struct virtqueue *vq) > wake_up(&vb->acked); > } > > +static int balloon_page_bitmap_init(struct virtio_balloon *vb) > +{ > + unsigned long max_pfn, bmap_bytes; > + > + max_pfn = get_max_pfn(); This is racy. max_pfn could be...
2008 Mar 20
0
[RFC/PATCH 08/15] kvm-s390: intercepts for privileged instructions
...0ff]) + return priv_handlers[vcpu->arch.sie_block->ipa & 0x00ff] + (vcpu); + return -ENOTSUPP; +} Index: kvm/include/asm-s390/kvm_host.h =================================================================== --- kvm.orig/include/asm-s390/kvm_host.h +++ kvm/include/asm-s390/kvm_host.h @@ -111,6 +111,15 @@ struct kvm_vcpu_stat { u32 deliver_restart_signal; u32 deliver_program_int; u32 exit_wait_state; + u32 instruction_stidp; + u32 instruction_spx; + u32 instruction_stpx; + u32 instruction_stap; + u32 instruction_storage_key; + u32 instruction_stsch; + u32 instruction_chsc; + u32 i...
2016 May 24
0
[PATCH RFC kernel] balloon: speed up inflating/deflating process
...+ unsigned long *page_bitmap; > > > + unsigned long start_pfn, end_pfn; > > > + unsigned long bmap_len; > > > /* > > > * The pages we've told the Host we're not using are enqueued > > > * at vb_dev_info->pages list. > > > @@ -111,15 +116,66 @@ static void balloon_ack(struct virtqueue *vq) > > > wake_up(&vb->acked); > > > } > > > > > > +static int balloon_page_bitmap_init(struct virtio_balloon *vb) { > > > + unsigned long max_pfn, bmap_bytes; > > > + > > &...