HomeSort by: relevance | last modified time | path
    Searched defs:srcu (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/common/linux/
linux_srcu.c 36 * SRCU: Sleepable RCU
38 * (This is not exactly SRCU as Linux implements it; it is my
41 * For each srcu context, representing a related set of read
45 * All new srcu read sections get counted in the active epoch.
55 * no new readers -- srcu uses two counts per CPU instead of one
69 #include <linux/srcu.h>
76 * _init_srcu_struct(srcu, name)
78 * Initialize the srcu state with the specified name. Caller must
87 _init_srcu_struct(struct srcu_struct *srcu, const char *name)
92 srcu->srcu_percpu = percpu_alloc(sizeof(struct srcu_cpu))
238 struct srcu_struct *srcu = a; local in function:synchronize_srcu_xc
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_mman.c 428 int srcu; local in function:vm_fault_gtt
455 ret = intel_gt_reset_trylock(ggtt->vm.gt, &srcu);
561 intel_gt_reset_unlock(ggtt->vm.gt, srcu);
  /src/sys/dev/pci/
hifn7751var.h 104 volatile int cmdu, srcu, dstu, resu; member in struct:hifn_dma
271 } srcu; member in struct:hifn_command

Completed in 12 milliseconds