| /linux/fs/smb/smbdirect/ |
| H A D | listen.c | 95 static int smbdirect_new_rdma_event_handler(struct rdma_cm_id *new_id, in smbdirect_new_rdma_event_handler() argument 119 struct rdma_cm_id *new_id, 122 static int smbdirect_listen_rdma_event_handler(struct rdma_cm_id *new_id, in smbdirect_listen_rdma_event_handler() argument 125 struct smbdirect_socket *lsc = new_id->context; in smbdirect_listen_rdma_event_handler() 129 new_id->context = NULL; in smbdirect_listen_rdma_event_handler() 130 new_id->event_handler = smbdirect_new_rdma_event_handler; in smbdirect_listen_rdma_event_handler() 132 new_id = NULL; in smbdirect_listen_rdma_event_handler() 166 return new_id ? ret : 0; in smbdirect_listen_rdma_event_handler() 180 return new_id ? lsc->first_error : 0; in smbdirect_listen_rdma_event_handler() 190 ret = smbdirect_listen_connect_request(lsc, new_id, event); in smbdirect_listen_rdma_event_handler() [all …]
|
| /linux/security/safesetid/ |
| H A D | lsm.c | 148 static bool id_permitted_for_cred(const struct cred *old, kid_t new_id, enum setid_type new_type) in id_permitted_for_cred() argument 154 if (uid_eq(new_id.uid, old->uid) || uid_eq(new_id.uid, old->euid) || in id_permitted_for_cred() 155 uid_eq(new_id.uid, old->suid)) in id_permitted_for_cred() 158 if (gid_eq(new_id.gid, old->gid) || gid_eq(new_id.gid, old->egid) || in id_permitted_for_cred() 159 gid_eq(new_id.gid, old->sgid)) in id_permitted_for_cred() 169 setid_policy_lookup((kid_t){.uid = old->uid}, new_id, new_type) != SIDPOL_CONSTRAINED; in id_permitted_for_cred() 175 __kuid_val(old->suid), __kuid_val(new_id.uid)); in id_permitted_for_cred() 179 __kgid_val(old->sgid), __kgid_val(new_id.gid)); in id_permitted_for_cred()
|
| /linux/Documentation/pcmcia/ |
| H A D | driver.rst | 13 /sys/bus/pcmcia/drivers/{driver}/new_id 28 /sys/bus/pcmcia/drivers/{driver}/new_id
|
| /linux/drivers/macintosh/ |
| H A D | adb.c | 557 static int try_handler_change(int address, int new_id) in try_handler_change() argument 561 if (adb_handler[address].handler_id == new_id) in try_handler_change() 564 ADB_WRITEREG(address, 3), address | 0x20, new_id); in try_handler_change() 569 if (req.reply[2] != new_id) in try_handler_change() 577 adb_try_handler_change(int address, int new_id) in adb_try_handler_change() argument 582 ret = try_handler_change(address, new_id); in adb_try_handler_change() 585 pr_debug("adb handler change: [%d] 0x%X\n", address, new_id); in adb_try_handler_change()
|
| /linux/drivers/watchdog/ |
| H A D | lenovo_se30_wdt.c | 115 unsigned char pre_id, new_id; in shm_get_ready() local 127 new_id = ioread8(shm_base_addr + SHM_WIN_ID_OFFSET); in shm_get_ready() 128 if (new_id != pre_id) in shm_get_ready()
|
| /linux/include/linux/ |
| H A D | adb.h | 64 int adb_try_handler_change(int address, int new_id);
|
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 4644 __u32 new_id = type_id; in btf_dedup_prim_type() local 4671 new_id = cand_id; in btf_dedup_prim_type() 4684 new_id = cand_id; in btf_dedup_prim_type() 4690 new_id = cand_id; in btf_dedup_prim_type() 4706 new_id = cand_id; in btf_dedup_prim_type() 4716 d->map[type_id] = new_id; in btf_dedup_prim_type() 4717 if (type_id == new_id && btf_dedup_table_add(d, h, type_id)) in btf_dedup_prim_type() 5283 __u32 new_id = type_id; in btf_dedup_struct_type() local 5327 new_id = cand_id; in btf_dedup_struct_type() 5331 d->map[type_id] = new_id; in btf_dedup_struct_type() [all …]
|
| H A D | linker.c | 2494 int new_id = obj->btf_type_map[*type_id]; in linker_append_btf() local 2497 if (new_id == 0 && *type_id != 0) { in linker_append_btf() 2550 int new_id = obj->btf_type_map[src_var->type]; in linker_append_btf() local 2553 t = btf_type_by_id(linker->btf, new_id); in linker_append_btf()
|
| /linux/drivers/md/ |
| H A D | dm-thin-metadata.h | 102 uint64_t new_id);
|
| H A D | dm-thin-metadata.c | 1298 uint64_t new_id) in dm_pool_set_metadata_transaction_id() argument 1312 pmd->trans_id = new_id; in dm_pool_set_metadata_transaction_id()
|
| H A D | dm-thin.c | 3774 dm_thin_id old_id, new_id; in process_set_transaction_id_mesg() local 3786 if (kstrtoull(argv[2], 10, (unsigned long long *)&new_id)) { in process_set_transaction_id_mesg() 3791 r = dm_pool_set_metadata_transaction_id(pool->pmd, old_id, new_id); in process_set_transaction_id_mesg()
|
| /linux/include/uapi/linux/ |
| H A D | jffs2.h | 215 jint32_t new_id; member
|
| /linux/tools/bpf/resolve_btfids/ |
| H A D | main.c | 1459 s32 new_id; in add_decl_tag() local 1461 new_id = btf__add_decl_tag(ctx->btf, tag_name, target_btf_id, component_idx); in add_decl_tag() 1462 if (new_id < 0) { in add_decl_tag() 1464 tag_name, target_btf_id, new_id); in add_decl_tag() 1465 return new_id; in add_decl_tag() 1468 return push_decl_tag_id(ctx, new_id); in add_decl_tag()
|
| /linux/drivers/usb/serial/ |
| H A D | bus.c | 127 static DRIVER_ATTR_RW(new_id);
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | lock_contention.bpf.c | 499 s32 *id, new_id; in update_contention_data() 506 new_id = (s32)__sync_fetch_and_add(&id_gen, 1); in update_owner_stat() 508 bpf_map_update_elem(&owner_stacks, stacktrace, &new_id, BPF_NOEXIST); in update_owner_stat() 471 s32 *id, new_id; get_owner_stack_id() local
|
| /linux/fs/jffs2/ |
| H A D | nodelist.h | 322 jdev->new_id = cpu_to_je32(new_encode_dev(rdev)); in jffs2_encode_dev() 323 return sizeof(jdev->new_id); in jffs2_encode_dev()
|
| /linux/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 223 static u16 new_id = 0x1000; in au1xxx_ddma_add_device() local 228 p->dev_id = DSCR_DEV2CUSTOM_ID(new_id, dev->dev_id); in au1xxx_ddma_add_device() 230 new_id++; in au1xxx_ddma_add_device()
|
| /linux/mm/ |
| H A D | shrinker.c | 159 static int expand_shrinker_info(int new_id) in expand_shrinker_info() argument 162 int new_nr_max = round_up(new_id + 1, SHRINKER_UNIT_BITS); in expand_shrinker_info()
|
| /linux/tools/bpf/bpftool/ |
| H A D | gen.c | 2548 int new_id; in btfgen_get_btf() local 2571 new_id = err; in btfgen_get_btf() 2592 new_id = err; in btfgen_get_btf() 2596 ids[i] = new_id; in btfgen_get_btf()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bt8xx.rst | 152 /sys/bus/pci/drivers/bt878/new_id
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 952 int new_id; in nfs4_alloc_stid() local 961 new_id = idr_alloc_cyclic(&cl->cl_stateids, stid, 1, 0, GFP_NOWAIT); in nfs4_alloc_stid() 964 if (new_id < 0) in nfs4_alloc_stid() 969 stid->sc_stateid.si_opaque.so_id = new_id; in nfs4_alloc_stid() 989 int new_id; in nfs4_init_cp_state() local 996 new_id = idr_alloc_cyclic(&nn->s2s_cp_stateids, stid, 0, 0, GFP_NOWAIT); in nfs4_init_cp_state() 997 if (new_id >= 0) { in nfs4_init_cp_state() 1001 stid->cs_stid.si_opaque.so_id = new_id; in nfs4_init_cp_state() 1014 if (new_id < 0) in nfs4_init_cp_state()
|
| /linux/Documentation/usb/ |
| H A D | gadget_serial.rst | 245 echo 0x0525 0xA4A6 >/sys/bus/usb-serial/drivers/generic/new_id
|
| /linux/drivers/pcmcia/ |
| H A D | ds.c | 133 static DRIVER_ATTR_WO(new_id);
|
| /linux/net/ipv4/ |
| H A D | nexthop.c | 2643 u32 new_id = new_nh->id; in insert_nexthop() local 2658 if (new_id < nh->id) { in insert_nexthop() 2660 } else if (new_id > nh->id) { in insert_nexthop()
|
| /linux/Documentation/driver-api/ |
| H A D | uio-howto.rst | 545 echo "8086 10f5" > /sys/bus/pci/drivers/uio_pci_generic/new_id 680 echo "f8615163-df3e-46c5-913f-f2d2f965ed0e" > /sys/bus/vmbus/drivers/uio_hv_generic/new_id
|