Searched refs:target_pids (Results 1 – 1 of 1) sorted by relevance
494 struct pid **target_pids = NULL; in dbgfs_target_ids_write() local508 target_pids = str_to_pids(kbuf, count, &nr_targets); in dbgfs_target_ids_write()509 if (!target_pids) { in dbgfs_target_ids_write()518 dbgfs_put_pids(target_pids, nr_targets); in dbgfs_target_ids_write()538 ret = dbgfs_set_targets(ctx, nr_targets, target_pids); in dbgfs_target_ids_write()544 kfree(target_pids); in dbgfs_target_ids_write()