Searched refs:target_pids (Results 1 – 1 of 1) sorted by relevance
493 struct pid **target_pids = NULL; in dbgfs_target_ids_write() local507 target_pids = str_to_pids(kbuf, count, &nr_targets); in dbgfs_target_ids_write()508 if (!target_pids) { in dbgfs_target_ids_write()517 dbgfs_put_pids(target_pids, nr_targets); in dbgfs_target_ids_write()537 ret = dbgfs_set_targets(ctx, nr_targets, target_pids); in dbgfs_target_ids_write()543 kfree(target_pids); in dbgfs_target_ids_write()