search for: 365,12

Displaying 18 results from an estimated 18 matches for "365,12".

Did you mean: 355,12
2008 Feb 11
1
Histogram in Lattice with 3 factors
...1 "A" 30 9 : : : : : 0.4 1 "A" 30 36 Anyway you get the gist EC_max has two levels 9 and 36, EC has 3 levels 10, 30 and 70, and model has two levels ("A" and "B"). There are say 365 days and s is the variable of interest (soil saturation) Can maybe be reproduced with: data <- data.frame(s = rnorm(2*3*365*2),rep(1:365,12), model = sort(rep(c("A","B"),6*365)), EC = rep(sort(rep(c(10,30,70),365*2)),2), EC_max = rep(sort(rep(c(9,36),3*365)),2))...
2013 Jul 29
0
[PATCH] drm/nouveau: protect vm refcount with mutex
...t; 12; #ifdef NOUVEAU_VM_POISON if (vm->poison) @@ -353,7 +355,7 @@ nouveau_vm_put(struct nouveau_vma *vma) { struct nouveau_vm *vm = vma->vm; struct nouveau_vmmgr *vmm = vm->vmm; - u32 fpde, lpde; + u32 fpde, lpde, ref; if (unlikely(vma->node == NULL)) return; @@ -363,9 +365,12 @@ nouveau_vm_put(struct nouveau_vma *vma) mutex_lock(&nv_subdev(vmm)->mutex); nouveau_vm_unmap_pgt(vm, vma->node->type != vmm->spg_shift, fpde, lpde); nouveau_mm_free(&vm->mm, &vma->node); - mutex_unlock(&nv_subdev(vmm)->mutex); - nouveau_vm_ref(NULL...
2017 Sep 04
0
[PATCH] x86/paravirt: remove no longer used paravirt functions
...d *addr, unsigned entries) { PVOP_VCALL2(pv_cpu_ops.set_ldt, addr, entries); } -static inline void store_idt(struct desc_ptr *dtr) -{ - PVOP_VCALL1(pv_cpu_ops.store_idt, dtr); -} static inline unsigned long paravirt_store_tr(void) { return PVOP_CALL0(unsigned long, pv_cpu_ops.store_tr); @@ -365,12 +356,6 @@ static inline void paravirt_release_p4d(unsigned long pfn) PVOP_VCALL1(pv_mmu_ops.release_p4d, pfn); } -static inline void pte_update(struct mm_struct *mm, unsigned long addr, - pte_t *ptep) -{ - PVOP_VCALL3(pv_mmu_ops.pte_update, mm, addr, ptep); -} - static inline pte_t...
2017 Sep 04
0
[PATCH] x86/paravirt: remove no longer used paravirt functions
...d *addr, unsigned entries) { PVOP_VCALL2(pv_cpu_ops.set_ldt, addr, entries); } -static inline void store_idt(struct desc_ptr *dtr) -{ - PVOP_VCALL1(pv_cpu_ops.store_idt, dtr); -} static inline unsigned long paravirt_store_tr(void) { return PVOP_CALL0(unsigned long, pv_cpu_ops.store_tr); @@ -365,12 +356,6 @@ static inline void paravirt_release_p4d(unsigned long pfn) PVOP_VCALL1(pv_mmu_ops.release_p4d, pfn); } -static inline void pte_update(struct mm_struct *mm, unsigned long addr, - pte_t *ptep) -{ - PVOP_VCALL3(pv_mmu_ops.pte_update, mm, addr, ptep); -} - static inline pte_t...
2009 Aug 13
0
[PATCHv2 3/3] qemu-kvm: vhost-net implementation
...if (vdev->status == 0) virtio_pci_reset(proxy); + if ((val & VIRTIO_CONFIG_S_DRIVER_OK) && vdev->driver_ok) + vdev->driver_ok(vdev); break; case VIRTIO_MSI_CONFIG_VECTOR: msix_vector_unuse(&proxy->pci_dev, vdev->config_vector); @@ -365,12 +369,48 @@ static void virtio_write_config(PCIDevice *pci_dev, uint32_t address, msix_write_config(pci_dev, address, val, len); } +static int virtio_pci_irqfd(void * opaque, uint16_t vector, int fd) +{ + VirtIOPCIProxy *proxy = opaque; + struct kvm_irqfd call = { }; + int r; + +...
2009 Aug 13
0
[PATCHv2 3/3] qemu-kvm: vhost-net implementation
...if (vdev->status == 0) virtio_pci_reset(proxy); + if ((val & VIRTIO_CONFIG_S_DRIVER_OK) && vdev->driver_ok) + vdev->driver_ok(vdev); break; case VIRTIO_MSI_CONFIG_VECTOR: msix_vector_unuse(&proxy->pci_dev, vdev->config_vector); @@ -365,12 +369,48 @@ static void virtio_write_config(PCIDevice *pci_dev, uint32_t address, msix_write_config(pci_dev, address, val, len); } +static int virtio_pci_irqfd(void * opaque, uint16_t vector, int fd) +{ + VirtIOPCIProxy *proxy = opaque; + struct kvm_irqfd call = { }; + int r; + +...
2009 Aug 17
1
[PATCHv3 3/4] qemu-kvm: vhost-net implementation
...if (vdev->status == 0) virtio_pci_reset(proxy); + if ((val & VIRTIO_CONFIG_S_DRIVER_OK) && vdev->driver_ok) + vdev->driver_ok(vdev); break; case VIRTIO_MSI_CONFIG_VECTOR: msix_vector_unuse(&proxy->pci_dev, vdev->config_vector); @@ -365,12 +369,48 @@ static void virtio_write_config(PCIDevice *pci_dev, uint32_t address, msix_write_config(pci_dev, address, val, len); } +static int virtio_pci_irqfd(void * opaque, uint16_t vector, int fd) +{ + VirtIOPCIProxy *proxy = opaque; + struct kvm_irqfd call = { }; + int r; + +...
2009 Aug 17
1
[PATCHv3 3/4] qemu-kvm: vhost-net implementation
...if (vdev->status == 0) virtio_pci_reset(proxy); + if ((val & VIRTIO_CONFIG_S_DRIVER_OK) && vdev->driver_ok) + vdev->driver_ok(vdev); break; case VIRTIO_MSI_CONFIG_VECTOR: msix_vector_unuse(&proxy->pci_dev, vdev->config_vector); @@ -365,12 +369,48 @@ static void virtio_write_config(PCIDevice *pci_dev, uint32_t address, msix_write_config(pci_dev, address, val, len); } +static int virtio_pci_irqfd(void * opaque, uint16_t vector, int fd) +{ + VirtIOPCIProxy *proxy = opaque; + struct kvm_irqfd call = { }; + int r; + +...
2016 Aug 04
2
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...t device *parent, void *devdata, const struct backlight_ops *ops, >> - const struct backlight_properties *props) >> + const struct backlight_properties *props, >> + unsigned long flags) >> { >> struct backlight_device *new_bd; >> int rc; >> @@ -363,10 +365,12 @@ struct backlight_device *backlight_device_register(const char *name, >> return ERR_PTR(rc); >> } >> >> - rc = backlight_register_fb(new_bd); >> - if (rc) { >> - device_unregister(&new_bd->dev); >> - return ERR_PTR(rc); >> + if (f...
2016 Jul 12
0
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...nst char *name, > struct device *parent, void *devdata, const struct backlight_ops *ops, > - const struct backlight_properties *props) > + const struct backlight_properties *props, > + unsigned long flags) > { > struct backlight_device *new_bd; > int rc; > @@ -363,10 +365,12 @@ struct backlight_device *backlight_device_register(const char *name, > return ERR_PTR(rc); > } > > - rc = backlight_register_fb(new_bd); > - if (rc) { > - device_unregister(&new_bd->dev); > - return ERR_PTR(rc); > + if (flags & BACKLIGHT_REGISTER_FB...
2016 Jun 30
6
[PATCH] backlight: Avoid double fbcon backlight handling
...ght_device *backlight_device_register(const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, - const struct backlight_properties *props) + const struct backlight_properties *props, + unsigned long flags) { struct backlight_device *new_bd; int rc; @@ -363,10 +365,12 @@ struct backlight_device *backlight_device_register(const char *name, return ERR_PTR(rc); } - rc = backlight_register_fb(new_bd); - if (rc) { - device_unregister(&new_bd->dev); - return ERR_PTR(rc); + if (flags & BACKLIGHT_REGISTER_FB_CLIENT) { + rc = backlight_register_fb...
2016 Aug 04
1
[Intel-gfx] [PATCH] backlight: Avoid double fbcon backlight handling
...nst struct backlight_ops *ops, > >> - const struct backlight_properties *props) > >> + const struct backlight_properties *props, > >> + unsigned long flags) > >> { > >> struct backlight_device *new_bd; > >> int rc; > >> @@ -363,10 +365,12 @@ struct backlight_device *backlight_device_register(const char *name, > >> return ERR_PTR(rc); > >> } > >> > >> - rc = backlight_register_fb(new_bd); > >> - if (rc) { > >> - device_unregister(&new_bd->dev); > >> - r...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...l_get_property (JSContext * * Returns: the value or JSVAL_VOID if no value was found. **/ jsval -swfdec_js_eval (JSContext *cx, JSObject *obj, const char *str) +swfdec_js_eval (JSContext *cx, JSObject *obj, const char *str, + gboolean ignore_case) { jsval cur; char *work = NULL; @@ -365,12 +364,12 @@ swfdec_js_eval (JSContext *cx, JSObject obj = JSVAL_TO_OBJECT (cur); if (dot) { char *name = g_strndup (str, dot - str); - if (!swfdec_js_eval_get_property (cx, obj, name, initial, &cur)) + if (!swfdec_js_eval_get_property (cx, obj, name, initial, ignor...
2012 Jan 31
26
[PATCH 00/10] FLASK updates: MSI interrupts, cleanups
This patch set adds XSM security labels to useful debugging output locations, and fixes some assumptions that all interrupts behaved like GSI interrupts (which had useful non-dynamic IDs). It also cleans up the policy build process and adds an example of how to use the user field in the security context. Debug output: [PATCH 01/10] xsm: Add security labels to event-channel dump [PATCH 02/10] xsm:
2016 Feb 24
11
[PATCH v3 00/11] nouveau: add secure boot support for dGPU and Tegra
New version of the secure boot code that works with the blobs just merged into linux-firmware. Since the required Mesa patches are also merged, this set is the last piece of the puzzle to get out-of-the-box accelerated Maxwell 2. The basic code remains the same, with a few improvements with respect to how secure falcons are started. Hopefully the patchset is better split too. I have a
2017 Apr 21
0
[PATCH 1/2] generator: Simplify the handling of string parameters.
...added = (1, 17, 31); - style = RString "attrs", [Pathname "file"], []; + style = RString "attrs", [String (Pathname, "file")], []; tests = [ InitScratchFS, Always, TestResultString ( [["touch"; "/e2attrs1"]; @@ -7365,7 +7365,7 @@ Don't confuse these attributes with extended attributes { defaults with name = "set_e2attrs"; added = (1, 17, 31); - style = RErr, [Pathname "file"; String "attrs"], [OBool "clear"]; + style = RErr, [String (Pathname, "fi...
2017 Apr 21
4
[PATCH 0/2] generator: Simplify the handling of string parameters.
Very large but mechanical change to the generator. Rich.
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...])) - return JS_FALSE; + swfdec_js_eval_set (cx, cx->fp->scopeChain, s, cx->fp->sp[-1], + ((SwfdecScript *) cx->fp->swf)->version < 7); cx->fp->sp -= 2; return JS_TRUE; } diff-tree 9dab0726ed4e35c06038b8700492bd62658ff689 (from 6d219aa23eb4010d5438fce453650c158d09a720) Author: Benjamin Otte <otte@gnome.org> Date: Wed Jan 24 21:36:55 2007 +0100 implement swfdec_js_eval_set diff --git a/libswfdec/swfdec_js.c b/libswfdec/swfdec_js.c index bbd6a43..1601b4b 100644 --- a/libswfdec/swfdec_js.c +++ b/libswfdec/swfdec_js.c @@ -322,30 +322,38 @@...