/linux-2.6.39/kernel/ |
D | hw_breakpoint.c | 73 unsigned int pinned; member 140 slots->pinned = per_cpu(nr_cpu_bp_pinned[type], cpu); in fetch_bp_busy_slots() 142 slots->pinned += max_task_bp_pinned(cpu, type); in fetch_bp_busy_slots() 144 slots->pinned += task_bp_pinned(bp, type); in fetch_bp_busy_slots() 159 if (nr > slots->pinned) in fetch_bp_busy_slots() 160 slots->pinned = nr; in fetch_bp_busy_slots() 177 slots->pinned += weight; in fetch_this_slot() 322 if (slots.pinned + (!!slots.flexible) > nr_slots[type]) in __reserve_bp_slot()
|
D | hrtimer.c | 156 static int hrtimer_get_target(int this_cpu, int pinned) in hrtimer_get_target() argument 159 if (!pinned && get_sysctl_timer_migration() && idle_cpu(this_cpu)) in hrtimer_get_target() 193 int pinned) in switch_hrtimer_base() argument 198 int cpu = hrtimer_get_target(this_cpu, pinned); in switch_hrtimer_base()
|
D | watchdog.c | 196 .pinned = 1,
|
D | timer.c | 658 bool pending_only, int pinned) in __mod_timer() argument 685 if (!pinned && get_sysctl_timer_migration() && idle_cpu(cpu)) in __mod_timer()
|
/linux-2.6.39/Documentation/infiniband/ |
D | user_verbs.txt | 49 amount of memory pinned in the process's locked_vm, and checks that 52 Pages that are pinned multiple times are counted each time they are 53 pinned, so the value of locked_vm may be an overestimate of the 54 number of pages pinned by a process.
|
/linux-2.6.39/include/linux/ |
D | page-flags.h | 208 PAGEFLAG(Pinned, pinned) TESTSCFLAG(Pinned, pinned) /* Xen */
|
D | hw_breakpoint.h | 48 attr->pinned = 1; in hw_breakpoint_init()
|
D | perf_event.h | 193 pinned : 1, /* must always be on PMU */ member
|
/linux-2.6.39/tools/perf/util/ |
D | python.c | 425 pinned = 0, in pyrf_evsel__init() local 448 &pinned, &exclusive, &exclude_user, in pyrf_evsel__init() 467 attr.pinned = pinned; in pyrf_evsel__init()
|
/linux-2.6.39/net/rds/ |
D | ib_rdma.c | 509 unsigned int pinned = ibmr->sg_len; in rds_ib_teardown_mr() local 512 if (pinned) { in rds_ib_teardown_mr() 516 atomic_sub(pinned, &pool->free_pinned); in rds_ib_teardown_mr()
|
/linux-2.6.39/fs/gfs2/ |
D | incore.h | 111 BUFFER_FNS(Pinned, pinned) 112 TAS_BUFFER_FNS(Pinned, pinned)
|
/linux-2.6.39/drivers/oprofile/ |
D | oprofile_perf.c | 69 attr->pinned = 1; in op_perf_setup()
|
/linux-2.6.39/Documentation/frv/ |
D | features.txt | 296 Reading from the file will then show the context ID pinned. 301 The context ID will remain pinned as long as any process is using that 307 When there isn't a pinned context, the file shows -1:
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 668 static const char *pin_flag(int pinned) in pin_flag() argument 670 if (pinned > 0) in pin_flag() 672 else if (pinned < 0) in pin_flag() 712 pin_flag(err->pinned), in print_error_buffers()
|
D | i915_irq.c | 670 err->pinned = 0; in capture_bo_list() 672 err->pinned = 1; in capture_bo_list() 674 err->pinned = -1; in capture_bo_list()
|
D | i915_gem.c | 171 size_t pinned; in i915_gem_get_aperture_ioctl() local 176 pinned = 0; in i915_gem_get_aperture_ioctl() 179 pinned += obj->gtt_space->size; in i915_gem_get_aperture_ioctl() 183 args->aper_available_size = args->aper_size -pinned; in i915_gem_get_aperture_ioctl()
|
/linux-2.6.39/tools/perf/ |
D | design.txt | 52 pinned : 1, /* must always be on PMU */ 205 The 'pinned' bit, if set, specifies that the counter should always be 207 and only to group leaders. If a pinned counter cannot be put onto the
|
/linux-2.6.39/Documentation/vm/ |
D | pagemap.txt | 112 It is somehow pinned and not a candidate for LRU page reclaims,
|
/linux-2.6.39/Documentation/kvm/ |
D | mmu.txt | 24 - footprint: keep the amount of pinned kernel memory low (most memory 159 currently pinned (by a cpu hardware register pointing to it); once it is
|
/linux-2.6.39/drivers/pci/ |
D | pci.c | 1088 unsigned int pinned:1; member 1112 if (this->enabled && !this->pinned) in pcim_release() 1177 dr->pinned = 1; in pcim_pin_device()
|
/linux-2.6.39/Documentation/filesystems/ |
D | sysfs.txt | 223 - The object passed to the methods will be pinned in memory via sysfs
|
D | xfs-delayed-logging-design.txt | 258 that is in the AIL can be relogged, which causes the object to be pinned again 569 Currently log items are pinned during transaction commit while the items are 572 that items get pinned once for every transaction that is committed to the log 745 Pin item in memory if not pinned in CIL
|
/linux-2.6.39/Documentation/sysctl/ |
D | vm.txt | 212 zone. This is because that memory could then be pinned via the mlock() 221 captured into pinned user memory.
|
/linux-2.6.39/fs/btrfs/ |
D | extent-tree.c | 105 WARN_ON(cache->pinned > 0); in btrfs_put_block_group() 632 if (used + cache->pinned + cache->reserved < in btrfs_find_block_group() 4230 cache->pinned += num_bytes; in update_block_group() 4269 cache->pinned += num_bytes; in pin_down_extent() 4404 cache->pinned -= len; in unpin_extent_range() 5435 (unsigned long long)cache->pinned, in dump_space_info() 8151 num_bytes = cache->key.offset - cache->reserved - cache->pinned - in set_block_group_ro() 8275 num_bytes = cache->key.offset - cache->reserved - cache->pinned - in btrfs_set_block_group_rw()
|
/linux-2.6.39/Documentation/block/ |
D | data-integrity.txt | 82 to be pinned to I/Os and sent to/received from controllers that
|