Searched refs:ancestor (Results 1 - 36 of 36) sorted by relevance

/linux-4.1.27/drivers/base/power/
H A Dqos.c569 * dev_pm_qos_add_ancestor_request - Add PM QoS request for device's ancestor.
570 * @dev: Device whose ancestor to add the request for.
579 struct device *ancestor = dev->parent; dev_pm_qos_add_ancestor_request() local
584 while (ancestor && !ancestor->power.ignore_children) dev_pm_qos_add_ancestor_request()
585 ancestor = ancestor->parent; dev_pm_qos_add_ancestor_request()
589 while (ancestor && !ancestor->power.set_latency_tolerance) dev_pm_qos_add_ancestor_request()
590 ancestor = ancestor->parent; dev_pm_qos_add_ancestor_request()
594 ancestor = NULL; dev_pm_qos_add_ancestor_request()
596 if (ancestor) dev_pm_qos_add_ancestor_request()
597 ret = dev_pm_qos_add_request(ancestor, req, type, value); dev_pm_qos_add_ancestor_request()
H A Druntime.c217 * children don't set the flag because ancestor's pm_runtime_set_memalloc_noio()
377 * ancestor or the block device itself. Network rpm_callback()
379 * device, so network device and its ancestor should rpm_callback()
/linux-4.1.27/kernel/
H A Dpid_namespace.c363 struct pid_namespace *ancestor, *new = to_pid_ns(ns); pidns_install() local
380 ancestor = new; pidns_install()
381 while (ancestor->level > active->level) pidns_install()
382 ancestor = ancestor->parent; pidns_install()
383 if (ancestor != active) pidns_install()
H A Dcpuset.c239 * @root_cs: target cpuset to walk ancestor of
1654 * configuration and transfers all tasks to the nearest ancestor cpuset_write_resmask()
2135 * as the tasks will be migratecd to an ancestor. hotplug_update_tasks_legacy()
2148 * Move tasks to the nearest ancestor with execution resources, hotplug_update_tasks_legacy()
2185 * all its tasks are moved to the nearest ancestor with both resources.
2440 * mem_hardwall ancestor to the specified cpuset. Call holding
2441 * callback_lock. If no ancestor is mem_exclusive or mem_hardwall
2458 * node is set in the nearest hardwalled cpuset ancestor to current's cpuset,
2466 * nearest enclosing hardwalled ancestor cpuset.
H A Dseccomp.c233 /* Returns 1 if the parent is an ancestor of the child. */ is_ancestor()
237 /* NULL is the root ancestor. */ is_ancestor()
313 * Drop the task reference to the shared ancestor since for_each_thread()
H A Dcgroup.c265 * as the matching css of the nearest ancestor including self which has @ss
297 * defined as the matching css of the nearest ancestor including self which
353 * @ancestor: possible ancestor of @cgrp
355 * Test whether @cgrp is a descendant of @ancestor. It also returns %true
356 * if @cgrp == @ancestor. This function is safe to call as long as @cgrp
357 * and @ancestor are accessible.
359 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor) cgroup_is_descendant() argument
362 if (cgrp == ancestor) cgroup_is_descendant()
3450 /* no child, visit my or the closest ancestor's next sibling */ css_next_descendant_pre()
H A Dcred.c391 * ancestor of subset and set->euid is owner of subset or one cred_cap_issubset()
H A Dexit.c483 * 2. give it to the first ancestor process which prctl'd itself as a
498 * Find the first ->is_child_subreaper ancestor in our pid_ns. find_new_reaper()
H A Dsignal.c2292 * or must have come from an ancestor namespace. In either get_signal()
/linux-4.1.27/drivers/cpufreq/
H A Dspear-cpufreq.c72 * access a source clock (clk) which might not be ancestor of cpu at present.
130 * src clock to be altered is ancestor of cpu clock. Hence we spear_cpufreq_target()
/linux-4.1.27/arch/tile/include/hv/
H A Dnetio_errors.h103 * has not been called by a common ancestor of the processes.
H A Dnetio_intf.h2175 * must have a common ancestor, which must create the common memory using
2483 which must be configured by a common ancestor of all processes sharing
/linux-4.1.27/lib/
H A Drbtree.c465 * Go up the tree; any time the ancestor is a right-hand child of its rb_next()
495 * No left-hand children. Go up till we find an ancestor which rb_prev()
H A Dkobject.c82 * @kobj->sd may be deleted by an ancestor going away. Hold an create_dir()
/linux-4.1.27/include/linux/
H A Dcgroup-defs.h191 * attached to an ancestor instead of the cgroup this css_set is
254 * the closest ancestor which has the subsys enabled. The
H A Dcgroup.h165 * moved to an ancestor.
245 bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor);
H A Dperf_event.h537 * been cloned (inherited) from a common ancestor.
/linux-4.1.27/include/net/
H A Dinet_sock.h140 * @sk - ancestor class
/linux-4.1.27/security/yama/
H A Dyama_lsm.c245 * Returns 1 if tracer has is ptracer exception ancestor for tracee.
/linux-4.1.27/scripts/dtc/libfdt/
H A Dlibfdt.h618 * fdt_supernode_atdepth_offset - find a specific ancestor of a node
621 * @supernodedepth: depth of the ancestor to find
624 * fdt_supernode_atdepth_offset() finds an ancestor of the given node
638 * structure block offset of the node at node offset's ancestor
/linux-4.1.27/fs/ecryptfs/
H A Dinode.c622 /* source should not be ancestor of target */ ecryptfs_rename()
627 /* target should not be ancestor of source */ ecryptfs_rename()
/linux-4.1.27/security/
H A Dcommoncap.c132 * If we are in the same or an ancestor user_ns and have all the target
169 * If parent is in the same or an ancestor user_ns and has all current's
/linux-4.1.27/net/sched/
H A Dsch_cbq.c800 * Though it is in agree with ancestor-only paradigm, cbq_under_limit()
978 * an arbitrary class is appropriate for ancestor-only cbq_dequeue()
/linux-4.1.27/fs/btrfs/
H A Dsend.c3250 * We might need to delay a directory rename even when no ancestor directory
3254 * delayed due to some ancestor with higher number that got renamed.
3389 * ancestor (immediate or not) has to be renamed/moved first. So find if wait_for_parent_move()
3390 * such ancestor exists and make sure our own rename/move happens after wait_for_parent_move()
3391 * that ancestor is processed. wait_for_parent_move()
3577 * inode ow_inode might be an ancestor of some process_recorded_refs()
/linux-4.1.27/fs/
H A Ddcache.c73 * If there is an ancestor relationship:
79 * If no ancestor relationship:
2689 * d_ancestor - search for an ancestor
2690 * @p1: ancestor dentry
2693 * Returns the ancestor dentry of p2 which is a child of p1, if p1 is
2694 * an ancestor of p2, else NULL.
H A Dnamei.c4368 /* source should not be ancestor of target */ SYSCALL_DEFINE5()
4372 /* target should not be an ancestor of source */ SYSCALL_DEFINE5()
/linux-4.1.27/fs/cachefiles/
H A Dnamei.c373 /* target should not be an ancestor of source */ cachefiles_bury_object()
/linux-4.1.27/block/
H A Dgenhd.c535 * GFP_KERNEL in runtime_resume callback of its all ancestor register_disk()
/linux-4.1.27/fs/configfs/
H A Ddir.c89 * from the youngest non-default group ancestor.
/linux-4.1.27/drivers/char/
H A Dvirtio_console.c445 * Allocate DMA memory from ancestor. When a virtio alloc_buf()
/linux-4.1.27/fs/ocfs2/
H A Dnamei.c1112 * and if they are nested, we lock ancestor first */ ocfs2_double_lock()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-mem.c1064 * is attached to (or the roothub port its ancestor hub is attached to). All we
/linux-4.1.27/fs/reiserfs/
H A Dfix_node.c1041 * ancestor of F[h], and its neighbor l/r, that should be obtained. get_far_parent()
/linux-4.1.27/mm/
H A Dmemcontrol.c5416 * @root: the highest ancestor to consider
5430 * considered an ancestor when assessing the hierarchy. mem_cgroup_low()
/linux-4.1.27/fs/ubifs/
H A Dtnc.c1077 * This function records the path back to the last dirty ancestor, and then
/linux-4.1.27/drivers/ata/
H A Dlibata-core.c5905 * unspecified entries are inherited from the closet ancestor

Completed in 1418 milliseconds