Searched refs:sibling (Results 126 - 150 of 167) sorted by relevance

1234567

/linux-master/drivers/sbus/char/
H A Dbbc_i2c.c332 dp = dp->sibling, entry++) {
H A Denvctrl.c1047 dp = dp->sibling;
/linux-master/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c2188 const struct mxc_jpeg_fmt *sibling; local
2196 sibling = mxc_jpeg_get_sibling_format(q_data->fmt);
2197 if (sibling) {
2198 f->pixelformat = sibling->fourcc;
2243 const struct mxc_jpeg_fmt *sibling; local
2255 sibling = mxc_jpeg_get_sibling_format(q_data_cap->fmt);
2256 if (sibling && sibling->fourcc == fourcc)
2257 return sibling->fourcc;
/linux-master/mm/
H A Dvmalloc.c1359 struct vmap_area *sibling; local
1367 * inserted, unless it is merged with its sibling/siblings.
1388 sibling = list_entry(next, struct vmap_area, list);
1389 if (sibling->va_start == va->va_end) {
1390 sibling->va_start = va->va_start;
1396 va = sibling;
1409 sibling = list_entry(next->prev, struct vmap_area, list);
1410 if (sibling->va_end == va->va_start) {
1415 * fully populated if a sibling's augmented value is
1421 sibling
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpci.c62 for (; node; node = node->sibling) {
246 for (dn = busdn->child; dn; dn = dn->sibling)
/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c206 next = child->sibling;
208 child->sibling = parent->child;
/linux-master/drivers/acpi/numa/
H A Dhmat.c860 for (res = target->memregions.child; res; res = res->sibling) {
1009 res_next = res->sibling;
/linux-master/tools/objtool/
H A Dcheck.c171 /* An indirect jump is either a sibling call or a jump to a table. */
176 /* add_jump_destinations() sets insn_call_dest(insn) for sibling calls. */
231 * A function can have a sibling call instead of a return. In that
233 * of the sibling call returns.
240 /* sibling call to another file */
243 /* local sibling call */
247 * sibling calls to each other. This is a very
1353 struct instruction *insn, bool sibling)
1391 sibling ? arch_ret_insn(insn->len)
1394 insn->type = sibling
1352 annotate_call_site(struct objtool_file *file, struct instruction *insn, bool sibling) argument
1434 add_call_dest(struct objtool_file *file, struct instruction *insn, struct symbol *dest, bool sibling) argument
[all...]
/linux-master/fs/smb/server/
H A Dtransport_rdma.c856 struct smb_direct_sendmsg *sendmsg, *sibling; local
882 sibling = container_of(pos, struct smb_direct_sendmsg, list);
883 smb_direct_free_sendmsg(t, sibling);
886 sibling = container_of(pos, struct smb_direct_sendmsg, list);
887 smb_direct_free_sendmsg(t, sibling);
/linux-master/arch/x86/events/
H A Dcore.c1010 * change due to external factors (sibling state, allow_tfa).
1060 * This helps avoid counter starvation of sibling thread by
1857 * has to re-read when a thread sibling gets onlined later.
2391 struct perf_event *sibling; local
2397 for_each_sibling_event(sibling, leader) {
2398 if (!is_x86_event(sibling))
2401 pmu = sibling->pmu;
2402 else if (pmu != sibling->pmu)
/linux-master/arch/mips/kernel/
H A Dperf_event_mipsxx.c762 struct perf_event *sibling, *leader = event->group_leader; local
770 for_each_sibling_event(sibling, leader) {
771 if (mipsxx_pmu_alloc_counter(&fake_cpuc, &sibling->hw) < 0)
/linux-master/lib/
H A Dxarray.c124 * all sibling entries.
154 /* move the index either forwards (find) or backwards (sibling slot) */
1017 void *sibling = NULL; local
1027 sibling = xa_mk_sibling(i);
1029 RCU_INIT_POINTER(node->slots[i], sibling);
2290 pr_cont("sibling (slot %ld)\n", xa_to_sibling(entry));
/linux-master/drivers/dax/
H A Dbus.c298 for (res = (dax_region)->res.child; res; res = res->sibling)
1086 for (res = first; res; res = res->sibling) {
1087 struct resource *next = res->sibling;
/linux-master/arch/powerpc/platforms/maple/
H A Dpci.c37 for (; node; node = node->sibling) {
/linux-master/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c208 * the logical ids for sibling SMT threads x and y are adjacent, such
537 for (of_changeset_init(&cs); dn != NULL; dn = dn->sibling) {
/linux-master/drivers/perf/
H A Dxgene_pmu.c889 struct perf_event *sibling; local
933 for_each_sibling_event(sibling, event->group_leader) {
934 if (sibling->pmu != event->pmu &&
935 !is_software_event(sibling))
/linux-master/sound/soc/intel/catpt/
H A Ddsp.c196 for (res = sram->child; res; res = res->sibling) {
/linux-master/arch/sparc/kernel/
H A Dof_device_64.c698 dp = dp->sibling;
/linux-master/include/linux/
H A Dperf_event.h615 * PERF_EV_CAP_SIBLING: An event with this flag must be a group sibling and
663 #define for_each_sibling_event(sibling, event) \
666 list_for_each_entry((sibling), &(event)->sibling_list, sibling_list)
/linux-master/drivers/md/
H A Draid5.c1043 struct r5pending_data, sibling);
1045 struct r5pending_data, sibling);
1070 &conf->next_pending_data->sibling);
1074 struct r5pending_data, sibling);
1075 if (&data->sibling == first)
1076 first = data->sibling.next;
1077 next = data->sibling.next;
1080 list_move(&data->sibling, &conf->free_list);
1090 struct r5pending_data, sibling);
1121 sibling);
[all...]
/linux-master/kernel/
H A Dfork.c2279 INIT_LIST_HEAD(&p->sibling);
2585 list_add_tail(&p->sibling, &p->real_parent->children);
3111 list_for_each_entry(child, &parent->children, sibling) {
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c75 .sibling = V4L2_PIX_FMT_NV12,
82 .sibling = V4L2_PIX_FMT_NV12M,
/linux-master/fs/
H A Dexec.c1152 list_replace_init(&leader->sibling, &tsk->sibling);
/linux-master/drivers/scsi/
H A Dipr.c671 ipr_cmd->sibling = NULL;
956 if (ipr_cmd->sibling)
957 ipr_cmd->sibling = NULL;
5130 if (ipr_cmd->sibling->sibling)
5131 ipr_cmd->sibling->sibling = NULL;
5133 ipr_cmd->sibling->done(ipr_cmd->sibling);
5167 ipr_cmd->sibling
[all...]
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c155 dp = dp->sibling;

Completed in 311 milliseconds

1234567