/linux-4.4.14/arch/x86/um/ |
H A D | Makefile | 39 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \ macro
|
/linux-4.4.14/scripts/ |
H A D | makelst | 6 # $(CC) $(c_flags) -g -c -o $*.o $< &&
|
/linux-4.4.14/fs/coda/ |
H A D | coda_fs_i.h | 18 * c_lock protects accesses to c_flags, c_mapcount, c_cached_epoch, c_uid and 25 u_short c_flags; /* flags (see below) */ member in struct:coda_inode_info
|
H A D | dir.c | 459 if (!(cii->c_flags & (C_PURGE | C_FLUSH))) coda_dentry_revalidate() 465 if (cii->c_flags & C_FLUSH) coda_dentry_revalidate() 474 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); coda_dentry_revalidate() 493 flags = (ITOC(d_inode(dentry))->c_flags) & C_PURGE; coda_dentry_delete() 516 if (!cii->c_flags) coda_revalidate_inode() 519 if (cii->c_flags & (C_VATTR | C_PURGE | C_FLUSH)) { coda_revalidate_inode() 546 cii->c_flags &= ~(C_VATTR | C_PURGE | C_FLUSH); coda_revalidate_inode()
|
H A D | coda_linux.h | 101 cii->c_flags |= flag; coda_flag_inode()
|
H A D | inode.c | 49 ei->c_flags = 0; coda_alloc_inode()
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
H A D | Makefile | 46 cmd_vdso32ld = $(CROSS32CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
H A D | Makefile | 39 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
H A D | Makefile | 46 cmd_vdso32ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
H A D | Makefile | 46 cmd_vdso64ld = $(CC) $(c_flags) -Wl,-T $^ -o $@
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
H A D | Makefile | 58 cmd_vdsold = $(CC) $(c_flags) -Wl,-n -Wl,-T $^ -o $@
|
/linux-4.4.14/net/rds/ |
H A D | connection.c | 105 conn->c_flags = 0; rds_conn_reset() 207 conn->c_flags = 0; __rds_conn_create() 292 !test_bit(RDS_IN_XMIT, &conn->c_flags)); rds_conn_shutdown() 294 !test_bit(RDS_RECV_REFILL, &conn->c_flags)); rds_conn_shutdown() 500 rds_conn_info_set(cinfo->flags, test_bit(RDS_IN_XMIT, &conn->c_flags), rds_conn_info_visitor() 570 !test_and_set_bit(RDS_RECONNECT_PENDING, &conn->c_flags)) rds_conn_connect_if_down()
|
H A D | threads.c | 121 set_bit(RDS_RECONNECT_PENDING, &conn->c_flags); rds_queue_reconnect() 144 clear_bit(RDS_RECONNECT_PENDING, &conn->c_flags); rds_connect_worker() 165 clear_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_send_worker()
|
H A D | ib_send.c | 298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_ib_send_cqe_handler() 381 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_send_grab_credits() 417 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); rds_ib_send_add_credits() 420 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_ib_send_add_credits() 525 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_xmit() 540 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_ib_xmit()
|
H A D | iw_send.c | 282 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_iw_send_cq_comp_handler() 367 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_send_grab_credits() 403 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); rds_iw_send_add_credits() 406 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) rds_iw_send_add_credits() 526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_xmit() 542 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); rds_iw_xmit()
|
H A D | ib_recv.c | 352 return test_and_set_bit(RDS_RECV_REFILL, &conn->c_flags) == 0; acquire_refill() 357 clear_bit(RDS_RECV_REFILL, &conn->c_flags); release_refill()
|
H A D | rds.h | 80 /* Bits for c_flags */ 118 unsigned long c_flags; member in struct:rds_connection
|
H A D | send.c | 105 return test_and_set_bit(RDS_IN_XMIT, &conn->c_flags) == 0; acquire_in_xmit() 110 clear_bit(RDS_IN_XMIT, &conn->c_flags); release_in_xmit()
|
H A D | ib_cm.c | 276 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || rds_ib_tasklet_fn_send()
|
/linux-4.4.14/arch/arm/vdso/ |
H A D | Makefile | 49 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
H A D | Makefile | 44 SYSCFLAGS_vdso.so.dbg = $(c_flags)
|
/linux-4.4.14/arch/mips/vdso/ |
H A D | Makefile | 52 cmd_vdsold = $(CC) $(c_flags) $(VDSO_LDFLAGS) \
|
/linux-4.4.14/ |
H A D | Makefile | 51 # cmd_cc_o_c = $(CC) $(c_flags) -c -o $@ $<
|